cancel
Showing results for 
Search instead for 
Did you mean: 

Read messageID without Java Mapping

Former Member
0 Kudos

Hello,

is there a simple way to read the messageID and assign it to a target element without using a Java Mapping?

Background is that I want to use a messageID as correlationID in a BPM send step. Maybe by using a UDF.

Thank you for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Florian,

You can get this by using a simple udf. MessageId is the attribute in which you can get your message id. Please see this help for the udf:

http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/content.htm

Here he is getting file name which is in FileName attribute. You can use MessageId where you have filename which will get you the message id.

Also whle testing in test tab of mapping there is paramers tab there put some id in message id. Then your test wil run else it will throw error or you may need to run end to end to work.

Regards,

---Satish

Former Member
0 Kudos

Thank you!

Answers (0)