mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
SFPI: exists() also look for inactive objects (#6867)
This commit is contained in:
parent
57ea8ba7fc
commit
cbda2ffb78
|
@ -128,8 +128,7 @@ CLASS zcl_abapgit_object_sfpi IMPLEMENTATION.
|
|||
|
||||
SELECT SINGLE name FROM fpinterface
|
||||
INTO lv_name
|
||||
WHERE name = ms_item-obj_name
|
||||
AND state = 'A'.
|
||||
WHERE name = ms_item-obj_name.
|
||||
rv_bool = boolc( sy-subrc = 0 ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user