SAP ABAP Class IF_CONTROL_TREE_NODE_DIAG (Diagnostic Supplements)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CONTROL_TREE_NODE | Control Tree Node | 19990910 |
Properties
Class | IF_CONTROL_TREE_NODE_DIAG | |
Short Description | Diagnostic Supplements | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 19990910 | SAP |
Last change | 00000000 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_CONTROL_TREE_NODE_DIAG has no forward declaration.
Interfaces
Class IF_CONTROL_TREE_NODE_DIAG has no interface implemented.
Friends
Class IF_CONTROL_TREE_NODE_DIAG has no friend class.
Attributes
Class IF_CONTROL_TREE_NODE_DIAG has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Finds Node of Given Type and (Optionally) Name | 19991025 |
2 | ![]() |
Instance method | Public | Method | Gets Named Attribute of Associated DOM Node | 19990910 |
3 | ![]() |
Instance method | Public | Method | Gets Attributes of Associated DOM Node | 19990910 |
4 | ![]() |
Instance method | Public | Method | Gets Name of Associated DOM Node | 19990910 |
5 | ![]() |
Instance method | Public | Method | Gets Associated DOM Node | 19991014 |
6 | ![]() |
Instance method | Public | Method | Gets Text of Associated DOM Node | 19990910 |
7 | ![]() |
Instance method | Public | Method | Gets Type of Associated DOM Node | 19990910 |
8 | ![]() |
Instance method | Public | Method | Sets Named Attribute of Associated DOM Node | 19991014 |
9 | ![]() |
Instance method | Public | Method | Sets Name of Associated DOM Node | 19991014 |
10 | ![]() |
Instance method | Public | Method | Shows Node (Subtree) Structure | 19990910 |
Events
Class IF_CONTROL_TREE_NODE_DIAG has no event.
Types
Class IF_CONTROL_TREE_NODE_DIAG has no local type.
Method Signatures
Method FIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Namensattribut | 19991025 | ||
2 | ![]() |
NODE | Value transfer | Object reference (TYPE REF TO) | IF_CONTROL_TREE_NODE | pointer to found node; or 0 if not found | 19991025 | ||
3 | ![]() |
NODE_TYPE | Call by reference | Type reference (TYPE) | I | Knotentyp | 19991025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
node of the given type does not support name attribute | 19991025 | |
2 | ![]() |
Input Parameter NODE_TYPE nicht gegeben | 19991025 |
Method GET_DOM_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 19990910 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Attributwert | 19990910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
kein DOM-Knoten assoziiert | 19991021 |
Method GET_DOM_ATTRS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTR_TAB | Call by reference | Type reference (TYPE) | TABLE | Tabelle der Attributknoten | 19990910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
kein DOM Knoten assoziiert | 19991021 |
Method GET_DOM_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOM_NAME | Call by reference | Type reference (TYPE) | STRING | Name (local part) des DOM Knotens | 19990910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
kein DOM Knoten assoziiert | 19991021 |
Method GET_DOM_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOM_NODE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Handle des assoz.DOM Knotens | 19991014 |
Method GET_DOM_NODE on class IF_CONTROL_TREE_NODE_DIAG has no exception.
Method GET_DOM_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOM_TEXT | Call by reference | Type reference (TYPE) | STRING | Text des DOM-Knotens | 19990910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
kein DOM Knoten assoziiert | 19991021 |
Method GET_DOM_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOM_TYPE | Call by reference | Type reference (TYPE) | STRING | Type des DOM Knotens | 19990910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
kein DOM Knoten assoziiert | 19991021 |
Method SET_DOM_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 19991014 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Attributwert | 19991014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut kann nicht geändert werden | 19991015 | |
2 | ![]() |
kein DOM Knoten assoziiert | 19991021 |
Method SET_DOM_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOM_NAME | Call by reference | Type reference (TYPE) | STRING | Name (local part) des DOM Knotens | 19991014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut kann nicht geändert werden | 19991014 | |
2 | ![]() |
kein DOM Knoten assoziiert | 19991021 |
Method SHOW Signature
Method SHOW on class IF_CONTROL_TREE_NODE_DIAG has no parameter.
Method SHOW on class IF_CONTROL_TREE_NODE_DIAG has no exception.
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in |