SAP ABAP Class CL_DC_NODE_RFW (Graph Node)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-RFW (Application Component) Reconciliation Framework
⤷
RFW (Package) Reconciliation Framework

⤷

⤷

Properties
Class | CL_DC_NODE_RFW | |
Short Description | Graph Node | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RFW | Reconciliation Framework |
Created | 19990825 | SAP |
Last change | 20040930 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DC_NODE_RFW has no forward declaration.
Interfaces
Class CL_DC_NODE_RFW has no interface implemented.
Friends
Class CL_DC_NODE_RFW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Table for Attribute References | 19990825 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TAB_COMPARE_OUTTAB_RFW | Prepared Data for Comparison | 20000331 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_DETAIL_RFW | Data Container for Detail Data | 20000331 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TAB_DETAIL_OUTTAB_RFW | Prepared Date for Details | 20000331 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Node type | 19990825 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | C | Change indicator | 19991119 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Node name | 19991025 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 19990826 |
2 | ![]() |
Instance method | Public | Method | Get All Node Data | 19991110 |
3 | ![]() |
Instance method | Public | Method | Get Attributes | 19991026 |
4 | ![]() |
Instance method | Public | Method | Get Administrative Information on Attributes | 19991028 |
5 | ![]() |
Instance method | Public | Method | Get Value of One Attribute | 19991130 |
6 | ![]() |
Instance method | Public | Method | Get Node Type | 19991026 |
7 | ![]() |
Instance method | Public | Method | Get Change Indicator | 19991119 |
8 | ![]() |
Instance method | Public | Method | Get Description | 19991025 |
9 | ![]() |
Instance method | Public | Method | Set Attributes | 19991111 |
10 | ![]() |
Instance method | Public | Method | Set Node Category | 20001124 |
11 | ![]() |
Instance method | Public | Method | Set Change Indicator | 19991119 |
Events
Class CL_DC_NODE_RFW has no event.
Types
Class CL_DC_NODE_RFW has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTES | Value transfer | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Attribute | 19990826 | ||
2 | ![]() |
NODETYPE | Value transfer | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp | 19990826 | ||
3 | ![]() |
TEXT | Value transfer | Type reference (TYPE) | STRING | Bezeichnung des Knotens | 19991025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribute unterscheiden sich von den erwarteten Attributen | 19990826 |
Method GET_ALL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTES | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Knotenattribute | 19991110 | ||
2 | ![]() |
ATTRIBUTES_ADM | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_ADM_RFW | Verwaltungsinformation für Knotenattribute | 19991110 | ||
3 | ![]() |
NODETYPE | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp | 19991110 | ||
4 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | Bezeichnung | 19991110 |
Method GET_ALL_DATA on class CL_DC_NODE_RFW has no exception.
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTES | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Knotenattribute | 19991026 |
Method GET_ATTRIBUTES on class CL_DC_NODE_RFW has no exception.
Method GET_ATTRIBUTES_ADM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTES_ADM | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_ADM_RFW | Verwaltungsinformation der Knotenattribute | 19991028 |
Method GET_ATTRIBUTES_ADM on class CL_DC_NODE_RFW has no exception.
Method GET_ATTRIBUTE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTE_ADM | Call by reference | Type reference (TYPE) | STRUC_DC_ATTRIBUTE_ADM_RFW | Abap Type | 19991201 | ||
2 | ![]() |
FIELDNAME | Call by reference | Type reference (TYPE) | STRUC_DC_ATTRIBUTE_ADM_RFW-FIELDNAME | Fieldname | 19991130 | ||
3 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRUC_DC_ATTRIBUTE_RFW-VALUE | Value | 19991130 |
Method GET_ATTRIBUTE_VALUE on class CL_DC_NODE_RFW has no exception.
Method GET_NODETYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODETYPE | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp | 19991026 |
Method GET_NODETYPE on class CL_DC_NODE_RFW has no exception.
Method GET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STATUS | Value transfer | Type reference (TYPE) | C | Änderungskennzeichen | 19991119 |
Method GET_STATUS on class CL_DC_NODE_RFW has no exception.
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | Bezeichnung des Knotens | 19991025 |
Method GET_TEXT on class CL_DC_NODE_RFW has no exception.
Method SET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTES | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Knotenattribute | 19991111 | ||
2 | ![]() |
SET_STATUS | Value transfer | Type reference (TYPE) | C | 'X' | 'X': Status nicht verändern | 20000928 |
Method SET_ATTRIBUTES on class CL_DC_NODE_RFW has no exception.
Method SET_NODETYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NODETYPE | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Typ eines Graphknotens | 20001124 |
Method SET_NODETYPE on class CL_DC_NODE_RFW has no exception.
Method SET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTIVITY | Value transfer | Type reference (TYPE) | C | Statusübergang | 19991119 | ||
2 | ![]() |
FORCE | Value transfer | Type reference (TYPE) | C | 'X': Keine Prüfung | 19991119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Nicht zulässiger Statusübergang | 19991119 |
History
Last changed by/on | SAP | 20040930 |
SAP Release Created in |