cancel
Showing results for 
Search instead for 
Did you mean: 

XI Message ID

Former Member
0 Kudos

Hi All,

I was wondering if each part in a message id really means something is it a randomly generated id

BC14DA58-DF26-4E19-1647-C9F371DD4DD8

does each part ressemble something and helps in understanding of the type of interface / other data? I tried searching for some SAP Note but i couldnt find anything

Rgds

Aditya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The message ID XI creates is a unique ID within the landscape..

it can be generated using ABAP function module GUID_CREATE.

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for your inputs

Closing the thread

Rgds

Aditya

Former Member
0 Kudos

Hi Aditya,

The message Id is a Universal Unique ID (UUID) (or Global Unique ID, also known as GUID)

GUID (or UUID) is an acronym for 'Globally Unique Identifier' (or 'Universally Unique Identifier'). It is a 128-bit integer number used to identify resources.

All objects generated have a unique ID, even Data types, Message Types, Interfaces, Mappings, Comm Channels, etc.. all these have a GUID which is unique

You can generate your own GUID at [GUIDgenerator|http://www.guidgenerator.com/]

The individual bits of the GUID do not make any sense.

Regards,

Gautam Purohit

Edited by: Gautam Purohit on Jul 13, 2009 4:23 PM

Former Member
0 Kudos

Hi Aditya,

The message ID is a unique indicator that identifies a message and it is generated randomly.

I hope this helps you

Ivan

agasthuri_doss
Active Contributor
0 Kudos

Aditya,

>does each part ressemble something and helps in understanding of the type of interface / other data?

To my Knowledge NO, The Message ID are Unique and you can look for it with the ID.

Cheers

Agasthuri