cancel
Showing results for 
Search instead for 
Did you mean: 

Control Parameters in EH

nitesh_hatizar
Participant
0 Kudos


Hi All,

I need help in mapping process for Control Parameters.

We are sending control parameters from ECC system ( for shipment which has tracking id A in EM system) and we need to update these control parameters in tracking id ( B) for freight order trigging from TM system. Can anybody help me how we can achieve mention requirement.

Regards

Nitesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nitesh,

Do you mean like this?

SAP ECC system Control parameter update in SAP EM Tracking id A.

SAP TM system control parameter from freight order update in SAP EM Tracking id B.

or

SAP ECC X Control parameter update in SAP EM Tracking ID A and also in SAP TM system Freight Order Tracking ID B (control parameter).

Regards


GGOPII

nitesh_hatizar
Participant
0 Kudos

Hi Gopi,

you are right. I mean SAP ECC X Control parameter update in SAP EM Tracking ID A and also in SAP TM system Freight Order Tracking ID B (control parameter).

Regards

Nitesh

Former Member
0 Kudos

Hi Nitesh,

Two possibilities:

1. Send directly SAP ECC control parameter to SAP EM and SAP TM (with direct mapping in SAP EM (follow steps for config) and custom mapping in existing Freight Order creation)

2. Send SAP ECC control parameter to SAP EM and then SAP EM ruleset trigger control tracking id A value to update in SAP TM Tracking ID B.

a) SAP ECC -> IMG -> Integration with Other SAP Components -> Event Management Interface -> Define SAP EM Extraction Functions -> Control Parameter Extractors -> Select your control parameter extractor -> Add the control parameter, par.val length and data type or add your control parameter in Define SAP EM Data Extraction (if you haven't customized).

b) SAP EM -> IMG -> Event Management -> Event Handlers and Event Handler Data -> Parameters -> Define Control, Info, and Rule Processing Parameters -> Define control parameter same as SAP ECC

c) SAP EM -> IMG -> Event Management -> Event Handlers and Event Handler Data -> Parameters ->Define Mapping Profile -> Select your mapping profile -> Control Parameter Mapping -> Select ECC parameter, Parameter type as "Control Parameter", Select SAP EM control parameter and mapping mode as "D - Direct value takeover"

d) Go to Ruleset in SAP EM -> IMG -> Event Management -> Define Rule Sets -> Create custom Activity Functions (copy of /SAPTRX/TMS_UPDATE_FU or with new /SAPTRX/EM_ACTIVITY_INTERFACE)

e) Go to Multitask activity and select your event handler creation ruleset activity (or create new one if not exist) -> Activity - CHECK_PARAM_VALUE, with Log. Operator <>, assign Parameter Name - control parameter, Parameter type "C" and create new task then call and assign your custom function to send it to SAP TM.

Regards

GGOPII