This commit is contained in:
Marc Bernard 2025-04-28 15:58:06 +02:00 committed by GitHub
parent 6b4f0a66d3
commit 8363b0b314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -283,7 +283,7 @@ CLASS zcl_abapgit_objects_check IMPLEMENTATION.
" For optimal performance, we limit here by object type since we know that only TABL has a comparator
" If there are other object types in the future, extend the where clause or remove the check on object type.
LOOP AT it_results ASSIGNING <ls_result> WHERE match IS INITIAL AND filename CP '*.xml'
AND obj_type ='TABL' ##PRIMKEY[SEC_KEY].
AND obj_type = 'TABL' ##PRIMKEY[SEC_KEY].
CLEAR ls_item.
MOVE-CORRESPONDING <ls_result> TO ls_item.