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

Updating Event Handler Control Parameters - Extracted by TM

Former Member
0 Kudos
434

In our integrated solution of SAP TM and SAP EM we extract a number of custom fields (Control Parameters) which are found on the ROOT and ITEM level of Freight Units and Freight Orders. I've noticed that when these custom fields are updated within TM they are not updating on the Event Handler control parameters. The most obvious gap is when the field is set back to "initial" on the TM Business Object however the control parameter remains on the handler. Does anyone have any insight on the best approach for updating extracted control parameters?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jacob,

There are few options.

1) You can let AOTYPE do these changes by adding the logic on control/info extractor for new/previous values and updating the right values.

2) Use Event Types to make these changes via an event. For this to work, you need an event which can be specific for this task ( field/param changes ) only.

Let me know if you need more details.

Thanks,

Vishnu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Jacob,

   

         Make a copy of standard FM SAPLZ_TM_TRQ_CREATED and write your custom logic.

Thank you,

Rajeev Verma