cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing our own BAPIs

Former Member
0 Kudos

Hi all,

Sap provides a large no of BAPIs.How can we implement our own BAPI. KIndly help me .

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

if u want to craete ur own BAPI u have to do the followins steps.

Create the function module.

To create the function module

• Go to the transaction SE37.

• Give the function module name as Z_ADD and click on Create button.

• Enter the Function Group name and Save.

• Give the input parameter to the function module in the Importing Tab.

• Give the output parameter in the Exporting Tab.

• Write the code (Logic) for the function module in the Source Code Tab.

• In the attributes tab select the radio button RFC Enabled.

• Save and activate the function module.

Now this function module will work as a BAPI only.

if u still face the problem please reply me back.

Thanks

Rinku

turmoll
Active Contributor
0 Kudos

Hi,

Please run "BAPI" tcode and take a look at "Project" tab. There is a documentation where you will find all requirements that every BAPI must comply with.

Regards,

Jakub

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check this BAPI Development

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/bapiStepby+Step&

Regards

Seshagiri

Former Member
0 Kudos

Hi,

The link tells you all about BAPI and how to create your own

http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/content.htm

Regards

Vijaya