mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Fix processing of TABU entries in case of multiple tables (#6338)
This commit is contained in:
parent
09b14c4f5d
commit
f598c7b6cf
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user