2009 Feb 17 1:33 PM
Hello,
there is a transparent table and one of its column hast the type of
GUID_32. How can fill this field. What has to be taken into consideration.
Regards
ilhan
2009 Feb 17 11:05 PM
Hi,
GUID_CREATE return number but you need this number in character representation (GUID_32 is "GUID in 'CHAR' format in uppercase"). There is a FM GUID_CONVERT but it is marked as obsolete. So you can try to use function SYSTEM_UUID_C_CREATE.
Cheers
Hello,
there is a transparent table and one of its column hast the type of
GUID_32. How can fill this field. What has to be taken into consideration.
Regards
ilhan
2009 Feb 17 1:47 PM
yes pls use
CALL FUNCTION 'GUID_CREATE'
IMPORTING
ev_guid_32 = guid.
lv_contact_guid = guid.
2009 Feb 17 11:05 PM
Hi,
GUID_CREATE return number but you need this number in character representation (GUID_32 is "GUID in 'CHAR' format in uppercase"). There is a FM GUID_CONVERT but it is marked as obsolete. So you can try to use function SYSTEM_UUID_C_CREATE.
Cheers
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |