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

Data extraction and load using BAPI

Former Member
0 Likes
896

hi,

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

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
650

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
Read only

Former Member
0 Likes
651

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

Read only

Former Member
0 Likes
650

jj