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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 6 | 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 | Constant | Public | Type reference (TYPE) | TYP_EV_CODE | 1 | 20060915 | |||
| 2 | Constant | Public | Type reference (TYPE) | TYP_EV_CODE | 2 | 20060915 | |||
| 3 | Constant | Private | Type reference (TYPE) | IF_ARFA_POFACT_CALLBACK=>TYP_REQUEST_ID | 1 | 20060828 | |||
| 4 | Constant | Private | Type reference (TYPE) | IF_ARFA_POFACT_CALLBACK=>TYP_REQUEST_ID | 2 | 20060830 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ARFA_DBTAB_BUFFER | 20060913 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | CL_ARFA_READPLUGIN=>TYP_TAB_RPLUGINS | 20060828 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | CL_ARFA_TABLE=>TYP_TAB_TABLES | 20060830 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20060829 | ||
| 2 | Instance method | Public | Method | 20060829 | ||
| 3 | Instance method | Public | Constructor | 20060828 | ||
| 4 | Instance method | Public | Method | 20060828 | ||
| 5 | Instance method | Public | Method | 20060829 | ||
| 6 | Instance method | Public | Method | 20060904 | ||
| 7 | Instance method | Public | Method | 20060904 | ||
| 8 | Instance method | Public | Method | 20060829 | ||
| 9 | Instance method | Public | Method | 20060829 | ||
| 10 | 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 | I_FLG_MUTUAL | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Einstelliges Kennzeichen | 20060829 | ||
| 2 | I_REF_READPLUGIN | Call by reference | Object reference (TYPE REF TO) | CL_ARFA_READPLUGIN | ReadPlugin | 20060829 | |||
| 3 | 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 | I_CATEGORY | Call by reference | Type reference (TYPE) | TARCHENGINE04-CATEGORY | Kategorie | 20060829 | |||
| 2 | I_FLG_MUTUAL | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Einstelliges Kennzeichen | 20060830 | ||
| 3 | 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 | 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 | 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 | E_TAB_TABLES | Call by reference | Type reference (TYPE) | CL_ARFA_TABLE=>TYP_TAB_TABLES | 20060901 | ||||
| 2 | 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 | 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 | 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 | I_FLG_MUTUAL | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Einstelliges Kennzeichen | 20060829 | ||
| 2 | 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 | I_CATEGORY | Call by reference | Type reference (TYPE) | TARCHENGINE04-CATEGORY | Kategorie | 20060829 | |||
| 2 | I_FLG_MUTUAL | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Einstelliges Kennzeichen | 20060830 | ||
| 3 | I_REF_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_ARFA_TABLE | 20060830 | ||||
| 4 | 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 | I_READMODULE | Call by reference | Type reference (TYPE) | STRING | 20060831 | ||||
| 2 | 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 |