Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

GUID Purpose

Former Member
0 Kudos

Hi,

We are creating GUID using FM: GUID_CREATE.

But, what is the purpose of creating GUID.

In which scenario , we will use this.

Please let me know.

Thanks,

Sandeep.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

GUID is a similar to unique key concept which is generated internally to identify a order in CRM..

5 REPLIES 5

Former Member
0 Kudos

Hi,

Check this link..http://abaplog.wordpress.com/2007/11/22/your-fault-using-sap-logging-in-your-abap/

Former Member
0 Kudos

Hi Sandeep,

GUID is a fixed-length technical key that is externally invisible and that lets you access instances simply, particularly where the objects are closely interlinked. Mapping solely by instance GUID is best suited to objects that are purely dependent on other objects, since you do not have to access them explicitly in the ABAP program.

Hope this will resolves your query.

Regards,

Manish

saumya_govil
Active Contributor
0 Kudos

Hi Sandeep,

GUID is used to uniquely identify an object.

It serves as a key value to retrieve one instance of an object.

GUID can be used in multiple cases. If you need to create a new business transaction you can generate a GUID for the same. You can use it to create a Business Partners, etc.

Regards,

Saumya

Former Member
0 Kudos

Hi,

GUID is a similar to unique key concept which is generated internally to identify a order in CRM..

0 Kudos

Hi,

Every thing in CRM is related to a Guid.

Whether its a Contract or Quotation etc.

As they are interlinked with each other so much that to distinguish them, we need a internal number range that uniquely defines them and also relate them with each other.

Regards,

Manish