‎2010 May 19 1:59 PM
Hi,
is it somehow possible to validate GUID if it is correct?
thanks
Juraj
‎2010 May 19 2:31 PM
Your question doesn't make sense - please elaborate. What do you want to validate? That it does or doesn't exist in your system for a particular application?
‎2010 May 19 11:40 PM
Hi,
I get GUID from external app (it's scanned and then recognized via sw), so I need to validate, if the string got from recognition is really GUID
thanks
Juraj
‎2010 May 19 11:55 PM
Hello,
I do not have a clue about how & from which system you are receiving the GUID.
Looks like you are dealing with persistence services. If so, you may be able to get the GUID from ABAP dictionary table BCST_CAM.
Let me know if it was useful to you.
Regards,
Saurabh
‎2010 May 20 4:35 PM
No, you can't. How does that have any relevance to a GUID generated by an external system?
To the poster, you can't really 'validate' a GUID. It's a randomly generated character sequence and 99.9999% guaranteed to be unique. You could check if you've received the same value before or check the length, but it would probably be a waste of code...