cancel
Showing results for 
Search instead for 
Did you mean: 

Read additional results from VSR optimizer (TM 8.0)

joseph_manjiyil
Participant
0 Kudos

Hi All,

I have a requirement to read additional details from the optimizer run, like Distance between source and destination location,travel duration between source and destination, lanes used by the optimizer for scheduling, means of transport the optimizer used while planning activity.

This extra details needs to be pulled when I press the save or document availability check button on the sales order. The standard availability check button triggers the FM 'AVAILABILITY_CHECK' where it does backward scheduling, ATP check and Forward scheduling in TM.

Is it possible to read the details from VSR optimizer in TM as the tcode RCCF_LOG does not specify which Sales order has used the particular details for scheduling.

Any help is greatly appreciated.

Regards,

Joseph M

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member583456
Active Participant
0 Kudos

Hi Joseph,

you can use the enhancement spot /SCMTMS/PLN_OPT (BAdI /SCMTMS/PLN_POST_PROC) to read the optimizer output: Via the parameter  IO_VSR_RESULT of the method CHANGE_OPT_RESULT you can access all the optimizer output tables, these are member tables with the prefix MT_IT_*

Best regards

Thomas