‎2010 Aug 26 12:53 PM
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?
‎2010 Aug 26 5:16 PM
‎2010 Aug 26 10:21 PM
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
‎2010 Aug 27 6:35 AM
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