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 CURRENT_GRAPH_INDEX Instance attribute Private Type reference (TYPE) I CURRENT_GRAPH_INDEX 19991020
2 CURRENT_INSTANCE_INDEX Static Attribute Private Type reference (TYPE) I Current Index in Instance Table 19991014
3 FLT_VAL Instance attribute Private Type reference (TYPE) APPLICATION_RFW Applications Calling Up Reconciliation Framework 20000929
4 GRAPHS Instance attribute Private Type reference (TYPE) TAB_ADAPTER_GRAPH_RFW Available Graphs 19991019
5 IF_EX Instance attribute Private Object reference (TYPE REF TO) IF_EX_ADAPTER_RFW Interface to initiator 20000929
6 INSTANCES Static Attribute Private See coding Table of Registered Adapters 19991014
7 SELECTION_FIELDS Instance attribute Private Type reference (TYPE) RSPARAMS_RFW ID for Selection Fields 19991020
8 SUBGRAPH_INDICATOR Instance attribute Protected Type reference (TYPE) C Indicator to Use as Lower-Level Adapter 19991020
9 TEXT Instance attribute Private Type reference (TYPE) STRING Description of Adapter 19991014
Methods
# Method Level Visibility Method type Description Created on
1 ADD_GRAPH Instance method Public Method Register new graph 20000511
2 CHECK_GRAPH_EXISTENCE Instance method Public Method Check if a graph already exists for the selection 19991029
3 CLEAR_GRAPHS Static method Public Method Initialize Static Attribute 20010228
4 CONSTRUCTOR Instance method Public Constructor Constructor 19991014
5 DELETE_GRAPH Instance method Public Method Deregister graph 19991025
6 GET_ADAPTER_SELECTION_FIELDS Instance method Public Method Get ID for Selection Fields 19991020
7 GET_ADAPTER_TEXT Instance method Public Method Get Adpater Text 20001011
8 GET_FIRST_ADAPTER Static method Public Method Get Reference to First Registered Adapter 19991014
9 GET_FIRST_GRAPH Instance method Public Method Get Data for First Administered Graph 19991019
10 GET_FLT_VAL Instance method Public Method Get filter value 20010214
11 GET_NEXT_ADAPTER Static method Public Method Get Reference to Next Registered Adapter 19991014
12 GET_NEXT_GRAPH Instance method Public Method Get Data for Next Administered Graph 19991019
13 SAVE Static method Public Method Save Imported Graphs 20001031
14 SELECT_GRAPH 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 Importing GRAPH Value transfer Object reference (TYPE REF TO) CL_DC_GRAPH_RFW Graph 20000511
2 Importing 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 Exporting EXISTING Value transfer Type reference (TYPE) C 'X': Graph bereits verfügbar 19991029
2 Exporting GRAPH Value transfer Object reference (TYPE REF TO) CL_DC_GRAPH_RFW Graph 19991123
3 Importing 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 Importing FLT_VAL Value transfer Type reference (TYPE) APPLICATION_RFW Aufrufende Anwendungen für RFW 20000929
2 Importing INTERFACE Value transfer Object reference (TYPE REF TO) IF_ADAPTER_RFW Schnittstelle zum Aufrufer 19991117
3 Importing READ_NEW_GRAPH Value transfer Type reference (TYPE) C 'X': Adapter darf im Dialog neuen Graph einlesen 20000125
4 Importing SELECTION_FIELDS Value transfer Type reference (TYPE) RSPARAMS_RFW Bezeichner für Selektionsfelder 19991020
5 Importing 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 Importing 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 Exporting 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 Exporting 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 Exporting ADAPTER Call by reference Object reference (TYPE REF TO) CL_ADAPTER_RFW Referenz auf Adapter 19991014
2 Exporting FLT_VAL Call by reference Type reference (TYPE) APPLICATION_RFW Filter value 20010214
3 Exporting TEXT Call by reference Type reference (TYPE) STRING Beschreibung des Adapters 19991014
# Exception Resumable Description Created on
1 NOT_FOUND Adapter nicht vorhanden 19991014

Method GET_FIRST_GRAPH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting GRAPH Call by reference Object reference (TYPE REF TO) CL_DC_GRAPH_RFW Referenz auf verwalteten Graphen 19991019
2 Exporting SELECTION_FIELDS Call by reference Type reference (TYPE) RSPARAMS_RFW Selektionsfelder für verwalteten Graphen 19991019
# Exception Resumable Description Created on
1 NOT_FOUND Graph nicht vorhanden 19991019

Method GET_FLT_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting 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 Exporting ADAPTER Call by reference Object reference (TYPE REF TO) CL_ADAPTER_RFW Referenz auf Adapter 19991014
2 Exporting FLT_VAL Call by reference Type reference (TYPE) APPLICATION_RFW Filter value 20010214
3 Exporting TEXT Call by reference Type reference (TYPE) STRING Beschreibung des Adapters 19991014
# Exception Resumable Description Created on
1 NOT_FOUND Adapter nicht vorhanden 19991014

Method GET_NEXT_GRAPH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting GRAPH Call by reference Object reference (TYPE REF TO) CL_DC_GRAPH_RFW Referenz auf verwalteten Graphen 19991019
2 Exporting SELECTION_FIELDS Call by reference Type reference (TYPE) RSPARAMS_RFW Selektionsfelder für verwalteten Graphen 19991019
# Exception Resumable Description Created on
1 NOT_FOUND 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 Importing BATCH Value transfer Type reference (TYPE) C Batchlauf 19991125
2 Exporting FLT_VAL_DC_GRAPH Value transfer Type reference (TYPE) APPLICATION_RFW Filterwert für Implementierung zu if_ex_dc_graph_rfw 20001116
3 Exporting SELECTION_FIELDS Value transfer Type reference (TYPE) RSPARAMS_RFW Selektionsfelder 19991015
4 Importing VARIANT Value transfer Type reference (TYPE) RALDB_VARI Variante (für Vorbelegung) 19991125
# Exception Resumable Description Created on
1 CANCEL Anwenderabbruch 19991015
2 GRAPH_EXISTING Graph bereits verfügbar 19991029
History
Last changed by/on SAP  00000000 
SAP Release Created in