Get Example source ABAP code based on a different SAP table
VERSION 5 IN • IF_SYSTEM_UUID ABAP_INTERFACE • CL_SYSTEM_UUID ABAP_CLASS
System Class for UUIDs The methods CREATE_...> of the class CL_SYSTEM_UUID>> create UUIDs> with a length of 16 bytes in the following formats:
16-character byte-like representation
22-character character-like representation in Base64>
26-character character-like representation in Base32
32-character character-like hexadecimal representation The methods CONVERT_...> convert these formats to each other. The methods are defined in interfaces like IF_SYSTEM_UUID>.
ABAP_EXAMPLE_VX5 Creation of a 16-character byte-like UUID and conversion to other formats. The class CL_DEMO_UUIDS>> executes this source code and displays the result. ABEXA 00872 ABAP_EXAMPLE_END