‎2007 May 04 9:23 PM
Hi, I'm looking for a function module to return a random GUID. I've tried CREATE_GUID but everytime I execute the FM, I get the same GUID.
Thanks!
‎2007 May 04 9:27 PM
‎2007 May 04 10:33 PM
I get numbers like "6,0803740611299872E-01"
Why is there a comma?
‎2007 May 04 10:58 PM
Hello Fong
If class<b> CL_RECA_GUID </b>is available in your SAP system call its static method <b>GET_NEW_GUID</b>.
Alternatively, you can directly call function module <b>GUID_CREATE</b>.
Regards
Uwe
‎2007 May 11 5:55 PM
Uwe,
When I execute GUID_CREATE multiple times, I get the same GUID. What could be the issue?
‎2008 Dec 02 11:10 AM
It's unique. Difference in one-two characters, that's why it's seems like the same.
‎2007 May 05 7:41 PM
Hi,
Try with this FM
CMS_API_GENERAL_GUID_CREATE.
reward if needful...
regards
ramesh