Fix processing of TABU entries in case of multiple tables (#6338)

This commit is contained in:
Marius Raht 2023-07-09 17:01:55 +02:00 committed by GitHub
parent 09b14c4f5d
commit f598c7b6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ CLASS zcl_abapgit_data_deserializer IMPLEMENTATION.
obj_name = ls_result-name
decision = zif_abapgit_definitions=>c_yes.
IF sy-subrc <> 0.
RETURN.
CONTINUE.
ENDIF.
IF is_table_allowed_to_edit( ls_result ) = abap_false.