SAP ABAP Class CL_ARFA_TABLE (Table in Archiving)
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 20060830
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ARFA_POFACT_CALLBACK Callback for Generating Persistent Objects 20060830
Properties
Class CL_ARFA_TABLE  
Short Description Table in Archiving    
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 20060830   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_READMODULE 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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ARFA_POFACT_CALLBACK Callback for Generating Persistent Objects 20060830
Friends
# Friend Modeled only Created on Description
1 CL_ARFA_POBJ_FACTORY 20060830 Factory Class for Persistent Objects
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_REQUID_RMOD Instance attribute Private Type reference (TYPE) REQUID 2 20060830
2 CON_REQUID_SCENARIO Instance attribute Private Type reference (TYPE) REQUID 1 20060830
3 REF_BUF_TARCH05 Instance attribute Private Object reference (TYPE REF TO) IF_ARFA_DBTAB_BUFFER Change Buffer for Database Table 20060913
4 STR_DATA Instance attribute Private Type reference (TYPE) TARCHENGINE05 Archiving Engine: Archiving Classes 20060830
5 TAB_MODULES Instance attribute Private Type reference (TYPE) CL_ARFA_READMODULE=>TYP_TAB_RMODULES 20060830
6 TAB_SCENARIOS Instance attribute Private Type reference (TYPE) CL_ARFA_SCENARIO=>TYP_TAB_SCENARIOS 20060830
Methods
# Method Level Visibility Method type Description Created on
1 ADD_READMODULE Instance method Public Method 20060830
2 ADD_SCENARIO Instance method Public Method 20060830
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060913
4 GET_ARCHCLASS_DATA Instance method Public Method 20060920
5 GET_READMODULES Instance method Public Method 20060830
6 GET_SCENARIOS Instance method Public Method 20060830
7 GET_SCENARIO_RANGE Instance method Public Method 20060904
8 IS_IN_USE Instance method Public Method 20060831
9 REMOVE_ARCHCLASS_DATA Instance method Public Method 20060920
10 REMOVE_READMODULE Instance method Public Method 20060830
11 REMOVE_SCENARIO Instance method Public Method 20060830
12 SET_ARCHCLASS_DATA Instance method Public Method 20060920
13 S_GET_TABLE Static method Public Method 20060831
Events
Class CL_ARFA_TABLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 REQUID Private Attribute reference (LIKE) 20060830
2 TYP_RNG_SCENARIOKEYS Public See coding 20060904 typ_rng_scenariokeys TYPE RANGE OF tarchengine01-object
3 TYP_TAB_TABLES Public See coding 20060830 typ_tab_tables TYPE STANDARD TABLE OF REF TO cl_arfa_table WITH DEFAULT KEY
Method Signatures

Method ADD_READMODULE 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 20060830
2 Importing I_FLG_MUTUAL Call by reference Type reference (TYPE) CHAR1 'X' Einstelliges Kennzeichen 20060830
3 Importing I_REF_READMODULE Call by reference Object reference (TYPE REF TO) CL_ARFA_READMODULE 20060830

Method ADD_READMODULE on class CL_ARFA_TABLE has no exception.

Method ADD_SCENARIO 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 20060830
2 Importing I_MODULE_DEL_CHECK Call by reference Type reference (TYPE) TYP_MODULE_COND_DELETE_CHECK Modul fuer bedingtes Löschen 20060830
3 Importing I_REF_SCENARIO Call by reference Object reference (TYPE REF TO) CL_ARFA_SCENARIO Archivierunsszenario 20060830

Method ADD_SCENARIO on class CL_ARFA_TABLE 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 20060913

Method CONSTRUCTOR on class CL_ARFA_TABLE has no exception.

Method GET_ARCHCLASS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ARCHCLASS Call by reference Type reference (TYPE) TARCHENGINE05-ARCH_CLASS Archivierungsklasse 20060920
2 Exporting E_WRITEMODULE Call by reference Type reference (TYPE) TARCHENGINE05-MODULE_CLASS_WRI Module für Schreiben der Archivierungsklasse 20060920

Method GET_ARCHCLASS_DATA on class CL_ARFA_TABLE has no exception.

Method GET_READMODULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_READMODULES Call by reference Type reference (TYPE) CL_ARFA_READMODULE=>TYP_TAB_RMODULES 20060830

Method GET_READMODULES on class CL_ARFA_TABLE has no exception.

Method GET_SCENARIOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_SCENARIOS Call by reference Type reference (TYPE) CL_ARFA_SCENARIO=>TYP_TAB_SCENARIOS 20060830

Method GET_SCENARIOS on class CL_ARFA_TABLE has no exception.

Method GET_SCENARIO_RANGE Signature

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

Method GET_SCENARIO_RANGE on class CL_ARFA_TABLE has no exception.

Method IS_IN_USE 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 20060831

Method IS_IN_USE on class CL_ARFA_TABLE has no exception.

Method REMOVE_ARCHCLASS_DATA Signature

Method REMOVE_ARCHCLASS_DATA on class CL_ARFA_TABLE has no parameter.
Method REMOVE_ARCHCLASS_DATA on class CL_ARFA_TABLE has no exception.

Method REMOVE_READMODULE 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 20060830
2 Importing I_FLG_MUTUAL Call by reference Type reference (TYPE) CHAR1 'X' Einstelliges Kennzeichen 20060830
3 Importing I_REF_READMODULE Call by reference Object reference (TYPE REF TO) CL_ARFA_READMODULE 20060830

Method REMOVE_READMODULE on class CL_ARFA_TABLE has no exception.

Method REMOVE_SCENARIO 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 20060830
2 Importing I_REF_SCENARIO Call by reference Object reference (TYPE REF TO) CL_ARFA_SCENARIO Archivierunsszenario 20060830

Method REMOVE_SCENARIO on class CL_ARFA_TABLE has no exception.

Method SET_ARCHCLASS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ARCHCLASS Call by reference Type reference (TYPE) TARCHENGINE05-ARCH_CLASS Archivierungsklasse 20060920
2 Importing I_WRITEMODULE Call by reference Type reference (TYPE) TARCHENGINE05-MODULE_CLASS_WRI Module für Schreiben der Archivierungsklasse 20060920

Method SET_ARCHCLASS_DATA on class CL_ARFA_TABLE has no exception.

Method S_GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE Call by reference Type reference (TYPE) STRING 20060831
2 Returning R_REF_TABLE Value transfer Object reference (TYPE REF TO) CL_ARFA_TABLE Tabelle in der Archivierung 20060831

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