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 generation logic in ABAP

0 Kudos

What is the logic behind GUID generation in ABAP: Is it incremental value allocation each time there is a call to generate a new GUID or is it random value generation with each call to GUID generation FM?

2 REPLIES 2

rajucd81
Participant
0 Kudos

Try to understand the logic of this  FM GUID_CREATE, which gives GUID.

Thanks

Raju C D

former_member206650
Active Participant
0 Kudos

Hi payal,

kindly check the source code in  FM  guid_create.

also note that this FM is outdated check the note 935047.

vishnu