cancel
Showing results for 
Search instead for 
Did you mean: 

Identify changes from TRQ vs system changes

Former Member
0 Kudos

Hi all,

Our customer wants to manage order changes in TM: when a planned FU is changed (date change, quantity change, etc), an indicator will be marked.

To do so, we would like to use the Change Controller settings.

But the difficulty is managing changes coming from the TRQ vs system changes.

For example, when a delivery is created, the DTR is created and the FU is updated with dates/times from the delivery: we don't want that to trigger the indicator.

Do you have any suggestions/recommendations on identifying changes from a TRQ vs system changes vs delivery creation?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Emilie,

Since all changes are processed in TM in one way depending on process controller settings and the user ID is always the remote user, I think some part of this logic has to be written on ERP side.

When a sales order is saved you could check if a user has manually changed date or quantity and then set some flag on the TRS0 message. You may have to use a BAdI for the relevant interface to be able to add a field on TRS0. If you require this indicator to be on the FU, then I suggest you use a custom method to read the OTR and update the indicator on the FU.

Best Regards,

KC