SAP ABAP Interface IF_AR_RUNTIME_CONFIG (Runtime Configuration of AE)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ARE (Application Component) Archiving Engine
⤷
ARFA_ARCHIVING_FACTORY (Package) Archiving Factory

⤷

⤷

Properties
Interface | IF_AR_RUNTIME_CONFIG | |
Short Description | Runtime Configuration of AE |
General Data
Package | ARFA_ARCHIVING_FACTORY | Archiving Factory |
Created | 20070110 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_AR_RUNTIME_CONFIG has no forward declaration.
Interfaces
Interface IF_AR_RUNTIME_CONFIG has no interface.
Friends
Interface IF_AR_RUNTIME_CONFIG has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface IF_AR_RUNTIME_CONFIG has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |