bugfix, dump GETWA_NOT_ASSIGNED (#6325)

This commit is contained in:
Lars Hvam 2023-06-28 13:19:47 +02:00 committed by GitHub
parent cddf583806
commit d76aa2b086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,7 +620,7 @@ CLASS zcl_abapgit_gui_page_stage IMPLEMENTATION.
item = ls_item_remote
filename = <ls_remote>-filename.
IF sy-subrc <> 0.
READ TABLE lt_changed_by INTO ls_changed_by WITH KEY item = <ls_local>-item.
READ TABLE lt_changed_by INTO ls_changed_by WITH KEY item = ls_item_remote.
ENDIF.
CATCH zcx_abapgit_exception.
CLEAR ls_transport.