Page patch: fix for binary files involved (#5067)

This commit is contained in:
Christian Günter 2021-10-28 09:04:19 +02:00 committed by GitHub
parent fea99f89ab
commit 64b7de74ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -595,6 +595,10 @@ CLASS zcl_abapgit_gui_page_patch IMPLEMENTATION.
CONTINUE. " e.g. new objects CONTINUE. " e.g. new objects
ENDIF. ENDIF.
IF <ls_diff_file_old>-o_diff IS NOT BOUND.
CONTINUE. " e.g. binary files
ENDIF.
lt_diff_old = <ls_diff_file_old>-o_diff->get( ). lt_diff_old = <ls_diff_file_old>-o_diff->get( ).
LOOP AT lt_diff_old ASSIGNING <ls_diff_old> LOOP AT lt_diff_old ASSIGNING <ls_diff_old>