cancel
Showing results for 
Search instead for 
Did you mean: 

New parameter

Former Member
0 Kudos

I need to create a new Info Parameter named ZCITY  in EM and value should get updated from TM freight order.

What Config I have to do in EM & TM and which FM/Extractor needs to be updated in EM & TM?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190756
Active Contributor
0 Kudos

Hi,

Info Parameter extractor in TM must be updated.

You also need to setup parameter mapping in TR /n/SAPTRX/TSC0PDM for the new Info Param.

If you want to update it via Event Message:

Please check existing rule sets for Activities

PARAMETER_CHANGE

PARAMETER_CHANGE_NEW

e.g. in Rule Set ODT40_TO.

Best regards,

Steffen

Former Member
0 Kudos

Thank You for your reply.

I updated Info Parameter extractor in TM .

I setup parameter mapping in TR /n/SAPTRX/TSC0PDM for the new Info Param.

But this Info parameter is not getting Updated in EM from TM,  rest all working fine.

Can you please tell me that in EM do I need to Update any FM/extractor?

Also while updating value of Info Parameter in EM ,is any BAPI/FM or extractor getting called in EM as technical people is asking the name of  extractor/FM in EM  ?

Former Member
0 Kudos

Hi EM ,

You said that you have updated parameter extractor to add info parameter but at the same time you are asking us the extractor/FM name. Also, looks like you are functional and cannot code. So, where did you update? Please add your screen shots here and we can check. Based on your response, I guess you might not have added it in your extractor FM. Make sure you are sending the info parameter name and value in the extractor by debugging your extractor.

Thanks,

Vishnu

Former Member
0 Kudos

Hi,

Have you done the config Define Control, Info, and Rule Processing Parameters and Define Parameter Mapping for new info parameter in SAP EM?

Regards


GGOPII

Former Member
0 Kudos

Thanks GGOPII

Yes all config is done in EM side & technical people updated the TM FM.

Now just wanted to know that is there any BAPI/FM in EM which is getting called when info parameter is getting updated from TM to EM?

I need to know about this BAPI/FM in EM and where it is assigned?

former_member190756
Active Contributor
0 Kudos

Hi,

for EH update BAPI /SAPTRX/BAPI_EH_POST is called in the EM application interface.

If you use Event Types BAPI /SAPTRX/BAPI_EH_ADDEVENTMSG_02 is called in the EM application interface.

Best regards,

Steffen

Former Member
0 Kudos

Here is the BAPI which gets called: /SAPTRX/BAPI_EH_POST. Check the table INFODATA which should have your infoparameter record.

If this has your record and if you have done config as suggested by Steffen, then you should see it.

If not, paste your code which you did for info parameter and we can check it.

Thanks,

Vishnu


Former Member
0 Kudos

btw, this bapi is called remotely (qRFC ).

Former Member
0 Kudos

Hi,

Would you share / paste log or any message to check?  You might be missing some config for a new field.

If we have log, then share with us we can point out the issue.

Regards


GGOPII