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: 

C to Abap - librfc32.lib

Former Member
0 Kudos

Hi friends,

I am trying to call a Abap Function Module in C Program.

In my C program i am getting an erro while ececuting. It has been compiled without errors, but i am facing linker error that "Undefined Symbol _RfcOpen". But i have included the path to the library files librfc32.lib and dll files.I am using Turbo C++ Version 1.01.

Can anyone tell where is the error.

2 REPLIES 2

Former Member
0 Kudos

Can anyone please send librfc32.lib and librfc32.dll files.

Regards,

Gowtham Kuchipudi

former_member225448
Participant
0 Kudos

Hello Gowtham,

they are part of the SAPgui installation.

The DLL is located in the SYSTEM32 directory of your frontend PC.

The LIB is in the directory "...Program Files\SAP\FrontEnd\SAPgui\rfcsdk". I'm not sure about the last "rfcsdk", but you will find it near by the rfc.H files.

Regards,

Juergen

P.S.: Pls. post reward points, if you find this information useful! Thanks!