mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:03:59 +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:
|
DATA:
|
||||||
BEGIN OF ms_error,
|
BEGIN OF ms_error,
|
||||||
x_root TYPE REF TO cx_root,
|
x_root TYPE REF TO cx_root,
|
||||||
uuid TYPE string,
|
* uuid TYPE string,
|
||||||
text TYPE string,
|
text TYPE string,
|
||||||
END OF ms_error .
|
END OF ms_error .
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ CLASS z2ui5_cx_abap_api IMPLEMENTATION.
|
||||||
CATCH cx_root.
|
CATCH cx_root.
|
||||||
ms_error-text = val.
|
ms_error-text = val.
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
ms_error-uuid = z2ui5_cl_util=>uuid_get_c32( ).
|
* ms_error-uuid = z2ui5_cl_util=>uuid_get_c32( ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user