cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

APO planned orders BAPI or FM

0 Likes
3,025

Hi Team,

We have a requirement to change the start date of Planned orders created in APO system. Could not use '

APO_BAPI_MO_ORD_SAVEMULTI' as it only supports planned order from ECC system.

Tried /SAPAPO/OM_ORDER_CHANGE FM. Each time getting some error. Kindly let me know if anyone has changed this before and what parameters should be passed to the FM/BAPI.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar
Active Contributor
0 Likes

Hello,

You can use FM /SAPAPO/RRP_LC_ORDER_CHANGE can

and FM /SAPAPO/OM_ORDER_CHANGE which calls the LiveCache where you can change an order

Manual interface enhancement of the module /SAPAPO/RRP_SCHED_CONTROL_SET is required to change scheduling and date.

Please refer this discussion on same topic,

Change demand quantity with /SAPAPO/RRP_LC_ORDER_CHANGE

Best Regards,

R.Brahmankar

0 Likes

Solution:

Read order passing orderid to fm /SAPAPO/RRP_LC_ORDER_GET_DATA.

Change the parameter you need and call /SAPAPO/RRP_LC_ORDER_CHANGE fm with flush as space

Answers (0)