SAP ABAP Class IF_AR_RUNTIME_CONFIG (Runtime Configuration of AE)
Properties
| Class | IF_AR_RUNTIME_CONFIG | |
| Short Description | Runtime Configuration of AE | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070110 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_AR_RUNTIME_CONFIG has no forward declaration.
Interfaces
Class IF_AR_RUNTIME_CONFIG has no interface implemented.
Friends
Class IF_AR_RUNTIME_CONFIG has no friend class.
Attributes
Class IF_AR_RUNTIME_CONFIG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Additional Archiving Classes to Be Called | 20070110 | |
| 2 | Instance method | Public | Method | Get Additional Tables to Be Archived | 20070110 |
Events
Class IF_AR_RUNTIME_CONFIG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_ARCHCLASS | Public | See coding | 20070110 | BEGIN OF typ_str_archclass,
archclass TYPE arch_clas_,
fmod_write TYPE aren_dte_callback_acla_write,
END OF typ_str_archclass
|
||
| 2 | TYP_STR_TABLE | Public | See coding | 20070110 | BEGIN OF typ_str_table,
tabname TYPE tarchengine04-tabname,
flg_archive TYPE char1,
flg_delete TYPE char1,
fmod_read TYPE typ_fubname_dbread,
END OF typ_str_table
|
||
| 3 | TYP_TAB_ARCHCLASSES | Public | See coding | 20070117 | typ_tab_archclasses TYPE STANDARD TABLE OF typ_str_archclass
WITH KEY archclass
|
||
| 4 | TYP_TAB_TABLES | Public | See coding | 20070117 | typ_tab_tables TYPE STANDARD TABLE OF typ_str_table
WITH KEY tabname flg_archive flg_delete
|
Method Signatures
Method GET_ADD_ARCHCLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ARCHOBJ | Call by reference | Type reference (TYPE) | TYP_AR_OBJECT | Archivierungsszenario | 20070110 | |||
| 2 | R_TAB_ARCHCLASSES | Value transfer | Type reference (TYPE) | TYP_TAB_ARCHCLASSES | 20070117 |
Method GET_ADD_ARCHCLASSES on class IF_AR_RUNTIME_CONFIG has no exception.
Method GET_ADD_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ARCHOBJ | Call by reference | Type reference (TYPE) | TYP_AR_OBJECT | Archivierungsszenario | 20070110 | |||
| 2 | R_TAB_TABLES | Value transfer | Type reference (TYPE) | TYP_TAB_TABLES | 20070117 |
Method GET_ADD_TABLES on class IF_AR_RUNTIME_CONFIG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |