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

Adding Components to Production Orders

Former Member
0 Likes
754

Hi,

We are using the FM - CO_XT_COMPONENT_ADD to add components to a production order. When the FM is executed from se37 the sy-subrc is 0. The newly created RESB entry is also returned. However when we check in CO03 - the component is not displayed. In RESB table the data is not updated. [BAPI_TRANSACTION_COMMIT is also called after the FM call].

Are there any other FMs that can be used? Or do we need to pass some additional parameters to the FM?

1 REPLY 1
Read only

Former Member
0 Likes
520

Have you tried CO_XT_ORDER_PREPARE_COMMIT? You might need to do this before you so the BAPI COMMIT.

Edited by: Dave Kellogg on Mar 30, 2009 11:36 PM