SAP ABAP Class CL_ADAPTER_RFW (Adapter)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-RFW (Application Component) Reconciliation Framework
⤷
RFW (Package) Reconciliation Framework
⤷
⤷
Properties
| Class | CL_ADAPTER_RFW | |
| Short Description | Adapter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RFW | Reconciliation Framework |
| Created | 19990826 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ADAPTER_RFW has no forward declaration.
Interfaces
Class CL_ADAPTER_RFW has no interface implemented.
Friends
Class CL_ADAPTER_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) | I | CURRENT_GRAPH_INDEX | 19991020 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | I | Current Index in Instance Table | 19991014 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | APPLICATION_RFW | Applications Calling Up Reconciliation Framework | 20000929 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TAB_ADAPTER_GRAPH_RFW | Available Graphs | 19991019 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EX_ADAPTER_RFW | Interface to initiator | 20000929 | |||
| 6 | Static Attribute | Private | See coding | Table of Registered Adapters | 19991014 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | RSPARAMS_RFW | ID for Selection Fields | 19991020 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | C | Indicator to Use as Lower-Level Adapter | 19991020 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | Description of Adapter | 19991014 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Register new graph | 20000511 | |
| 2 | Instance method | Public | Method | Check if a graph already exists for the selection | 19991029 | |
| 3 | Static method | Public | Method | Initialize Static Attribute | 20010228 | |
| 4 | Instance method | Public | Constructor | Constructor | 19991014 | |
| 5 | Instance method | Public | Method | Deregister graph | 19991025 | |
| 6 | Instance method | Public | Method | Get ID for Selection Fields | 19991020 | |
| 7 | Instance method | Public | Method | Get Adpater Text | 20001011 | |
| 8 | Static method | Public | Method | Get Reference to First Registered Adapter | 19991014 | |
| 9 | Instance method | Public | Method | Get Data for First Administered Graph | 19991019 | |
| 10 | Instance method | Public | Method | Get filter value | 20010214 | |
| 11 | Static method | Public | Method | Get Reference to Next Registered Adapter | 19991014 | |
| 12 | Instance method | Public | Method | Get Data for Next Administered Graph | 19991019 | |
| 13 | Static method | Public | Method | Save Imported Graphs | 20001031 | |
| 14 | Instance method | Public | Method | Select Graph | 19991015 |
Events
Class CL_ADAPTER_RFW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STRUC_ADAPTER_GRAPH_RFW | Protected | See coding | STRUC_ADAPTER_GRAPH_RFW | 19991020 | |
|
| 2 | TAB_ADAPTER_GRAPH_RFW | Protected | See coding | TAB_ADAPTER_GRAPH_RFW | 19991020 | |
Method Signatures
Method ADD_GRAPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRAPH | Value transfer | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Graph | 20000511 | |||
| 2 | SELECTION_FIELDS | Value transfer | Type reference (TYPE) | RSPARAMS_RFW | Selektionsfelder | 20000511 |
Method ADD_GRAPH on class CL_ADAPTER_RFW has no exception.
Method CHECK_GRAPH_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXISTING | Value transfer | Type reference (TYPE) | C | 'X': Graph bereits verfügbar | 19991029 | |||
| 2 | GRAPH | Value transfer | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Graph | 19991123 | |||
| 3 | SELECTION_FIELDS | Value transfer | Type reference (TYPE) | RSPARAMS_RFW | Selektionsfelder | 19991029 |
Method CHECK_GRAPH_EXISTENCE on class CL_ADAPTER_RFW has no exception.
Method CLEAR_GRAPHS Signature
Method CLEAR_GRAPHS on class CL_ADAPTER_RFW has no parameter.
Method CLEAR_GRAPHS on class CL_ADAPTER_RFW has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLT_VAL | Value transfer | Type reference (TYPE) | APPLICATION_RFW | Aufrufende Anwendungen für RFW | 20000929 | |||
| 2 | INTERFACE | Value transfer | Object reference (TYPE REF TO) | IF_ADAPTER_RFW | Schnittstelle zum Aufrufer | 19991117 | |||
| 3 | READ_NEW_GRAPH | Value transfer | Type reference (TYPE) | C | 'X': Adapter darf im Dialog neuen Graph einlesen | 20000125 | |||
| 4 | SELECTION_FIELDS | Value transfer | Type reference (TYPE) | RSPARAMS_RFW | Bezeichner für Selektionsfelder | 19991020 | |||
| 5 | SUBGRAPH_INDICATOR | Value transfer | Type reference (TYPE) | C | Kennzeichen für Verwendung als untergeordneter Adapter | 19991020 |
Method CONSTRUCTOR on class CL_ADAPTER_RFW has no exception.
Method DELETE_GRAPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRAPH | Value transfer | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Graphreferenz | 19991025 |
Method DELETE_GRAPH on class CL_ADAPTER_RFW has no exception.
Method GET_ADAPTER_SELECTION_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SELECTION_FIELDS | Call by reference | Type reference (TYPE) | RSPARAMS_RFW | Bezeichner für Selektionsfelder | 19991020 |
Method GET_ADAPTER_SELECTION_FIELDS on class CL_ADAPTER_RFW has no exception.
Method GET_ADAPTER_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 | Beschreibung | 20001011 |
Method GET_ADAPTER_TEXT on class CL_ADAPTER_RFW has no exception.
Method GET_FIRST_ADAPTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADAPTER | Call by reference | Object reference (TYPE REF TO) | CL_ADAPTER_RFW | Referenz auf Adapter | 19991014 | |||
| 2 | FLT_VAL | Call by reference | Type reference (TYPE) | APPLICATION_RFW | Filter value | 20010214 | |||
| 3 | TEXT | Call by reference | Type reference (TYPE) | STRING | Beschreibung des Adapters | 19991014 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Adapter nicht vorhanden | 19991014 |
Method GET_FIRST_GRAPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRAPH | Call by reference | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Referenz auf verwalteten Graphen | 19991019 | |||
| 2 | SELECTION_FIELDS | Call by reference | Type reference (TYPE) | RSPARAMS_RFW | Selektionsfelder für verwalteten Graphen | 19991019 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Graph nicht vorhanden | 19991019 |
Method GET_FLT_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLT_VAL | Call by reference | Type reference (TYPE) | APPLICATION_RFW | Filter value | 20010214 |
Method GET_FLT_VAL on class CL_ADAPTER_RFW has no exception.
Method GET_NEXT_ADAPTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADAPTER | Call by reference | Object reference (TYPE REF TO) | CL_ADAPTER_RFW | Referenz auf Adapter | 19991014 | |||
| 2 | FLT_VAL | Call by reference | Type reference (TYPE) | APPLICATION_RFW | Filter value | 20010214 | |||
| 3 | TEXT | Call by reference | Type reference (TYPE) | STRING | Beschreibung des Adapters | 19991014 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Adapter nicht vorhanden | 19991014 |
Method GET_NEXT_GRAPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRAPH | Call by reference | Object reference (TYPE REF TO) | CL_DC_GRAPH_RFW | Referenz auf verwalteten Graphen | 19991019 | |||
| 2 | SELECTION_FIELDS | Call by reference | Type reference (TYPE) | RSPARAMS_RFW | Selektionsfelder für verwalteten Graphen | 19991019 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Graph nicht vorhanden | 19991019 |
Method SAVE Signature
Method SAVE on class CL_ADAPTER_RFW has no parameter.
Method SAVE on class CL_ADAPTER_RFW has no exception.
Method SELECT_GRAPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BATCH | Value transfer | Type reference (TYPE) | C | Batchlauf | 19991125 | |||
| 2 | FLT_VAL_DC_GRAPH | Value transfer | Type reference (TYPE) | APPLICATION_RFW | Filterwert für Implementierung zu if_ex_dc_graph_rfw | 20001116 | |||
| 3 | SELECTION_FIELDS | Value transfer | Type reference (TYPE) | RSPARAMS_RFW | Selektionsfelder | 19991015 | |||
| 4 | VARIANT | Value transfer | Type reference (TYPE) | RALDB_VARI | Variante (für Vorbelegung) | 19991125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Anwenderabbruch | 19991015 | ||
| 2 | Graph bereits verfügbar | 19991029 |
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |