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: 

ADD COMPONENTS TO PRODUCTION ORDER

Former Member
0 Kudos

Hello everyone.

I've try to change a call transaction CO01 to create a prod.order to use a BAPI (BAPI_PRODORD_CREATE). It's all ok, but I don't know add and change components to the order with a bapi or another function module.

Can someone help me?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Changing or addition of components to production order, normally happens during confirmation (CO14) or changes to production orders (CO02).

You can try out by debugging these t-codes, if at all any FMs or BAPI are available.

Hope this helps.

Regards,

JLN

5 REPLIES 5

Former Member
0 Kudos

Hi,

Changing or addition of components to production order, normally happens during confirmation (CO14) or changes to production orders (CO02).

You can try out by debugging these t-codes, if at all any FMs or BAPI are available.

Hope this helps.

Regards,

JLN

Former Member
0 Kudos

Hi Buddy,

use User Exit ppco0001

Component EXIT_SAPLCOBT_001

In this user exit, modify the components of the production order by adding and changing values in the COMPONENT_TABLE.

Try this and get back to me incase of any queries.

Dont forget to reward points if found useful.

Thanks,

Satyesh

Former Member
0 Kudos

Hi,

Refer these:

BAPI_PRODORD_CHANGE: Change Production Order

BAPI_PRODORDCONF_CREATE_ACT: Enter activity confirmation

BAPI_PRODORDCONF_CREATE_HDR: Enter Order Confirmations

Regards

Former Member
0 Kudos

Hi,

Refer these:

BAPI_PRODORD_CHANGE: Change Production Order

BAPI_PRODORDCONF_CREATE_ACT: Enter activity confirmation

BAPI_PRODORDCONF_CREATE_HDR: Enter Order Confirmations

Regards

Former Member
0 Kudos

This message was moderated.