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: 

Production order Status

Former Member
0 Kudos

Hi all,

We have an interface which changes the production order status to TECO(Technically complete). For this we are using "BAPI_PRODORDCONF_CREATE_HDR". This BAPI changes header level status to TECO, but not at the operation level. But we need to change the status at both header and operational level.

Kindly advise.

Thanks.

1 ACCEPTED SOLUTION

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

This Bapi is designed to handle header level, so you have to use a different / additional Bapi. I'm not sure, which might be better, but I hope you will identify one matching to your requirement:

BAPI_PRODORDCONF_CREATE_TT

BAPI_PRODORDCONF_CREATE_TE

BAPI_PRODORDCONF_PDC_UPLOAD_TT

BAPI_PRODORDCONF_PDC_UPLOAD_TE

BAPI_PRODORDCONF_CREATE_ACT

Regards,

Christian

2 REPLIES 2

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

This Bapi is designed to handle header level, so you have to use a different / additional Bapi. I'm not sure, which might be better, but I hope you will identify one matching to your requirement:

BAPI_PRODORDCONF_CREATE_TT

BAPI_PRODORDCONF_CREATE_TE

BAPI_PRODORDCONF_PDC_UPLOAD_TT

BAPI_PRODORDCONF_PDC_UPLOAD_TE

BAPI_PRODORDCONF_CREATE_ACT

Regards,

Christian

former_member214131
Active Contributor
0 Kudos

Hello,

Check out the FuGr 2116 for the related FMs.

FM BAPI_PRODORDCONF_CREATE_ACT would help you.

Regards, Murugesh AS