mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +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.
|
||||
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(
|
||||
EXPORTING
|
||||
icfparguid = ls_icfservice-icfparguid
|
||||
|
|
Loading…
Reference in New Issue
Block a user