cancel
Showing results for 
Search instead for 
Did you mean: 

Message ID string manipulations.

Former Member
0 Kudos

Hi Experts,

I have noticed that Message ID on java stack is with Hyphens, for example in communication channel monitoring if I check a message ID, it will be like: "7EDAC3F1-22B7-11DF-BCED-001E4F1DB06D" (including Hyphens)

but on ABAP stack in anyof the table this will be without Hyphens. (Hyphens will be missing)

Can anybody explain the concept and also kindly let me know if the patten to place hyphen is same or not?

I have noticed it is same foe all message IDs but please confirm it.

Thanks a ton.

Best Regrads,

Priyanka Sharma

Edited by: Priyanka Sharma on Feb 26, 2010 10:34 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

abhay_rajhans2
Contributor
0 Kudos

Hi Priyanka,

Following is the Functional module which generates Message id in ABAP. You can further dig into it to see how it works.

GUID_CREATE

Former Member
0 Kudos

Hi,

PI uses de UUDI, that's the reason it is placing hyphens between (8,4,4,2) positions withing the message id. Which is in hexadecimal number.

You can check it on the Wikipedia:

Universally unique identifier - Wikipedia, the free encyclopedia

Regards.

Former Member
0 Kudos

Hi Priyanka,

SXMSPMAST: This table contains runtime information on XML messages processed by XI; in this table you can find all the information that is visible in SXMB_MONI.

Thanks

Ravi