Skip to content

Commit

Permalink
fix-abap-api-exception (abap2UI5#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Oct 6, 2024
1 parent 1012283 commit 2328ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/01/00/02/z2ui5_cx_abap_api.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 2328ae8

Please sign in to comment.