mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 19:42:39 +08:00
fix-abap-api-exception (#1491)
This commit is contained in:
parent
1012283880
commit
2328ae841c
|
@ -9,7 +9,7 @@ CLASS z2ui5_cx_abap_api DEFINITION
|
|||
DATA:
|
||||
BEGIN OF ms_error,
|
||||
x_root TYPE REF TO cx_root,
|
||||
uuid TYPE string,
|
||||
* uuid TYPE string,
|
||||
text TYPE string,
|
||||
END OF ms_error .
|
||||
|
||||
|
@ -41,7 +41,7 @@ CLASS z2ui5_cx_abap_api IMPLEMENTATION.
|
|||
CATCH cx_root.
|
||||
ms_error-text = val.
|
||||
ENDTRY.
|
||||
ms_error-uuid = z2ui5_cl_util=>uuid_get_c32( ).
|
||||
* ms_error-uuid = z2ui5_cl_util=>uuid_get_c32( ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user