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

regarding bapi...

selvi1
Explorer
0 Likes
365

hai,

good morning to every one.

i need help on bapi PPCO0021 (Release Control for Automatic Batch Determination).

in transaction co02 when i release the production order the user exit (PPCO0021)

has to be triggered and it should automatically get the production order number.

that no has to be passed to the bapi (bapi_prodord_get_detail).

how to do this.

please help me, if anybody is having any idea regarding this.

and also send me the details and codes related to this.

thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
313

Hi,

In your Exit ZXCOZRU01 include program should be implement,

after you get the Production Order number, you can call the BAPI

BAPI_PRODORD_GET_DETAIL it is nothing but like RFC only,

in Export parameters pass the Production order number what you get.

and remaining parameters also pass what are required. it is like FM

remaing all same rocess save and activate it.

Check your requirement reached or not.

any doubts reply

Regards

Ganesh