SAP ABAP Class CL_RSDRI_POSTFLTR_TC_TMPTBL (Temp tables for table sel. in RSDRI postfilter test cases)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRI (Package) Data Manager External Interfaces
⤷
⤷
Properties
| Class | CL_RSDRI_POSTFLTR_TC_TMPTBL | |
| Short Description | Temp tables for table sel. in RSDRI postfilter test cases | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRI | Data Manager External Interfaces |
| Created | 20080417 | 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) |
Interfaces
Class CL_RSDRI_POSTFLTR_TC_TMPTBL has no interface implemented.
Friends
Class CL_RSDRI_POSTFLTR_TC_TMPTBL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | 1 | Count to create unique names | 20080417 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSDRI_TABLENAME | Name of temp table | 20080417 | |||
| 3 | Instance attribute | Private | See coding | TABLE_PREFIX | 20080417 | ||||
| 4 | Constant | Private | Type reference (TYPE) | RSDRI_TABLENAME | 'ZRSDRIPF' | Prefix of temp table names | 20080417 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Construct temp table with unique name (not persisted yet) | 20080417 | |
| 2 | Instance method | Public | Method | Count tuples in temp table | 20080417 | |
| 3 | Instance method | Public | Method | Delete content of temp table | 20080417 | |
| 4 | Instance method | Public | Method | Drop temp table from database | 20080417 | |
| 5 | Static method | Public | Method | Drop all temp tables | 20080417 | |
| 6 | Instance method | Public | Method | Check if temp table exists on database | 20080417 | |
| 7 | Instance method | Public | Method | Get name of temp table | 20080417 |
Events
Class CL_RSDRI_POSTFLTR_TC_TMPTBL has no event.
Types
Class CL_RSDRI_POSTFLTR_TC_TMPTBL 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_PREFIX | Call by reference | Type reference (TYPE) | RSDRI_TABLENAME | I_PREFIX | 20080417 |
Method CONSTRUCTOR on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no exception.
Method COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_WHERE | Call by reference | Type reference (TYPE) | TABLE | I_T_WHERE | 20080417 | |||
| 2 | R_COUNT | Value transfer | Type reference (TYPE) | I | R_COUNT | 20080417 |
Method COUNT on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_WHERE | Call by reference | Type reference (TYPE) | TABLE | I_T_WHERE | 20080417 |
Method DELETE on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no exception.
Method DROP Signature
Method DROP on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no parameter.
Method DROP on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no exception.
Method DROP_ALL Signature
Method DROP_ALL on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no parameter.
Method DROP_ALL on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no exception.
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EXISTS | Value transfer | Type reference (TYPE) | RS_BOOL | R_EXISTS | 20080417 |
Method EXISTS on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | RSDRI_TABLENAME | R_NAME | 20080417 |
Method GET_NAME on class CL_RSDRI_POSTFLTR_TC_TMPTBL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |