mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
SICF show error, close #919
This commit is contained in:
parent
bfd54d3d61
commit
04b84e7381
|
@ -407,6 +407,11 @@ CLASS lcl_object_sicf IMPLEMENTATION.
|
||||||
RETURN.
|
RETURN.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
IF ls_icfservice-icfparguid CO '0'.
|
||||||
|
* not supported by the SAP standard API
|
||||||
|
lcx_exception=>raise( 'SICF - cannot delete root node, delete node manually' ).
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
cl_icf_tree=>if_icf_tree~delete_node(
|
cl_icf_tree=>if_icf_tree~delete_node(
|
||||||
EXPORTING
|
EXPORTING
|
||||||
icfparguid = ls_icfservice-icfparguid
|
icfparguid = ls_icfservice-icfparguid
|
||||||
|
|
Loading…
Reference in New Issue
Block a user