cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Interface Programming

Former Member
0 Kudos

Hi All,

Using the RFC SDK APIs, we are trying to implement RFC client programs(in C lang). For example to invoke BAPI_XMI_LOGON, we have used RfcCallReceive() function.

All the importing and exporting parameters are set. However even after the API succeeds(RFC_OK is returned), the exporting parameters are not getting updated with the output values.

Could anyone please let me know what could be the problem or any other steps are required to be done ?

Thanks in Advance,

Devi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190389
Active Contributor
0 Kudos

Hi

Typical examples of RFC client programs are sapinfo.c, startrfc.c and srfctest.c which are included in the RFC SDK.

http://help.sap.com/printdocu/core/Print46c/EN/data/pdf/BCFESDE4/BCFESDE4.pdf

Regards

Former Member
0 Kudos

Hi,

Thanks for ur reply.

But i've already seen the document and the sample files.. But based on that still my problem is not solved.

Could anyone please provide me with a sample for invoking a BAPI ?

Regards,

Devi