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

bapi

Former Member
0 Likes
243

Hi all,

In BAPI, while we writing a program we upload the data from flat file to sap system (internal table). my doubt is will BAPIs covert the legacy data into sap format or shall we convert the legacy data into sap format and to give them to bapis?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
226

Hi,

The bapis special feature is tht we need not convert the data its function module takes care of the flat file and converson, we need not do anything unlike calling it and using bapi_commit ince all bapis cant be automatically commited..

Check these links for more info:

help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm

help.sap.com/saphelp_46c/helpdata/en/a5/3ec8464ac011d1894e0000e829fbbd/content.htm

https://wiki.sdn.sap.com/wiki/display/Snippets/BAPI+Step-by-Step

articles.techrepublic.com.com/5100-6329-1051160.html

www.sap-img.com/abap/bapi-conventions.htm

Regards,

Sana.

reward for useful answers...

1 REPLY 1
Read only

Former Member
0 Likes
227

Hi,

The bapis special feature is tht we need not convert the data its function module takes care of the flat file and converson, we need not do anything unlike calling it and using bapi_commit ince all bapis cant be automatically commited..

Check these links for more info:

help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm

help.sap.com/saphelp_46c/helpdata/en/a5/3ec8464ac011d1894e0000e829fbbd/content.htm

https://wiki.sdn.sap.com/wiki/display/Snippets/BAPI+Step-by-Step

articles.techrepublic.com.com/5100-6329-1051160.html

www.sap-img.com/abap/bapi-conventions.htm

Regards,

Sana.

reward for useful answers...