‎2007 Nov 16 11:05 AM
hello experts.. how to create BAPI...plz hlp me with an example........thnkssss
‎2007 Nov 16 11:06 AM
Hi Soumya,
BAPI-step by step procedure
http://www.sapgenie.com/abap/bapi/example.htm
list of all BAPI's
http://www.planetsap.com/LIST_ALL_BAPIs.htm
<b>Reward Points if this helps,</b>
Satish
‎2007 Nov 16 11:09 AM
Hi,
Check the below link..
http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm
Reward if helpful.
Regards,
Nagaraj
‎2007 Nov 16 11:09 AM
‎2007 Nov 16 11:13 AM
Hi Samanta,
Okay the steps are roughly as follows:
1. Go to transaction SWO1. Enter object interface type. Eg.(ZOBJ)
2.Change the object type release status to implemented and save the object type.
3. Using Z_BAPI (created from SE37) create an API method in the new object type.
4. In the created BOR object ZOBJ, create a new method using the function module template.
5. Input as function module name Z_BAPI.
6.Check the Instance Independent checkbox and click on the next button to continue.
7. On the parameters screen validate whether all the needed parameters are present and click on next.
8. Click Yes on the Extend program dialog to generate the call in the new method.
9. Change the release status of the object type to To released
10. Change also the release status of the method type to To released
11. Double-click on the new method ZBAPI and go to the tab ABAP and change the ABAP type from Function Module to API method.
12. Finally click on Generate button to generate the object interface and save the object type.
Hope it somehow gets you an idea how to implement a BAPI based on a FM created in SE37.
If helpful, rewards are appreciated.
Thanks a lot.
Regards,
Tush
‎2014 Jul 21 10:18 AM
Hello Soumya,
Here we are providing Step-by-step Procedure to Create BAPI with proper Screen Shot.
http://www.saptechies.com/step-by-step-procedure-to-create-bapi/
please visit this below link to grasp more about BAPI
http://www.saptechies.com/search.php?siteSection=0&searchText=BAPI
Regards
Nitesh