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

How to Call Business Objects in Program

Former Member
0 Likes
430

Hi All,

if i want to create PurchaseOrders how can i use Business Object in my program.i know how to create PO through Bapi's.how can i use this Business Objects and how to pass Vlaues into them?

any Sample code>

What are the diffrence between both PO upload bapi and business Object for PO.??

Thank you,

Madhu Rao.

Edited by: madhubabu rao on Oct 29, 2008 10:41 AM

Hi All,

if i want to create PurchaseOrders how can i use Business Object in my program.i know how to create PO through Bapi's.how can i use this Business Objects and how to pass Vlaues into them?

any Sample code>

What are the diffrence between both PO upload bapi and business Object for PO.??

Thank you,

Madhu Rao.

Edited by: madhubabu rao on Oct 29, 2008 10:41 AM

2 REPLIES 2
Read only

Former Member
0 Likes
414

Hi Madhu,

Business Objects can be triggered via Work flow tasks. When ever you create a Purchase Order, check whether any standard event is getting triggered.

Now create a work flow task with the above task as starting event, and link your BOR object to this.

Or try to use the Function module SAP_WAPI_CREATE_EVENT.

Regards,

Subhani.

Read only

Former Member
0 Likes
414

zz