R3_DELETE_NODE
Deletes a node in the SAP monitor architecture
Transaction: RZ20
Interface: XMW
Syntax
R3_DELETE_NODE
NODE=...
Syntax |
Description/Format |
---|---|
NODE= | Name of the node Format of the value: script literal |
This script element deletes an existing node (attribute, object, sum or context node). If this node includes open alarms, these are closed before the node is deleted.
Format of the parameter NODE=
This parameter describes a complete path. The individual parts are separated by a slash "/".
The path always starts with a context node which can be followed by a sum node, an object node and an attribute node.
Note: Context, object and attribute nodes must only be used once in the path. Sum nodes can be used several times.
Example 1:
"UC4/TestNode/PerfAttributUC4"
- "UC4" - context name
- "TestNode" - object node
- "PerfAttributUC4" - attribute node
Example 2:
"UC4/Summary1/Summary2/TestNode/PerfAttributUC4"
- "UC4" - context name
- "Summary1" - sum node
- "Summary2" - sum node
- "TestNode" - object node
- "PerfAttributUC4" - attribute node
Example
After executing the following example, the node "UC4/TEST" still exists. The sub-node "PerfAttributUC4" was deleted.
R3_DELETE_NODE NODE='UC4/TEST/PerfAttributUC4'
See also:
seealso