SAP ABAP Class CL_IUUC_RL_TABLES_ACCESS (access methods for table IUUC_RL_TABLES)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_IUUC_REPL_LOGGING (Package) Replication logging -> temp. store replic. data in INDX-Clus
⤷
⤷
Properties
| Class | CL_IUUC_RL_TABLES_ACCESS | |
| Short Description | access methods for table IUUC_RL_TABLES | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_IUUC_REPL_LOGGING | Replication logging -> temp. store replic. data in INDX-Clus |
| Created | 20130626 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IUUC_RL_TABLES_ACCESS has no forward declaration.
Interfaces
Class CL_IUUC_RL_TABLES_ACCESS has no interface implemented.
Friends
Class CL_IUUC_RL_TABLES_ACCESS has no friend class.
Attributes
Class CL_IUUC_RL_TABLES_ACCESS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | creates/updates an entry according to existing data | 20130701 | |
| 2 | Static method | Public | Method | delete all (table-)entries belonging to a given config_guid | 20130704 | |
| 3 | Static method | Public | Method | deletes corresponding entry out of IUUC_RL_TABLES | 20130701 | |
| 4 | Static method | Public | Method | del entry for confguid+tabname if table isn't IN IUUC_TABLES | 20130723 | |
| 5 | Static method | Public | Method | exists at least 1 tab with flag enabled='X' | 20130809 | |
| 6 | Static method | Public | Method | check if an entry exists for given config_guid and tabname | 20130628 | |
| 7 | Instance method | Private | Method | 20130628 | ||
| 8 | Static method | Public | Method | retrieve info for given config GUID and Tabname | 20130627 | |
| 9 | Static method | Public | Method | load itab with all defined entries for given config_guid | 20130723 | |
| 10 | Static method | Public | Method | check itab (iuuc_t_tabname) in status active and return tabs | 20130715 | |
| 11 | Static method | Public | Method | gets the status for field 'manual' | 20130702 | |
| 12 | Static method | Public | Method | retrieve info about recording interval | 20130626 | |
| 13 | Static method | Private | Method | insert new entry into IUUC_RL_TABLES | 20130626 | |
| 14 | Static method | Public | Method | retrieve info for a given config guid + tabname | 20130627 | |
| 15 | Static method | Public | Method | retrieve info for a given config guid + tabname | 20130627 | |
| 16 | Static method | Public | Method | set flags active and/or enabled for config_guid + table | 20130702 | |
| 17 | Static method | Public | Method | sets the manual flag for a given config_guid and tabname | 20130701 | |
| 18 | Static method | Public | Method | update an existing table entry | 20130723 | |
| 19 | Static method | Public | Method | update the username and date for last change | 20130626 |
Events
Class CL_IUUC_RL_TABLES_ACCESS has no event.
Types
Class CL_IUUC_RL_TABLES_ACCESS has no local type.
Method Signatures
Method CREATE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AUTHOR | Call by reference | Type reference (TYPE) | XUBNAME | User Name in User Master Record | 20130701 | |||
| 2 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130701 | |||
| 3 | IV_MANUAL | Call by reference | Type reference (TYPE) | IUUC_RL_TABLES-MANUAL | boolean value for manual entry or not | 20130723 | |||
| 4 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130701 |
Method CREATE_ENTRY on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method DELETE_ALL_ENTRIES_FOR_CNFGUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130704 |
Method DELETE_ALL_ENTRIES_FOR_CNFGUID on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method DELETE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130701 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130701 |
Method DELETE_ENTRY on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method DEL_ENTRY_WITH_IUUC_TABLES_CHK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | Configuration GUID | 20130723 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130723 |
Method DEL_ENTRY_WITH_IUUC_TABLES_CHK on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method EXISTS_AT_LEAST_1_ENABLED_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABNAMES | Call by reference | Type reference (TYPE) | IUUC_T_TABNAME | itab of Tabnames | 20130809 | |||
| 2 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130809 | |||
| 3 | RV_STATUS | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130809 |
Method EXISTS_AT_LEAST_1_ENABLED_TAB on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method EXIST_ENTRY_FOR_CONFGUID_TABN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130628 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130628 | |||
| 3 | RV_SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130628 |
Method EXIST_ENTRY_FOR_CONFGUID_TABN on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method EXIST_ENTRY_FOR_CONF_GUID_TABN Signature
Method EXIST_ENTRY_FOR_CONF_GUID_TABN on class CL_IUUC_RL_TABLES_ACCESS has no parameter.
Method EXIST_ENTRY_FOR_CONF_GUID_TABN on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method GET_ALL_INFO_FOR_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130627 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130627 | |||
| 3 | RS_RL_TABLES | Value transfer | Type reference (TYPE) | IUUC_RL_TABLES | IUUC ReplicationLogging Tables | 20130627 |
Method GET_ALL_INFO_FOR_TABLE on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method GET_ITAB_FOR_CONFIG_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130723 | |||
| 2 | RT_IUUC_RL_TABLES | Value transfer | Type reference (TYPE) | IUUC_RL_TABLES_TAB | itab of DB-Table iuuc_rl_tables | 20130723 |
Method GET_ITAB_FOR_CONFIG_GUID on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method GET_LIST_OF_ACTIVE_TABS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABNAMES_ALL | Call by reference | Type reference (TYPE) | IUUC_T_TABNAME | itab of Tabnames | 20130715 | |||
| 2 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130715 | |||
| 3 | RT_TABNAMES_ACTIVE | Value transfer | Type reference (TYPE) | IUUC_T_TABNAME | itab of Tabnames | 20130715 |
Method GET_LIST_OF_ACTIVE_TABS on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method GET_MANUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130702 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130702 | |||
| 3 | RV_MANUAL | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130702 |
Method GET_MANUAL on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method GET_RECORDING_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130626 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130626 | |||
| 3 | RV_REC_INTERVAL | Value transfer | Type reference (TYPE) | IUUC_RL_REC_INTERVAL | recording interval for data in days | 20130626 |
Method GET_RECORDING_INTERVAL on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method INSERT_NEW_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RL_TABLES | Call by reference | Type reference (TYPE) | IUUC_RL_TABLES | IUUC ReplicationLogging Tables | 20130626 | |||
| 2 | RV_SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130627 |
Method INSERT_NEW_ENTRY on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method IS_TABLE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130627 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130627 | |||
| 3 | RV_ACTIVE | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130627 |
Method IS_TABLE_ACTIVE on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method IS_TABLE_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130627 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130627 | |||
| 3 | RV_ENABLED | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130627 |
Method IS_TABLE_ENABLED on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method SET_ACTIVE_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130702 | |||
| 2 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130702 | |||
| 3 | IV_ENABLED | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130702 | |||
| 4 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130702 | |||
| 5 | RV_SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130702 |
Method SET_ACTIVE_ENABLED on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method SET_MANUAL_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130701 | |||
| 2 | IV_MANUAL | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130701 | |||
| 3 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130701 | |||
| 4 | RV_SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130702 |
Method SET_MANUAL_FLAG on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method UPDATE_EXISTING_TABLE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVE | Call by reference | Type reference (TYPE) | IUUC_RL_TABLES-ACTIVE | boolean variable (X=true, -=false, space=unknown) | 20130723 | |||
| 2 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130723 | |||
| 3 | IV_ENABLED | Call by reference | Type reference (TYPE) | IUUC_RL_TABLES-ENABLED | boolean variable (X=true, -=false, space=unknown) | 20130723 | |||
| 4 | IV_MANUAL | Call by reference | Type reference (TYPE) | IUUC_RL_TABLES-MANUAL | boolean value for manual entry or not | 20130724 | |||
| 5 | IV_REC_INTERVAL | Call by reference | Type reference (TYPE) | IUUC_RL_REC_INTERVAL | recording interval for data in days | 20130723 | |||
| 6 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130723 | |||
| 7 | IV_USERNAME | Call by reference | Type reference (TYPE) | XUBNAME | User Name in User Master Record | 20130723 |
Method UPDATE_EXISTING_TABLE_ENTRY on class CL_IUUC_RL_TABLES_ACCESS has no exception.
Method UPDATE_NAME_AND_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHANGEDATE | Call by reference | Type reference (TYPE) | TIMESTAMP | Time Stamp (YYYY.MM.DD hh:mm:ss) | 20130626 | |||
| 2 | IV_CHANGENAME | Call by reference | Type reference (TYPE) | XUBNAME | User Name in User Master Record | 20130626 | |||
| 3 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130626 | |||
| 4 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130626 | |||
| 5 | RV_SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130627 |
Method UPDATE_NAME_AND_DATE on class CL_IUUC_RL_TABLES_ACCESS has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |