Merge branch 'main' into 7161

This commit is contained in:
Marc Bernard 2025-03-29 10:11:17 +01:00 committed by GitHub
commit b38c24a762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -154,8 +154,10 @@ CLASS zcl_abapgit_repo_news IMPLEMENTATION.
RETURN.
ENDTRY.
LOOP AT lt_remote ASSIGNING <ls_file> WHERE path = lc_log_path
AND ( filename CP lc_log_filename OR filename CP lc_log_filename_up ).
LOOP AT lt_remote ASSIGNING <ls_file>
" 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