SAP ABAP Class CL_IUUC_REPL_CONFIG_ACCESS (work with table IUUC_REPL_CONFIG)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_IUUC_REPLICATION (Package) IUUC: Replication tools
⤷
⤷
Properties
| Class | CL_IUUC_REPL_CONFIG_ACCESS | |
| Short Description | work with table IUUC_REPL_CONFIG | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_IUUC_REPLICATION | IUUC: Replication tools |
| Created | 20110818 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IUUC_REPL_CONFIG_ACCESS has no forward declaration.
Interfaces
Class CL_IUUC_REPL_CONFIG_ACCESS has no interface implemented.
Friends
Class CL_IUUC_REPL_CONFIG_ACCESS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | IUUC_REPL_INTERVAL | 'D' | Unit of Replication Interval | 20110818 | ||
| 2 | Constant | Public | Type reference (TYPE) | IUUC_REPL_INTERVAL | 'H' | Unit of Replication Interval | 20110818 | ||
| 3 | Constant | Public | Type reference (TYPE) | IUUC_REPL_INTERVAL | 'M' | Unit of Replication Interval | 20110818 | ||
| 4 | Constant | Public | Type reference (TYPE) | IUUC_REPL_MODE | '1' | Replication Mode | 20110818 | ||
| 5 | Constant | Public | Type reference (TYPE) | IUUC_REPL_MODE | '2' | Replication Mode | 20110818 | ||
| 6 | Constant | Public | Type reference (TYPE) | IUUC_REPL_MODE | '3' | Replication Mode | 20110818 | ||
| 7 | Constant | Public | Type reference (TYPE) | IUUC_REPL_TRG_SCENARIO | 'RFC' | Target system replication scenario | 20130220 | ||
| 8 | Constant | Public | Type reference (TYPE) | IUUC_REPL_TRG_SCENARIO | 'ODQ' | Target system replication scenario | 20130222 | ||
| 9 | Constant | Public | Type reference (TYPE) | IUUC_REPL_TRG_SCENARIO | 'PSA' | Target system replication scenario | 20130311 | ||
| 10 | Static Attribute | Private | Type reference (TYPE) | TTYPE_IUUC_REPL_CONFIG | buffer for configurations | 20130208 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | delete entry | 20110829 | |
| 2 | Static method | Public | Method | Get assigned application | 20111130 | |
| 3 | Static method | Public | Method | get information concerning ignoring archive deletes | 20130208 | |
| 4 | Static method | Public | Method | Get number of total jobs defined for schema | 20110822 | |
| 5 | Static method | Public | Method | get reading type based on initial load scenario | 20120920 | |
| 6 | Static method | Public | Method | Get replication mode | 20110820 | |
| 7 | Static method | Public | Method | get the target scenario (db_conn / BW_PSA / ODQ) | 20130311 | |
| 8 | Static method | Public | Method | Modify config entry | 20110820 | |
| 9 | Static method | Private | Method | read records into buffer | 20130208 | |
| 10 | Static method | Public | Method | Reduce number of load jobs with given percentage | 20110820 | |
| 11 | Static method | Public | Method | Select config entry | 20110820 | |
| 12 | Static method | Public | Method | Set the number of load jobs | 20110823 |
Events
Class CL_IUUC_REPL_CONFIG_ACCESS has no event.
Types
Class CL_IUUC_REPL_CONFIG_ACCESS has no local type.
Method Signatures
Method DELETE 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 | DMC: Indicator for Mass Transfer | 20110829 |
Method DELETE on class CL_IUUC_REPL_CONFIG_ACCESS has no exception.
Method GET_APPLICATION 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 | DMC: Indicator for Mass Transfer | 20111130 | |||
| 2 | RV_APPLICATION | Value transfer | Type reference (TYPE) | IUUC_REPL_APPLICATION | Replication Application | 20111130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20111130 |
Method GET_ARCHIVE_DEL 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 | DMC: Indicator for Mass Transfer | 20130208 | |||
| 2 | RV_IGNORE_ARCHIVE_DELETES | Value transfer | Type reference (TYPE) | IUUC_IGNORE_ARCHIVE_DELETES | ignore deletes due to archiving | 20130208 |
Method GET_ARCHIVE_DEL on class CL_IUUC_REPL_CONFIG_ACCESS has no exception.
Method GET_NUMBER_OF_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NUM_LOAD_JOBS | Call by reference | Type reference (TYPE) | IUUC_NUM_OF_JOBS_PARALLEL | number of replay jobs allowed to run in parallel to prod | 20110822 | |||
| 2 | EV_TOTAL_NUM_JOBS | Call by reference | Type reference (TYPE) | IUUC_NUM_OF_JOBS_PARALLEL | number of replay jobs allowed to run in parallel to prod | 20110822 | |||
| 3 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20110822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20110826 |
Method GET_RD_BASED_IL_SCENARIO 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 | DMC: Indicator for Mass Transfer | 20120920 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20120920 | |||
| 3 | RV_READING_TYPE | Value transfer | Type reference (TYPE) | DMC_READING_TYPE | reading type (transparent, pool, cluster, indx-cluster) | 20120920 |
Method GET_RD_BASED_IL_SCENARIO on class CL_IUUC_REPL_CONFIG_ACCESS has no exception.
Method GET_REPL_MODE 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 | DMC: Indicator for Mass Transfer | 20110820 | |||
| 2 | RV_REPL_MODE | Value transfer | Type reference (TYPE) | IUUC_REPL_MODE | Replication Mode | 20110820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Configuration static check | 20110826 | ||
| 2 | SQL error in the access clases | 20110826 |
Method GET_TRG_SCENARIO 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 | DMC: Indicator for Mass Transfer | 20130311 | |||
| 2 | RV_TRG_SCENARIO | Value transfer | Type reference (TYPE) | IUUC_REPL_TRG_SCENARIO | Target system replication scenario | 20130311 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130311 |
Method MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_REPL_CONFIG | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG | Configuration of a replication mt_id | 20110820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20110826 |
Method READ_INTO_BUFFER 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 | DMC: Indicator for Mass Transfer | 20130208 |
Method READ_INTO_BUFFER on class CL_IUUC_REPL_CONFIG_ACCESS has no exception.
Method REDUCE_LOAD_JOBS_FOR_MT 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 | DMC: Indicator for Mass Transfer | 20110820 | |||
| 2 | IV_REDUCTION | Call by reference | Type reference (TYPE) | I | 20 | 20110820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20110826 |
Method SELECT_BY_MT 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 | DMC: Indicator for Mass Transfer | 20110820 | |||
| 2 | RS_REPL_CONFIG | Value transfer | Type reference (TYPE) | IUUC_REPL_CONFIG | Configuration of a replication mt_id | 20110820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20110826 |
Method SET_LOAD_JOBS 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 | DMC: Indicator for Mass Transfer | 20110823 | |||
| 2 | IV_NUM_JOBS | Call by reference | Type reference (TYPE) | I | 20110823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20110826 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |