2006 Nov 29 3:47 PM
Hi All!
I would like to know if is possible to create a BAPI based in a Business Object, because almost all Business Objects has a corresponding BAPI when we look in SE37, but the Business Object BUS2011 doesn´t have one. And if this is possible, can anyone gives me an example?
Thanks in advance.
Éder
2006 Nov 29 3:51 PM
Hi,
The way business objects in SAP are designed is that the underlying implementation of the method of the object is nothing but a RFC. And together its called as Business API.
Similary, BUS2011 also should have the underlying functions.
Regards,
Ravi
Note - Please mark all the helpful answers
Hi All!
I would like to know if is possible to create a BAPI based in a Business Object, because almost all Business Objects has a corresponding BAPI when we look in SE37, but the Business Object BUS2011 doesn´t have one. And if this is possible, can anyone gives me an example?
Thanks in advance.
Éder
2006 Nov 29 3:51 PM
Hi,
The way business objects in SAP are designed is that the underlying implementation of the method of the object is nothing but a RFC. And together its called as Business API.
Similary, BUS2011 also should have the underlying functions.
Regards,
Ravi
Note - Please mark all the helpful answers
2006 Nov 29 4:15 PM
Is there a way to implement an Business Object in my ABAP program? How can I implement ?
Thank you...
2006 Nov 29 4:18 PM
Yes, you simply will have to find the underlying the function module and call that in your ABAP program.
Regards,
Ravi
Note - Please close the thread by marking problem solved, if the issue is resolved.
2006 Nov 29 4:13 PM
Hi Eder,
You can create a new business object by inheriting the BUS2011 and create a new BAPI. Go to transaction swo1 and create it. From the menu you can create the methods and attach the BAPI to this method of the business object.
Regards
Arun