SAP ABAP Class CL_ADK_CCMS_GET_OBJECTS (Return Archiving Objects for DB Tables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-ADK (Application Component) Archive Development Kit
⤷
SARC (Package) Archive Development Kit
⤷
⤷
Properties
| Class | CL_ADK_CCMS_GET_OBJECTS | |
| Short Description | Return Archiving Objects for DB Tables | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SARC | Archive Development Kit |
| Created | 20130521 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ADK_CCMS_GET_OBJECTS has no interface implemented.
Friends
Class CL_ADK_CCMS_GET_OBJECTS has no friend class.
Attributes
Class CL_ADK_CCMS_GET_OBJECTS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20130521 | ||
| 2 | Static method | Private | Method | 20130521 | ||
| 3 | Static method | Private | Method | 20130522 | ||
| 4 | Static method | Private | Method | 20130521 | ||
| 5 | Static method | Private | Method | 20130521 | ||
| 6 | Static method | Public | Method | Return Archiving Objects for DB Tables | 20130521 | |
| 7 | Static method | Private | Method | 20130522 | ||
| 8 | Static method | Private | Method | 20130522 | ||
| 9 | Static method | Private | Method | 20130523 |
Events
Class CL_ADK_CCMS_GET_OBJECTS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_OBJECT | Public | See coding | 20130523 | BEGIN OF ty_s_object,
object TYPE objct_tr01,
object_text TYPE obtxt_tr01,
sign(1) TYPE c,
tabnames TYPE tttabname,
END OF ty_s_object
|
||
| 2 | TY_S_OBJECTS_FOR_TABLE | Public | See coding | 20130523 | BEGIN OF ty_s_objects_for_table,
tabname TYPE tabname,
objects TYPE ty_t_objects,
END OF ty_s_objects_for_table
|
||
| 3 | TY_S_TABLE_WITH_TABCLASS | Private | See coding | 20130521 | BEGIN OF ty_s_table_with_tabclass,
tabname TYPE tabname,
logical_tabname TYPE tabname,
tabclass TYPE tabclass,
END OF ty_s_table_with_tabclass
|
||
| 4 | TY_S_TAB_CLASS | Private | See coding | 20130521 | BEGIN OF ty_s_tab_class,
tabname TYPE tabname,
logical_tabname TYPE tabname,
class TYPE arch_clas_,
END OF ty_s_tab_class
|
||
| 5 | TY_S_TAB_OBJECT | Public | See coding | 20130521 | BEGIN OF ty_s_tab_object,
tabname TYPE tabname,
object TYPE objct_tr01,
object_text TYPE obtxt_tr01,
sign(1) TYPE c,
tabnames TYPE tttabname,
END OF ty_s_tab_object
|
||
| 6 | TY_T_CLASSES | Private | See coding | 20130523 | ty_t_classes TYPE SORTED TABLE OF arch_clas_ WITH UNIQUE KEY table_line
|
||
| 7 | TY_T_OBJECTS | Public | See coding | 20130523 | ty_t_objects TYPE SORTED TABLE OF ty_s_object WITH UNIQUE KEY object
|
||
| 8 | TY_T_OBJECTS_FOR_TABLES | Public | See coding | 20130523 | ty_t_objects_for_tables TYPE SORTED TABLE OF ty_s_objects_for_table WITH UNIQUE KEY tabname
|
||
| 9 | TY_T_TABLES_WITH_TABCLASS | Private | See coding | 20130521 | ty_t_tables_with_tabclass TYPE SORTED TABLE OF ty_s_table_with_tabclass WITH UNIQUE KEY tabname
|
||
| 10 | TY_T_TAB_CLASSES | Private | See coding | 20130521 | ty_t_tab_classes TYPE STANDARD TABLE OF ty_s_tab_class WITH DEFAULT KEY
|
||
| 11 | TY_T_TAB_OBJECTS | Public | See coding | 20130521 | ty_t_tab_objects TYPE STANDARD TABLE OF ty_s_tab_object WITH DEFAULT KEY
|
Method Signatures
Method GET_ADDITIONAL_CLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLES_WITH_TABCLASS | Call by reference | Type reference (TYPE) | TY_T_TABLES_WITH_TABCLASS | 20130521 | ||||
| 2 | IV_DELETE_OBJECTS_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20130521 | |||
| 3 | RT_TAB_CLASSES | Value transfer | Type reference (TYPE) | TY_T_TAB_CLASSES | 20130521 |
Method GET_ADDITIONAL_CLASSES on class CL_ADK_CCMS_GET_OBJECTS has no exception.
Method GET_CLASSES_FOR_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLES_WITH_TABCLASS | Call by reference | Type reference (TYPE) | TY_T_TABLES_WITH_TABCLASS | 20130521 | ||||
| 2 | IV_DELETE_OBJECTS_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20130521 | |||
| 3 | RT_TAB_CLASSES | Value transfer | Type reference (TYPE) | TY_T_TAB_CLASSES | 20130521 |
Method GET_CLASSES_FOR_TABLES on class CL_ADK_CCMS_GET_OBJECTS has no exception.
Method GET_CLASS_TABLES_FROM_BADIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLES_WITH_TABCLASS | Call by reference | Type reference (TYPE) | TY_T_TABLES_WITH_TABCLASS | 20130522 | ||||
| 2 | IV_DELETE_OBJECTS_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20130522 | |||
| 3 | RT_TAB_CLASSES | Value transfer | Type reference (TYPE) | TY_T_TAB_CLASSES | 20130522 |
Method GET_CLASS_TABLES_FROM_BADIS on class CL_ADK_CCMS_GET_OBJECTS has no exception.
Method GET_DATABASE_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLES_WITH_TABCLASS | Call by reference | Type reference (TYPE) | TY_T_TABLES_WITH_TABCLASS | 20130521 | ||||
| 2 | IV_LINES | Call by reference | Type reference (TYPE) | I | 20130521 | ||||
| 3 | RT_DATABASE_TABLES | Value transfer | Type reference (TYPE) | TY_T_TABLES_WITH_TABCLASS | 20130521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu CL_ADK_CCMS_GET_OBJECTS | 20130523 |
Method GET_NON_TRANSPARENT_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLES_WITH_TABCLASS | Call by reference | Type reference (TYPE) | TY_T_TABLES_WITH_TABCLASS | 20130521 | ||||
| 2 | IV_LINES | Call by reference | Type reference (TYPE) | I | 20130521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu CL_ADK_CCMS_GET_OBJECTS | 20130523 |
Method GET_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJECTS_FOR_TABLES | Call by reference | Type reference (TYPE) | TY_T_OBJECTS_FOR_TABLES | 20130523 | ||||
| 2 | IT_TABNAMES | Call by reference | Type reference (TYPE) | TTTABNAME | Namen der Datenbanktabellen | 20130521 | |||
| 3 | IV_DELETE_OBJECTS_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Steuerung, welche Objekte zu ermitteln sind | 20130521 | ||
| 4 | IV_GET_ALL_TABLES | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Steuerung, alle Tabellen der Objekte ermitteln | 20130521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu CL_ADK_CCMS_GET_OBJECTS | 20130523 |
Method GET_OBJECTS_FOR_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TAB_OBJECTS | Call by reference | Type reference (TYPE) | TY_T_TAB_OBJECTS | 20130523 | ||||
| 2 | IT_TABLES_WITH_TABCLASS | Call by reference | Type reference (TYPE) | TY_T_TABLES_WITH_TABCLASS | 20130522 | ||||
| 3 | IT_TAB_CLASSES | Call by reference | Type reference (TYPE) | TY_T_TAB_CLASSES | 20130522 | ||||
| 4 | IV_DELETE_OBJECTS_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20130522 | |||
| 5 | IV_GET_ALL_TABLES | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20130522 | |||
| 6 | IV_LINES | Call by reference | Type reference (TYPE) | I | 20130523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu CL_ADK_CCMS_GET_OBJECTS | 20130523 |
Method GET_OBJECT_TABLES_FROM_BADIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TAB_OBJECTS | Call by reference | Type reference (TYPE) | TY_T_TAB_OBJECTS | 20130523 | ||||
| 2 | IT_TABLES_WITH_TABCLASS | Call by reference | Type reference (TYPE) | TY_T_TABLES_WITH_TABCLASS | 20130523 | ||||
| 3 | IV_DELETE_OBJECTS_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20130523 |
Method GET_OBJECT_TABLES_FROM_BADIS on class CL_ADK_CCMS_GET_OBJECTS has no exception.
Method GET_USED_CLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CLASSES | Call by reference | Type reference (TYPE) | TY_T_CLASSES | 20130523 | ||||
| 2 | IV_CLASS | Call by reference | Type reference (TYPE) | ARCH_CLAS_ | Archivierungsklasse | 20130523 |
Method GET_USED_CLASSES on class CL_ADK_CCMS_GET_OBJECTS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |