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: 

Changes in Production Order

Former Member
0 Kudos

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

Former Member
0 Kudos

Check this BAPI out: BAPI_PRODORD_CHANGE

0 Kudos

There is no BAPI by this name

former_member188685
Active Contributor
0 Kudos

Hi,

Use this Bapi <b>BAPI_ALM_ORDER_MAINTAIN</b>

Regards

Vijay

0 Kudos

Vijay,

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

Regards,

Kaustubh

0 Kudos

Hi,

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

Regards

Vijay

Former Member
0 Kudos

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