SAP ABAP Interface IF_CPE_EXTENSION_ARCHIVING (Interface for CPE Extension Archiving)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
CA-GTF-CPE (Application Component) Commodity Pricing Engine
⤷
CPE_FA_FE (Package) Commodity Pricing: Formula Assembly and Evaluation (ABAP)

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CPE_EXTENSION_ARCHIVING | CPE Extension Archiving | 20130806 |
Properties
Interface | IF_CPE_EXTENSION_ARCHIVING | |
Short Description | Interface for CPE Extension Archiving |
General Data
Package | CPE_FA_FE | Commodity Pricing: Formula Assembly and Evaluation (ABAP) |
Created | 20130725 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_CPE_EXTENSION_ARCHIVING has no forward declaration.
Interfaces
Interface IF_CPE_EXTENSION_ARCHIVING has no interface.
Friends
Interface IF_CPE_EXTENSION_ARCHIVING has no friend.
Attributes
Interface IF_CPE_EXTENSION_ARCHIVING has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Archive the CPE extension tables | 20130806 |
2 | ![]() |
Instance method | Public | Method | Delete extension data database entries | 20130806 |
3 | ![]() |
Instance method | Public | Method | Get extension data database table names | 20130806 |
4 | ![]() |
Instance method | Public | Method | Set extension data | 20130806 |
5 | ![]() |
Instance method | Public | Method | Set extension data database table names | 20130806 |
6 | ![]() |
Instance method | Public | Method | Set the CPE extension tables to be archived | 20130806 |
Events
Interface IF_CPE_EXTENSION_ARCHIVING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_DBT | Public | See coding | 20130806 | BEGIN OF ty_dbt ,
db_table_name TYPE RKZ_DBNA,
END OF ty_dbt
|
||
2 | TY_DBT_TAB | Public | See coding | 20130806 | ty_dbt_tab TYPE STANDARD TABLE OF ty_dbt WITH DEFAULT KEY
|
||
3 | TY_EXTENSION | Public | See coding | 20130806 | BEGIN OF ty_extension ,
db_table_name TYPE rkz_dbna,
data_table TYPE REF TO data,
END OF ty_extension
|
||
4 | TY_EXTENSION_TAB | Public | See coding | 20130806 | ty_extension_tab TYPE STANDARD TABLE OF ty_extension WITH DEFAULT KEY
|
||
5 | TY_STATISTICS | Public | See coding | 20130806 | BEGIN OF ty_statistics ,
db_table_name TYPE RKZ_DBNA,
dbcnt TYPE sy-dbcnt,
END OF ty_statistics
|
||
6 | TY_STATISTICS_TAB | Public | See coding | 20130806 | ty_statistics_tab TYPE STANDARD TABLE OF ty_statistics WITH DEFAULT KEY
|
Method Signatures
Method ARCHIVE_EXTENSION_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ARCHIVE_HANDLE | Call by reference | Type reference (TYPE) | SY-TABIX | Archive Handle | 20130806 |
Method ARCHIVE_EXTENSION_TABLES on Interface IF_CPE_EXTENSION_ARCHIVING has no exception.
Method DELETE_EXTENSION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_EXTENSION_STATISTICS | Value transfer | Type reference (TYPE) | TY_STATISTICS_TAB | 20130806 |
Method DELETE_EXTENSION_DATA on Interface IF_CPE_EXTENSION_ARCHIVING has no exception.
Method GET_EXTENSION_DATA_DB_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_EXTENSION_DATA_DBT | Value transfer | Type reference (TYPE) | TY_DBT_TAB | 20130806 |
Method GET_EXTENSION_DATA_DB_TABLES on Interface IF_CPE_EXTENSION_ARCHIVING has no exception.
Method SET_EXTENSION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_DATA_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20130806 | |||
2 | ![]() |
IM_DB_TABLE_NAME | Call by reference | Type reference (TYPE) | RKZ_DBNA | Table Name | 20130806 |
Method SET_EXTENSION_DATA on Interface IF_CPE_EXTENSION_ARCHIVING has no exception.
Method SET_EXTENSION_DATA_DB_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_REF_KIND | Call by reference | Type reference (TYPE) | CPET_REF_KIND | CPE Reference Name | 20130806 | ||
2 | ![]() |
IM_REF_TYPE | Call by reference | Type reference (TYPE) | CPET_REF_TYPE | CPE Reference Type | 20130806 |
Method SET_EXTENSION_DATA_DB_TABLES on Interface IF_CPE_EXTENSION_ARCHIVING has no exception.
Method SET_EXTENSION_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EXTENSION | Call by reference | Object reference (TYPE REF TO) | DATA | CPE Extension | 20130806 | ||
2 | ![]() |
IR_EXTENSION_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | CPE Extension Data Access | 20130806 |
Method SET_EXTENSION_TABLES on Interface IF_CPE_EXTENSION_ARCHIVING has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |