cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime variable correlation ID

Former Member
0 Likes
3,950

In CPI, the parameter ${property.SAP_MessageProcessingLogID} returns the message ID.

What is the parameter name which returns the correlation ID?

View Entire Topic
Sriprasadsbhat
Active Contributor

Hello Iddo,

${header.SAP_MplCorrelationId} will return the correlation ID,but you need to enable this header in Runtime Configuration like below.


Regards,

Sriprasad Shivaram Bhat

Former Member

Thanks a lot. Works perfect!