cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Cloud Integration access ID from SAP_MonitoringStateProperties

Florian_Kube
Participant
0 Kudos

Does anyone know where the unique ID from SAP_MonitoringStateProperties comes from and how I can access it directly? I want to avoid parsing SAP_MonitoringStateProperties using a Groovy script.

Content of SAP_MonitoringStateProperties

 

{com.sap.it.op.mpl.TypedMessageProcessingLogKey@33c06023=ID-f437a070-c619-4d71-635e-4016-1707812728959-474-1, com.sap.it.op.mpl.TypedMessageProcessingLogKey@70942d5=CallActivity_16}

 

I would like to set this id in some iFlows to the header SAP_ApplicaionId so we can search for this id.

i could also access it with the content modifier but i don't know if it's alaways on the first position. SAP may change the order/logic. 

 

${property.SAP_MonitoringStateProperties.values().iterator().next()}

 

Thanks

Regards Florian

Accepted Solutions (1)

Accepted Solutions (1)

Florian_Kube
Participant
0 Kudos

It seems that this id is the exchangeId. So i can simple use the camel expression ${exchangeId}

Answers (0)