mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
call the non-aliased method for UUID (#192)
This commit is contained in:
parent
0f20644caf
commit
9b2c4e544c
|
@ -296,7 +296,7 @@ CLASS z2ui5_lcl_utility IMPLEMENTATION.
|
|||
DATA uuid TYPE c LENGTH 32.
|
||||
|
||||
TRY.
|
||||
CALL METHOD (`CL_SYSTEM_UUID`)=>create_uuid_c32_static
|
||||
CALL METHOD (`CL_SYSTEM_UUID`)=>if_system_uuid_static~create_uuid_c32
|
||||
RECEIVING
|
||||
uuid = uuid.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user