cancel
Showing results for 
Search instead for 
Did you mean: 

Filename in payload

0 Kudos

Hello experts,

Is there anyway I can get filename and populate in the payload so I can see it as an additional tag in SXMB_MONI? This is from sender file adapter that I want to capture file name. If possible, I would also like to populate interface name, message ID in the payload in SXMB_MONI. I have read Dynamic Configuration blogs but that brings the filename in the Dynamic Configuration but I would like to get them in payload.

Thanks,

John

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

The only way you can get those params is in the message mapping, if you wanna see them in SXMB_MONI Payload.

Raj

Answers (3)

Answers (3)

0 Kudos

Thanks for the replies.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Is there anyway I can get filename and populate in the payload so I can see it as an additional tag in SXMB_MONI?

If by payload you mean before the request message mapping part in moni, this is not possible. If by payload you mean after the request message mapping, then yes, provided that the target message has a field for the filename and for the additional values that you would be retrieving. The steps or procedures have already been mentioned by the two posters above.

Hope this helps,

Mark

Former Member
0 Kudos

John,

I think, this it is possible by implementing

1. Java Mapping

2. UDF

Please refer this help link which clearly explains how to access message id, interface name etc.

[http://help.sap.com/saphelp_nw04/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/content.htm]

Regards

Ramesh