cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Message ID

Former Member
0 Kudos

Hi,

In Integration Engine for every message a unique message id is generated. Is there any specific format for that message id. If yes how the format is defined.

Regards,

Jayaram.G

Accepted Solutions (1)

Accepted Solutions (1)

kkram
Contributor
0 Kudos

Jayaram

The message ID is a ABAP dictonary type "RAW" and can be generated using ABAP function module GUID_CREATE. The purpose of this GUID is to create a global ID that is unique across your landscape. You can refer the source code of the function module GUID_CREATE to see how it is generated.

KK

Answers (2)

Answers (2)

Former Member
0 Kudos

As far as i know,XI uses some algorithm/program to generate unique Message ID,I m not aware of the source code for it or any specific format used to generate it.

Thanx

Aamir

Former Member
0 Kudos

Hi

IE generates payload like this

<SAP:Payload xlink:href="cid:payload-f6cfda908fe611dd9c7400144f69591c @ sap.com">

<SAP:Name>MainDocument</SAP:Name>

<SAP:Description>Main XML document</SAP:Description>

<SAP:Type>Application</SAP:Type>

</SAP:Payload>

so the unique id generated for the message is cid:payload-f6cfda908fe611dd9c7400144f69591c @ sap.com

Thanks

Gaurav

Edited by: Gaurav Bhargava on Oct 3, 2008 2:20 AM