SAP ABAP Class CL_RSDDB_PROC_SHADOW (Create Shadow Index)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDDB (Package) BIA Objects and Write Routines
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDDB_PROC | Process on BIA Indexes | 20070615 |
Properties
| Class | CL_RSDDB_PROC_SHADOW | |
| Short Description | Create Shadow Index | |
| Super Class | CL_RSDDB_PROC | Process on BIA Indexes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDDB | BIA Objects and Write Routines |
| Created | 20070615 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDDB_PROC_SHADOW has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSDDB_OBJ | 20070615 | BIA Index Object |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Do Not Create Logical Index | 20070618 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSDDB_OBJ | Object Instance | 20070615 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSDDB_T_TABLES | Tables with Shadow Index | 20070615 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070615 | |
| 2 | Static method | Public | Method | Naming Convention | 20070615 | |
| 3 | Instance method | Protected | Method | Create Shadow Indexes | 20070615 | |
| 4 | Instance method | Protected | Method | Fill Shadow Indexes | 20070615 | |
| 5 | Instance method | Private | Method | 20070615 | ||
| 6 | Instance method | Private | Method | Build a WHERE condition from the Request Restriction | 20070615 |
Events
Class CL_RSDDB_PROC_SHADOW has no event.
Types
Class CL_RSDDB_PROC_SHADOW has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NO_LOG_INDEX | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070618 | |||
| 2 | I_R_OBJ | Call by reference | Object reference (TYPE REF TO) | IF_RSDDB_OBJ | BIA-Index Objekt | 20070615 | |||
| 3 | I_STATUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20070615 | |||
| 4 | I_T_TABLES | Call by reference | Type reference (TYPE) | RSDDB_T_TABLES | Tabellen eines BIA-Index | 20070615 |
Method CONSTRUCTOR on class CL_RSDDB_PROC_SHADOW has no exception.
Method GET_SHADOWNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | RSD_TABLNM | 20070615 | ||||
| 2 | R_SHADOWNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | 20070615 |
Method GET_SHADOWNM on class CL_RSDDB_PROC_SHADOW has no exception.
Method SHADOW_ACTIVATE Signature
Method SHADOW_ACTIVATE on class CL_RSDDB_PROC_SHADOW has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlermeldung aus BIA-API | 20070615 | ||
| 2 | Sperre auf dem BIA-Serv er | 20070615 | ||
| 3 | Fehler beim Lesen von DB | 20070615 | ||
| 4 | Sperre sitzt fürs Füllen eines BIA-Index | 20070615 | ||
| 5 | Fehler in der parallelen Indzierung | 20070615 |
Method SHADOW_FILL Signature
Method SHADOW_FILL on class CL_RSDDB_PROC_SHADOW has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlermeldung aus BIA-API | 20070615 | ||
| 2 | Sperre auf dem BIA-Serv er | 20070615 | ||
| 3 | Fehler beim Lesen von DB | 20070615 | ||
| 4 | Sperre sitzt fürs Füllen eines BIA-Index | 20070615 | ||
| 5 | Fehler in der parallelen Indzierung | 20070615 |
Method _FILL_EFACTINDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_TABLES | Call by reference | Type reference (TYPE) | RSDDB_S_TABLES | Tabelle eines BIA-Index | 20070615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlermeldung aus BIA-API | 20070615 | ||
| 2 | Sperre auf dem BIA-Serv er | 20070615 | ||
| 3 | Fehler beim Lesen von DB | 20070615 | ||
| 4 | Fehler in der parallelen Indzierung | 20070615 |
Method _GET_REQUID_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_TABLES | Call by reference | Type reference (TYPE) | RSDDB_S_TABLES | Tabelle eines BIA-Index | 20070615 | |||
| 2 | R_S_WHERE | Value transfer | Type reference (TYPE) | RSDRS_S_WHERE | 20070615 |
Method _GET_REQUID_WHERE on class CL_RSDDB_PROC_SHADOW has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |