Application Development and Automation 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: 
Read only

GUID Purpose

Former Member
0 Likes
730

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
Read only

Former Member
0 Likes
692

Hi,

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

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.

5 REPLIES 5
Read only

Former Member
0 Likes
692

Hi,

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

Read only

Former Member
0 Likes
692

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

Read only

saumya_govil
Active Contributor
0 Likes
692

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

Read only

Former Member
0 Likes
693

Hi,

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

Read only

0 Likes
692

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