R3_SET_TEXT_ATTR

The R3_SET_TEXT_ATTR script element sets a text attribute in the SAP monitor architecture. Use R3_SET_TEXT_ATTR to change an existing test attribute. If it does not yet exist, this script element creates one including the corresponding message.

Transaction: RZ20
Interface: XMW

Syntax

R3_SET_TEXT_ATTR

    NODE=...
    ,TEXT=...

Parameters

  • R3_SET_TEXT_ATTR
    Sets a text attribute in the SAP monitor architecture

  • NODE=
    Name of the node.
    Format:
     script literal
    This parameter describes a complete path. The individual parts are separated by a slash (/). The path always starts with a context node that 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
  • TEXT=
    Test to be displayed
    Format: script literal

Example

Executing the following example creates the UC4 context node, the Test object node and the TextAttribute attribute node including the content called Value.

R3_SET_TEXT_ATTR NODE='UC4/Test/TextAttribute',TEXT='Value'

See also:

seealso

About SAP JCL