R3_DELETE_NODE

Use the R3_DELETE_NODE script element to delete an existing node in the SAP monitor architecture.

The node can be a context node, an object node, an attribute node, and/or a summary node. If the node includes open alarms, they are closed before the node is deleted.

Transaction: RZ20

Interface: XMW

Syntax

R3_DELETE_NODE NODE=...

Parameters

NODE= Name of the node.

Format: script literal

This parameter describes a complete path. The individual parts of the path are separated by a slash (/). The path always starts with a context node. An object node, an attribute node, and/or a summary node can follow. The last node in the path is deleted.

Note: Context, object, and attribute nodes must only be used once in the path. Summary nodes can be used several times.

Example 1:

"AutomationEngine/TestNode/PerformanceAttributeAE"

  • AutomationEngine (Context name)
  • TestNode (Object node)
  • PerformanceAttributeAE (Attribute node)

Example 2:

"AutomationEngine/Summary1/Summary2/TestNode/PerformanceAttributeAE"

  • AutomationEngine (Context name)
  • Summary1 (Summary node)
  • Summary2 (Summary node)
  • TestNode (Object node)
  • PerformanceAttributeAE (Attribute node)

Examples

The following example deletes the sub-node "PerformanceAttributeAE", while the node "AE/TEST" remains.

R3_DELETE_NODE NODE='AE/TEST/PerfAttributeAE'

See also: