SAP ABAP Class CL_ARFA_READMODULE (Read Module)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-ARE (Application Component) Archiving Engine
     ARFA_ARCHIVING_FACTORY (Package) Archiving Factory
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ARFA_PERSISTENT_OBJECT Persistent Object in Archiving Factory 20060829
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ARFA_POFACT_CALLBACK Callback for Generating Persistent Objects 20060828
Properties
Class CL_ARFA_READMODULE  
Short Description Read Module    
Super Class CL_ARFA_PERSISTENT_OBJECT Persistent Object in Archiving Factory 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ARFA_ARCHIVING_FACTORY   Archiving Factory 
Created 20060828   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ARFA_READPLUGIN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_ARFA_SCENARIO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_ARFA_TABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_ARFA_POFACT_CALLBACK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 ZBOLL_CL_ARFA_READPLUGIN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 ZBOLL_IF_ARFA_POFACT_CALLBACK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_ARFA_POFACT_CALLBACK Callback for Generating Persistent Objects 20060828
Friends
# Friend Modeled only Created on Description
1 CL_ARFA_POBJ_FACTORY 20060828 Factory Class for Persistent Objects
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_EVCODE_TABLE_ADDED Constant Public Type reference (TYPE) TYP_EV_CODE 1 20060915
2 CON_EVCODE_TABLE_REMOVED Constant Public Type reference (TYPE) TYP_EV_CODE 2 20060915
3 CON_REQID_RPLUGIN Constant Private Type reference (TYPE) IF_ARFA_POFACT_CALLBACK=>TYP_REQUEST_ID 1 20060828
4 CON_REQID_TABLE Constant Private Type reference (TYPE) IF_ARFA_POFACT_CALLBACK=>TYP_REQUEST_ID 2 20060830
5 REF_BUF_TARCH04 Instance attribute Private Object reference (TYPE REF TO) IF_ARFA_DBTAB_BUFFER 20060913
6 TAB_RPLUGINS Instance attribute Private Type reference (TYPE) CL_ARFA_READPLUGIN=>TYP_TAB_RPLUGINS 20060828
7 TAB_TABLES Instance attribute Private Type reference (TYPE) CL_ARFA_TABLE=>TYP_TAB_TABLES 20060830
Methods
# Method Level Visibility Method type Description Created on
1 ADD_READPLUGIN Instance method Public Method 20060829
2 ADD_TABLE Instance method Public Method 20060829
3 CONSTRUCTOR Instance method Public Constructor 20060828
4 GET_READPLUGINS Instance method Public Method 20060828
5 GET_TABLES Instance method Public Method 20060829
6 GET_TABLES_DATA Instance method Public Method 20060904
7 HAS_TABLES Instance method Public Method 20060904
8 REMOVE_READPLUGIN Instance method Public Method 20060829
9 REMOVE_TABLE Instance method Public Method 20060829
10 S_GET_READMODULE Static method Public Method 20060831
Events
Class CL_ARFA_READMODULE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_REQUEST_ID Private Attribute reference (LIKE) 20060828
2 TYP_STR_TABDATA Public See coding 20060904 BEGIN OF typ_str_tabdata, category TYPE tarchengine04-category, tabname TYPE tarchengine04-tabname, END OF typ_str_tabdata
3 TYP_TAB_RMODULES Public See coding 20060828 typ_tab_rmodules TYPE STANDARD TABLE OF REF TO cl_arfa_readmodule WITH DEFAULT KEY
4 TYP_TAB_TABDATA Public See coding 20060904 typ_tab_tabdata TYPE STANDARD TABLE OF typ_str_tabdata WITH DEFAULT KEY
5 TYP_TAB_TABNAMES Public See coding 20060829 typ_tab_tabnames TYPE STANDARD TABLE OF tarchengine04-tabname WITH DEFAULT KEY
Method Signatures

Method ADD_READPLUGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_MUTUAL Call by reference Type reference (TYPE) CHAR1 'X' Einstelliges Kennzeichen 20060829
2 Importing I_REF_READPLUGIN Call by reference Object reference (TYPE REF TO) CL_ARFA_READPLUGIN ReadPlugin 20060829
3 Importing I_SORT_READ Call by reference Type reference (TYPE) TARCHENGINE03-SORT_READ 20060829

Method ADD_READPLUGIN on class CL_ARFA_READMODULE has no exception.

Method ADD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CATEGORY Call by reference Type reference (TYPE) TARCHENGINE04-CATEGORY Kategorie 20060829
2 Importing I_FLG_MUTUAL Call by reference Type reference (TYPE) CHAR1 'X' Einstelliges Kennzeichen 20060830
3 Importing I_REF_TABLE Call by reference Object reference (TYPE REF TO) CL_ARFA_TABLE 20060830

Method ADD_TABLE on class CL_ARFA_READMODULE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) STRING 20060828

Method CONSTRUCTOR on class CL_ARFA_READMODULE has no exception.

Method GET_READPLUGINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_RPLUGINS Call by reference Type reference (TYPE) CL_ARFA_READPLUGIN=>TYP_TAB_RPLUGINS 20060828

Method GET_READPLUGINS on class CL_ARFA_READMODULE has no exception.

Method GET_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_TABLES Call by reference Type reference (TYPE) CL_ARFA_TABLE=>TYP_TAB_TABLES 20060901
2 Importing I_CATEGORY Call by reference Type reference (TYPE) TARCHENGINE04-CATEGORY Kategorie 20060829

Method GET_TABLES on class CL_ARFA_READMODULE has no exception.

Method GET_TABLES_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_TABDATA Value transfer Type reference (TYPE) TYP_TAB_TABDATA 20060904

Method GET_TABLES_DATA on class CL_ARFA_READMODULE has no exception.

Method HAS_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FLG_TRUE Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20060904

Method HAS_TABLES on class CL_ARFA_READMODULE has no exception.

Method REMOVE_READPLUGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_MUTUAL Call by reference Type reference (TYPE) CHAR1 'X' Einstelliges Kennzeichen 20060829
2 Importing I_REF_READPLUGIN Call by reference Object reference (TYPE REF TO) CL_ARFA_READPLUGIN ReadPlugin 20060829

Method REMOVE_READPLUGIN on class CL_ARFA_READMODULE has no exception.

Method REMOVE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CATEGORY Call by reference Type reference (TYPE) TARCHENGINE04-CATEGORY Kategorie 20060829
2 Importing I_FLG_MUTUAL Call by reference Type reference (TYPE) CHAR1 'X' Einstelliges Kennzeichen 20060830
3 Importing I_REF_TABLE Call by reference Object reference (TYPE REF TO) CL_ARFA_TABLE 20060830
4 Returning R_FLG_LAST_LINK Value transfer Type reference (TYPE) CHAR1 20060830

Method REMOVE_TABLE on class CL_ARFA_READMODULE has no exception.

Method S_GET_READMODULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_READMODULE Call by reference Type reference (TYPE) STRING 20060831
2 Returning R_REF_READMODULE Value transfer Object reference (TYPE REF TO) CL_ARFA_READMODULE 20060831

Method S_GET_READMODULE on class CL_ARFA_READMODULE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710