mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
SICF fix
This commit is contained in:
parent
6ea69208b3
commit
2e5d31f4f3
|
@ -95,6 +95,14 @@ CLASS lcl_object_sicf IMPLEMENTATION.
|
||||||
|
|
||||||
rv_bool = boolc( NOT ls_tadir IS INITIAL ).
|
rv_bool = boolc( NOT ls_tadir IS INITIAL ).
|
||||||
|
|
||||||
|
IF rv_bool = abap_true.
|
||||||
|
ls_key = ls_tadir-obj_name.
|
||||||
|
SELECT SINGLE icfaltnme FROM icfservice INTO ls_key-icf_name
|
||||||
|
WHERE icf_name = ls_key-icf_name
|
||||||
|
AND icfparguid = ls_key-icfparguid.
|
||||||
|
rv_bool = boolc( sy-subrc = 0 ).
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
ENDMETHOD. "lif_object~exists
|
ENDMETHOD. "lif_object~exists
|
||||||
|
|
||||||
METHOD lif_object~serialize.
|
METHOD lif_object~serialize.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user