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

Business Objects and BAPIu00B4s

Former Member
0 Likes
715

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
674

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

4 REPLIES 4
Read only

Former Member
0 Likes
675

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

Read only

0 Likes
674

Is there a way to implement an Business Object in my ABAP program? How can I implement ?

Thank you...

Read only

0 Likes
674

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.

Read only

Former Member
0 Likes
674

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