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

Changes in Production Order

Former Member
0 Likes
869

Hi,

I need to add a code in my ABAP which does a similar activity as the Function : 'Read PP Master Data ', for the TCode: CO02, . Is anyone aware of a BAPI which can be used to do this?

Regards,

Kaustubh

Hi,

I need to add a code in my ABAP which does a similar activity as the Function : 'Read PP Master Data ', for the TCode: CO02, . Is anyone aware of a BAPI which can be used to do this?

Regards,

Kaustubh

6 REPLIES 6
Read only

Former Member
0 Likes
822

Check this BAPI out: BAPI_PRODORD_CHANGE

Read only

0 Likes
822

There is no BAPI by this name

Read only

Former Member
0 Likes
822

Hi,

Use this Bapi <b>BAPI_ALM_ORDER_MAINTAIN</b>

Regards

Vijay

Read only

0 Likes
822

Vijay,

Any Idea how this BAPI is to be used.. which Method to be used..

Regards,

Kaustubh

Read only

0 Likes
822

Hi,

you need to use the method<b> CHANGE</b> .and read the FM Documentation.

Regards

Vijay

Read only

Former Member
0 Likes
822

Standard SAP VIEW: CAUFV will give you the production order master data, pass the order number and get the related details.