diff --git a/src/cts/zcl_abapgit_transport_objects.clas.abap b/src/cts/zcl_abapgit_transport_objects.clas.abap index 39e698275..3bf344e33 100644 --- a/src/cts/zcl_abapgit_transport_objects.clas.abap +++ b/src/cts/zcl_abapgit_transport_objects.clas.abap @@ -38,6 +38,7 @@ CLASS zcl_abapgit_transport_objects IMPLEMENTATION. LOOP AT mt_transport_objects INTO ls_transport_object. LOOP AT it_object_statuses INTO ls_object_status + " USING KEY sec_key " syntax error in 754 WHERE obj_name = ls_transport_object-obj_name AND obj_type = ls_transport_object-object AND NOT lstate IS INITIAL. diff --git a/src/repo/utils/zcl_abapgit_repo_news.clas.abap b/src/repo/utils/zcl_abapgit_repo_news.clas.abap index 875c75b47..2c8ea7ffc 100644 --- a/src/repo/utils/zcl_abapgit_repo_news.clas.abap +++ b/src/repo/utils/zcl_abapgit_repo_news.clas.abap @@ -154,8 +154,10 @@ CLASS zcl_abapgit_repo_news IMPLEMENTATION. RETURN. ENDTRY. - LOOP AT lt_remote ASSIGNING WHERE path = lc_log_path - AND ( filename CP lc_log_filename OR filename CP lc_log_filename_up ). + LOOP AT lt_remote ASSIGNING + " USING KEY file_path " syntax error in 754 + WHERE path = lc_log_path + AND ( filename CP lc_log_filename OR filename CP lc_log_filename_up ). CREATE OBJECT ro_instance EXPORTING