Application Development and Automation 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: 
Read only

Calling BAPI from C program to update SAP tables

Former Member
0 Likes
329

Hi All,

There is a situation where i have to call a SAP data transfer technique from C Program to update SAP Tables, datas are avaliable in the form of Flat file (Text File).

can any please throw light on this...

Many Thanks

Yasar

1 REPLY 1
Read only

Former Member
0 Likes
303

You need the RFC SDK for this. It's available as part of the SAP GUI installation. There are some useful help files provided.

Another good starting point is using SE37 to generate a C program that shows how to call your RFC. I can't remember how to do this but I know I did it before in 4.6c.