Skip Project piece list request (#5834)

This commit is contained in:
Jaime Rodriguez Capote 2022-10-20 16:56:41 +02:00 committed by GitHub
parent 34c07b6f98
commit 976dd0f768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,8 @@ CLASS zcl_abapgit_cts_api IMPLEMENTATION.
SELECT SINGLE a~trkorr FROM e070 AS a JOIN e071 AS b ON a~trkorr = b~trkorr
INTO rv_transport
WHERE ( a~trstatus = 'D' OR a~trstatus = 'L' )
AND b~pgmid = iv_program_id AND b~object = iv_object_type AND b~obj_name = iv_object_name.
AND a~trfunction <> 'G'
AND b~pgmid = iv_program_id AND b~object = iv_object_type AND b~obj_name = iv_object_name.
ENDMETHOD.