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: 

Data extraction and load using BAPI

Former Member
0 Kudos

hi,

Can anyone send me the test program for Data extraction and Load using BAPI please

thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Go to SE37 and specify ur bapi name.

identify the mandatory structures to be passed to the BAPI.

u can pass the values to the BAPI , execute it and check the BAPIRETURN structure. this will list the messages w.r.t to the bapi execution.

bsaed on the values passed to the structure , u can define ur own flat file , upload the data , pass the internal table to the BAPI. remember to commit ur BAPI at the end.

regards

sharon

2 REPLIES 2

Former Member
0 Kudos

Go to SE37 and specify ur bapi name.

identify the mandatory structures to be passed to the BAPI.

u can pass the values to the BAPI , execute it and check the BAPIRETURN structure. this will list the messages w.r.t to the bapi execution.

bsaed on the values passed to the structure , u can define ur own flat file , upload the data , pass the internal table to the BAPI. remember to commit ur BAPI at the end.

regards

sharon

Former Member
0 Kudos

jj