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

BAPI idea

Former Member
0 Likes
461

Hi

I'm thinking about creating BAPI in BOR. I created some ZBAPI FM and set remote for this then I use this from remote by RFC but why it is need to define this in BOR. What is idea for this?

3 REPLIES 3
Read only

Former Member
0 Likes
432

Try to search for Business objects in SCN.

Regards

Abhii

Read only

uwe_schieferstein
Active Contributor
0 Likes
432

Hello

When you implement your RFC-module as "method" of a business object in the BOR then you can link your BAPI to the SAP business workflow (events, etc.).

Regards

Uwe

Read only

Former Member
0 Likes
432

Hi,

this is the way to create a BAPI.

1. create the RFC enable function module using SE37.

2.Go to SW01 and create a business object for your function module... where you can create a API method for your function module, once you done it.. realease the BAPI

3. then you can find the Generate button in the application tool bar.. click on it..

4. then your bapi will go and sit in BOR..

Now you can access your BAPI through BOR..

For further help go through this below link..

http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/bapi+step-by-step&;

Hope this will help you..

Regards,

Kiran

Edited by: kiran kumar on Aug 27, 2010 7:37 AM