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

upload the data using bapi

Former Member
0 Likes
1,064

hi,

i am new for bapi , can anyone tell me how to upload data using bapi with example?

plz tell how to find bapi & how to use in coding to upload the data?

3 REPLIES 3
Read only

Former Member
0 Likes
892

Hi ,

To find Bapi There a tcode Bapi which will take you to bapi Explorer From there you can find required

the Bapi Function Module and its Documentation .

[ www.sap-img.com/abap/bapi-step-by-step-guidance.htm ]

[http://www.sappro.com/tag.cfm?session=&tag=bapi%20programming]

[https://wiki.sdn.sap.com/wiki/display/Snippets/SalesordercreationusingBAPI]

Regards

Nilesh

Read only

0 Likes
892

if you want to upload data from text file, use function module 'GUI_UPLOAD' to upload data into internal table and follow the below link

https://wiki.sdn.sap.com/wiki/display/Snippets/SalesordercreationusingBAPI.

do not forget to move corresponding fields of internal table to corresponding bapi structures.

Read only

Former Member
0 Likes
892

Hi Aparna,

For finding BAPI,

Goto se37 and search with BAPI* or Goto BAPI transaction and search for ur bapi.

and for uploding check this link,[sample|http://help.sap.com/saphelp_46c/helpdata/en/dd/5009660aa411d2ad1b080009b0fb56/content.htm]

regards,

Archana