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: 

How to create BAPI?

Former Member
0 Kudos

hi

<u><b>How to create BAPI?</b> </u>

give the detailed step by step.

thanks in advance.

bye

4 REPLIES 4

Former Member

former_member188685
Active Contributor
0 Kudos

Hi sekar,

Check this..

here you can see step by step with Slides.

http://www.sapgenie.com/abap/bapi/example.htm

Regards

vijay

Former Member
0 Kudos

Hi Sekar,

To create a BAPI you must do the following:

- Create a FM in SE37 transaction. The FM name must begin with ZBAPI*. The FM must also have a RETURN parameter, and must be released, this you can also do it in SE37 transaction.

Once you've created and released your BAPI FM, you must create a Business Object (BO).

- Create a Business Object, in Transaction SWO1.

- While modifying it, go to Utilities -> API Methos -> Insert Method.

- There, specify the name for your BAPI FM, then fill all the values it request, such as Method name, parameters names, etc.

- Position the cursor over the method, then go to Edit -> Change Release Status -> Object Type Component -> To released. This you have to do for every method you add to the object.

- Position the cursor over the BO name, then go to Edit -> Change Release Status -> Object Type -> To release. Make sure that a check icon appears next to the BO name.

Then it's done! You may go to BAPI transaction and check if your FM appears there.

Hope it Helps.

Mukesh KUmar

Former Member
0 Kudos

Hi,

Have a look at the below good links-

<b>BAPI-step by step</b>

http://www.sapgenie.com/abap/bapi/example.htm

http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_cid558752_tax293481,00.html

http://www.sap-img.com/abap/interview-question-on-bapi-rfc-abap-objects-tables.htm

http://www.sap-img.com/fu033.htm

http://www.sap-img.com/abap/ale-bapi.htm

www.planetsap.com/Bapi_main_page.htm

www.sapgenie.com/abap/bapi/index.htm

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

http://techrepublic.com.com/5100-6329-1051160.html#

http://www.sap-img.com/bapi.htm

http://www.sap-img.com/abap/bapi-conventions.htm

http://www.sappoint.com/abap/bapiintro.pdf

http://help.sap.com/saphelp_47x200/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm

http://help.sap.com/saphelp_47x200/helpdata/en/3e/ecf226942511d2ad4b080009b0fb56/frameset.htm

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

http://techrepublic.com.com/5100-6329-1051160.html#

http://www.sap-img.com/bapi.htm

http://www.sap-img.com/abap/bapi-conventions.htm

http://www.allsaplinks.com/bapi.html

http://www.sapgenie.com/abap/bapi/example.htm

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

http://www.allsaplinks.com/bapi.html

http://www.geocities.com/SiliconValley/Campus/6345/abapindx.htm

http://help.sap.com/saphelp_46c/helpdata/en/dd/5009660aa411d2ad1b080009b0fb56/content.htm

http://www.sap-img.com/abap/bapi-conventions.htm

Mark useful answers.

Regards,

Tanuja.

Message was edited by: Tanuja Sarraju