SAP ABAP Class CL_DC_DETAIL_RFW (RFW: Detail Display/Comparison)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-RFW (Application Component) Reconciliation Framework
⤷
RFW (Package) Reconciliation Framework
⤷
⤷
Properties
| Class | CL_DC_DETAIL_RFW | |
| Short Description | RFW: Detail Display/Comparison | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RFW | Reconciliation Framework |
| Created | 20000503 | SAP |
| Last change | 20010319 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DC_DETAIL_RFW has no forward declaration.
Interfaces
Class CL_DC_DETAIL_RFW has no interface implemented.
Friends
Class CL_DC_DETAIL_RFW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | FLOAT | '1.0000000000000000E+00' | Float number: 100 | 20000503 | ||
| 2 | Constant | Private | Type reference (TYPE) | CHAR1 | 7 | Index: Comparison result | 20000503 | ||
| 3 | Constant | Private | Type reference (TYPE) | CHAR1 | 8 | Index: Display only | 20000509 | ||
| 4 | Constant | Private | Type reference (TYPE) | CHAR1 | 1 | Index: Sequence number | 20000503 | ||
| 5 | Constant | Private | Type reference (TYPE) | CHAR1 | 2 | Index: Text | 20000503 | ||
| 6 | Constant | Private | Type reference (TYPE) | CHAR1 | 9 | Index: Left text for value | 20010521 | ||
| 7 | Constant | Private | Type reference (TYPE) | CHAR1 | 10 | Index: Right text for value | 20010521 | ||
| 8 | Constant | Private | Type reference (TYPE) | CHAR1 | 3 | Index: Left value | 20000503 | ||
| 9 | Constant | Private | Type reference (TYPE) | CHAR1 | 5 | Index: Right value | 20000503 | ||
| 10 | Constant | Private | Type reference (TYPE) | CHAR1 | 4 | Index: Left comparison flag | 20000503 | ||
| 11 | Constant | Private | Type reference (TYPE) | CHAR1 | 6 | Index: Right comparison flag | 20000503 | ||
| 12 | Constant | Private | Type reference (TYPE) | FLAG | 'X' | Flag: 'X' | 20020119 | ||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Reference to left graph | 20000503 | |||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Reference to right graph | 20000503 | |||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Node type comparison nodes | 20000503 | |||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Left comparison nodes | 20000503 | |||
| 17 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Graph Nodes (Details, Left Graph) | 20001106 | |||
| 18 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Right comparison nodes | 20000503 | |||
| 19 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Graph Nodes (Details, Right Graph) | 20001106 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | TAB_COMPARE_RFW | Table of attribute comparison (list) | 20000503 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | TAB_NODES | Table of attribute comparison (nodes) | 20000503 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | FLAG | Changes allowed | 20000503 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | FLAG | Comparison of two nodes | 20000503 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | FLAG | 'X' = List display | 20000503 | |||
| 25 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EX_DC_DETAIL_RFW | Reference to interface of left graph | 20010220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Change Single Node (RFW) from Changed Comparison List | 20000508 | |
| 2 | Instance method | Public | Constructor | Constructor | 20000503 | |
| 3 | Instance method | Private | Method | Internal: Create comparison list (for ALV grid) | 20000503 | |
| 4 | Instance method | Private | Method | Internal: Create comparison nodes (for ALV tree) | 20000503 | |
| 5 | Instance method | Private | Method | Internal: Create comparison node type | 20000503 | |
| 6 | Instance method | Private | Method | Internal: Create detail nodes | 20000503 | |
| 7 | Instance method | Private | Method | Internal: Create detail nodes | 20000503 | |
| 8 | Instance method | Private | Method | Internal: Create detail node type | 20000503 | |
| 9 | Instance method | Public | Method | Get all global instance data | 20000503 | |
| 10 | Instance method | Public | Method | Return comparison list of attributes | 20000503 | |
| 11 | Instance method | Public | Method | Return list of nodes | 20000503 | |
| 12 | Instance method | Public | Method | Return node type | 20000503 | |
| 13 | Instance method | Public | Method | Initialize the Detailed Graph | 20010406 | |
| 14 | Instance method | Public | Method | Change comparison list of attributes | 20000503 |
Events
Class CL_DC_DETAIL_RFW has no event.
Types
Class CL_DC_DETAIL_RFW has no local type.
Method Signatures
Method CHANGE_SINGLE_NODE_FROM_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE_LEFT | Call by reference | Type reference (TYPE) | FLAG | neue Eingabewerte | 20000508 |
Method CHANGE_SINGLE_NODE_FROM_DETAIL on class CL_DC_DETAIL_RFW has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_GRAPH_LEFT | Call by reference | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Linker Graph | 20000503 | |||
| 2 | IR_GRAPH_RIGHT | Call by reference | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Rechter Graph | 20000503 | |||
| 3 | IR_NODE_LEFT | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Linker Vergleichsknoten | 20000503 | |||
| 4 | IR_NODE_RIGHT | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Rechter Vergleichsknoten | 20000503 | |||
| 5 | IV_CHANGES_ALLOWED | Call by reference | Type reference (TYPE) | FLAG | Änderungen sind erlaubt | 20000503 | |||
| 6 | IV_LIST | Call by reference | Type reference (TYPE) | FLAG | 'X' | 'X'=Liste (für ALV Grid), ' ' = Knoten (für ALV Tree) | 20000503 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler Anzahl Attribute bei Anlegen Knoten | 20000503 | ||
| 2 | Node_left und Node_right haben unterschiedlichen Knotentyp | 20000503 | ||
| 3 | Interner Fehler, nicht weiter spezifizierbar | 20000503 | ||
| 4 | Eins der Flags hat einen Wert ungleich {'X',' '} | 20000503 | ||
| 5 | Kein gültiger Pointer übergeben (Node_left, Node_right) | 20000503 |
Method CREATE_COMPARE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES_LEFT | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Attribute linker Knoten | 20000503 | |||
| 2 | ATTRIBUTES_RIGHT | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Attribure rechter Knoten | 20000503 | |||
| 3 | ET_DETAILS_LIST | Call by reference | Type reference (TYPE) | TAB_COMPARE_RFW | Tab. Referenzen zu Einzelknoten | 20000503 | |||
| 4 | NODETYPE_LEFT | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp links | 20000503 | |||
| 5 | NODETYPE_RIGHT | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp rechts | 20000503 | |||
| 6 | TEXTS_LEFT | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Texte linker Knoten | 20010521 | |||
| 7 | TEXTS_RIGHT | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Texte rechter Knoten | 20010521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knotenbeschreibung passt nicht zu Knotendaten | 20000503 | ||
| 2 | Interner Fehler (nicht weiter spezifizierbar) | 20000503 |
Method CREATE_COMPARE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES_LEFT | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Attribute linker Knoten | 20000503 | |||
| 2 | ATTRIBUTES_RIGHT | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Attribure rechter Knoten | 20000503 | |||
| 3 | COMPARE_NODETYPE | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp Vergleichsknoten | 20000503 | |||
| 4 | ET_SINGLE_NODES | Call by reference | Type reference (TYPE) | TAB_NODES | Tab. Referenzen zu Einzelknoten | 20000503 | |||
| 5 | NODETYPE_LEFT | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp links | 20000503 | |||
| 6 | NODETYPE_RIGHT | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp rechts | 20000503 | |||
| 7 | TEXTS_LEFT | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Texte linker Knoten | 20010521 | |||
| 8 | TEXTS_RIGHT | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Texte rechter Knoten | 20010521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knotenbeschreibung passt nicht zu Knotendaten | 20000503 | ||
| 2 | Interner Fehler (nicht weiter spezifizierbar) | 20000503 |
Method CREATE_COMPARE_NODETYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPARE_NODETYPE | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Referenz zu angelegtem Knotentyp | 20000503 |
Method CREATE_COMPARE_NODETYPE on class CL_DC_DETAIL_RFW has no exception.
Method CREATE_DETAIL_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DETAILS_LIST | Call by reference | Type reference (TYPE) | TAB_COMPARE_RFW | Tabelle: Referenzen zu Einzelknoten | 20000503 | |||
| 2 | ORIGINAL_ATTRIBUTES | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Attribute linker Knoten | 20000503 | |||
| 3 | ORIG_ATTR_TEXTS | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Texte zu Attributen | 20010521 | |||
| 4 | ORIG_NODETYPE | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp links | 20000503 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knotenbeschreibung passt nicht zu Knotendaten | 20000503 | ||
| 2 | Interner Fehler (nicht weiter spezifizierbar) | 20000503 |
Method CREATE_DETAIL_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DETAILS_NODETYPE | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp Vergleichsknoten | 20000503 | |||
| 2 | ET_SINGLE_NODES | Call by reference | Type reference (TYPE) | TAB_NODES | Tabelle: Referenzen zu Einzelknoten | 20000503 | |||
| 3 | ORIGINAL_ATTRIBUTES | Call by reference | Type reference (TYPE) | TAB_DC_ATTRIBUTE_RFW | Attribute linker Knoten | 20000503 | |||
| 4 | ORIG_NODETYPE | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Knotentyp links | 20000503 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knotenbeschreibung passt nicht zu Knotendaten | 20000503 | ||
| 2 | Interner Fehler (nicht weiter spezifizierbar) | 20000503 |
Method CREATE_DETAIL_NODETYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODETYPE_DETAILS | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Referenz zu angelegtem Knotentyp | 20000503 |
Method CREATE_DETAIL_NODETYPE on class CL_DC_DETAIL_RFW has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_GRAPH_LEFT | Call by reference | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Linker Graph | 20000503 | |||
| 2 | ER_GRAPH_RIGHT | Call by reference | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Rechter Graph | 20000503 | |||
| 3 | ER_INTERFACE | Call by reference | Object reference (TYPE REF TO) | IF_EX_DC_DETAIL_RFW | Interface für linken Graph | 20010220 | |||
| 4 | ER_NODETYPE_DETAIL | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODETYPE_RFW | Typ eines Graphknotens | 20000503 | |||
| 5 | ER_NODE_LEFT | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Linker Graphknoten | 20000503 | |||
| 6 | ER_NODE_LEFT_DETAIL | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Graphknoten, Details, links | 20001106 | |||
| 7 | ER_NODE_RIGHT | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Rechter Graphknoten | 20000503 | |||
| 8 | ER_NODE_RIGHT_DETAIL | Call by reference | Object reference (TYPE REF TO) | CL_DC_NODE_RFW | Graphknoten, Details, rechts | 20001106 | |||
| 9 | ET_DETAIL_LIST | Call by reference | Type reference (TYPE) | TAB_COMPARE_RFW | Tabelle für Vergleich von Attributwerten | 20000503 | |||
| 10 | ET_DETAIL_NODES | Call by reference | Type reference (TYPE) | TAB_NODES | Tabelle mit Knotenreferenzen | 20000503 | |||
| 11 | EV_CHANGES_ALLOWED | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20000503 | |||
| 12 | EV_COMPARE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20000503 | |||
| 13 | EV_LIST | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20000503 |
Method GET_ATTRIBUTES on class CL_DC_DETAIL_RFW has no exception.
Method GET_DETAIL_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DETAIL_LIST | Call by reference | Type reference (TYPE) | TAB_COMPARE_RFW | Liste der Vergleichsattribute | 20000503 |
Method GET_DETAIL_LIST on class CL_DC_DETAIL_RFW has no exception.
Method GET_DETAIL_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DETAIL_NODES | Call by reference | Type reference (TYPE) | TAB_NODES | Tabelle der Vergleichsknoten | 20000503 |
Method GET_DETAIL_NODES on class CL_DC_DETAIL_RFW has no exception.
Method GET_DETAIL_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 | 20000503 |
Method GET_DETAIL_NODETYPE on class CL_DC_DETAIL_RFW has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MSG | Call by reference | Type reference (TYPE) | BAPIRET2 | Return parameter | 20010406 | |||
| 2 | RC | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20010406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler Anzahl Attribute bei Anlegen Knoten | 20010406 | ||
| 2 | Interner Fehler, nicht weiter spezifizierbar | 20010406 |
Method SET_DETAIL_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DETAIL_LIST | Call by reference | Type reference (TYPE) | TAB_COMPARE_RFW | Tabelle für Vergleich von Attributwerten | 20000503 |
Method SET_DETAIL_LIST on class CL_DC_DETAIL_RFW has no exception.
History
| Last changed by/on | SAP | 20010319 |
| SAP Release Created in | 46C1 |