‎2009 Mar 26 9:12 AM
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?
‎2009 Mar 30 10:35 PM
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