Application Development 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: 

How to call the method of a Business Object?

Former Member
0 Kudos

Hi,

Can someone guide me how to call the method of a business object?

For example, I want to use the method SalesDocument.Copy of the Business Object VBAK. How can I do that? If you are familiar with any similar scenario please help.

Regards,

Renjith Michael.

5 REPLIES 5

Former Member
0 Kudos

Hi,

What i feel is all the methods of a business object are implemented as BAPI, to find the Sales order related BAPI, go to tcode BAPI.

Thanks & Regards,

Navneeth K.

0 Kudos

Yes.. obviously it is using BAPI...

but my question is how can use the method of the Business Object on its trigger point?

0 Kudos

in swo1 double click on the method then in abap tab u can get the

functionmodule name

Former Member
0 Kudos

Hi

double click on the copy and

go to abap tab

there u can get functionmodule name

u can call that

Rewards if helpful

Former Member
0 Kudos

Closing the thread