From 9b2c4e544c27d3c1ce0219202f22f8a0e3be449d Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 23 Apr 2023 14:05:55 +0200 Subject: [PATCH] call the non-aliased method for UUID (#192) --- src/z2ui5_cl_http_handler.clas.locals_imp.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/z2ui5_cl_http_handler.clas.locals_imp.abap b/src/z2ui5_cl_http_handler.clas.locals_imp.abap index 85ab57be..39f641f1 100644 --- a/src/z2ui5_cl_http_handler.clas.locals_imp.abap +++ b/src/z2ui5_cl_http_handler.clas.locals_imp.abap @@ -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.