* update new syntax

* refactoring

* reafctoring

* field symbol error
This commit is contained in:
oblomov 2023-07-26 10:57:07 +02:00 committed by GitHub
parent ed406b0a80
commit 7e49bb92f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1352,7 +1352,7 @@ CLASS z2ui5_lcl_fw_handler IMPLEMENTATION.
TRY.
FIELD-SYMBOLS <arg> TYPE STANDARD TABLE.
ASSIGN ('SO_BODY->MR_ACTUAL->ARGUMENTS->*') TO <arg>.
z2ui5_lcl_utility=>raise( when = xsdbool( sy-subrc <> 0 ) ).
FIELD-SYMBOLS <arg_row> type any.
LOOP AT <arg> assigning <arg_row>.