cancel
Showing results for 
Search instead for 
Did you mean: 

TOR Root - Change indicator

Former Member
0 Kudos

Hi All,

Our need is to create a freight unit event handler but we do not want to create the event handler until the frieght unit is planned on to the booking.

I wanted to handle this via the relevance function module /SCMTMS/REL_AOT_FU.

But change mode is never populated, neither during create nor during planning to Freight Booking.

Any pointers is appreciated.

Thanks,

Deb

Accepted Solutions (1)

Accepted Solutions (1)

former_member186607
Active Contributor
0 Kudos

Hi Deb,

the relevance function should be the right place to implement this logic. I do not understand why you need change mode to determine if the freight unit has been planned on the freight booking or not.

I would suggest to check either field PLAN_STATUS of specific stage (STOP_SUCCESSOR node) if needed or PLAN_STATUS_ROOT on ROOT node of freight unit. By checking one of the fields, it should be possible to determine if freight unit is planned and set relevance to TRUE only then.

Best regards, Daniel

Answers (0)