cancel
Showing results for 
Search instead for 
Did you mean: 

Function module that creates process order in SCM

Former Member
0 Kudos

We are trying to set up a test scenario where we could send process orders that are created in ECC to an alternate version in SCM. Can anyone tell me what function module creates the order in APO once it is ciffed over from ECC to see if it is possible to alter the planning version it is created in ? We do not want these orders in the active 000 version.

Thanks

Joe

Accepted Solutions (1)

Accepted Solutions (1)

rajkj
Active Contributor
0 Kudos

Hi Joe,

Typically, the CIF transfer calls the FM /SAPAPO/CIF_ORDER_INBOUND that in turn calls the FM

/SAPAPO/DM_ORDER_MAINTAIN to create the order in livecache.

The planning version can be manipulated through the data type "ls_gen_params-simversion".

DATA: ls_gen_params     TYPE /sapapo/om_gen_params,

SIMVERSION    Types    /SAPAPO/OM_VRSIOID    CHAR    22    0    Name of Planning Version

Thanks,
Rajesh

Former Member
0 Kudos

Thank you Rajesh, very helpful !

Joe

Answers (0)