R3_SET_TEXT_ATTR
Sets a text attribute in the SAP monitor architecture
Transaction: RZ20
Interface: XMW
Syntax
R3_SET_TEXT_ATTR
NODE=...
,TEXT=...
Syntax |
Description/Format |
---|---|
NODE= | Name of the node Format of the value: script literal |
TEXT= |
Text to be displayed |
Comments
An existing text attribute is changed. If it does not yet exist, the script element creates one including the corresponding text.
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"
- "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
Executing the following example creates the context node "UC4", the object node "Test" and the attribute node "TextAttribute" including the content "Value".
R3_SET_TEXT_ATTR NODE='UC4/Test/TextAttribute',TEXT='Value'
See also: