Hi,
Are you calling the BAPI from SAP program. If it so , go to BAPI transaction , under the BOR object , you can find various methods are available. Each method will have a function module attach to it. Call this function module directly in your program.
Regards,
M.Saravanan
Hi,
You should include <CNTN01>
Then you can instantiate the BO by macro swc_create_object passing the business object and the key
With swc_call_method you can call the method. Just as in SWO1.
Kind regards, Rob dielemans
Add a comment