Automation Engine Script Guide > AE JCL for Applications > SAP > R3_DELETE_NODE

R3_DELETE_NODE

Deletes a node in the SAP monitor architecture

Transaction: RZ20

Interface: XMW

Syntax

R3_DELETE_NODE

Syntax

Description/Format

NODE= Name of the node
Format of the value: script literal

Comments

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.

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"

Example 2:

"UC4/Summary1/Summary2/TestNode/PerfAttributUC4"

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: