cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Production Area Planned Orders to a corresponding processing plant

Former Member
0 Kudos

Hi All,

I am in need of design a dialog program which copy production area planned orders to a corresponding processing plant, In my requirement i am not able to find what are the tables involved and what is the bapi must be used to update the tables.

I appreciate if anyone come with tips to start with this requirement.

Thanks and Regards,

Babu

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_krishnamoorthy
Active Contributor
0 Kudos

You may have to try the BAPI BAPI_MOSRVAPS_GETLIST2 to get production related order data. You can use specific selection criteria as well like location/product.

Answers (1)

Answers (1)

Former Member
0 Kudos

try BAPI_MOSRVAPS_SAVEMULTI3 for changing or creating Orders

Former Member
0 Kudos

Hi folks,

Thanks for the prompt reply, i have one basic doubt, whether the order no must be passed by us, if i am not giving order no it will returns the error.

Thanks and Regards

babu

Former Member
0 Kudos

Yes i guess you need to pass the order number to get the desired result

Thanks!