‎2009 Aug 22 10:23 PM
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?
‎2009 Aug 23 10:06 AM
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
‎2009 Aug 24 8:18 AM
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.
‎2009 Aug 24 10:02 AM
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