Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to SAP using RFC

Former Member
0 Kudos

Hi All,

I'm trying to make SAP connection using SapConnc() which seem to fail with mixed case password. So can I use SapConncRfc(argv, cadsys, rcvstr, msg) to make the connection. Can anyway let me know how to use this call.

When I use this call, in the "msg" I get " RFC subsystem not yet initialized".

Where does it take the login credentials from? What arguments needs to be passed?

A example program will me a lot more helpful.

Regards,

Naveen

3 REPLIES 3

Former Member
0 Kudos

Hi,

Refer to this link..

0 Kudos

Hi,

Thanks for your reply.

But the link points to connection to SAP using VB and ABAP. I would like to do the connection using Visual C++.

Thanks,

Naveen

Former Member
0 Kudos

Resolved using rfc call to connect to SAP Server.