on 2016 Sep 06 7:48 PM
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?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Jacob,
Make a copy of standard FM SAPLZ_TM_TRQ_CREATED and write your custom logic.
Thank you,
Rajeev Verma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 10 | |
| 8 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.