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 RS 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 PS_CNT Static Attribute Private See coding 1 Count to create unique names 20080417
2 P_NAME Instance attribute Private Type reference (TYPE) RSDRI_TABLENAME Name of temp table 20080417
3 P_PREFIX Instance attribute Private See coding TABLE_PREFIX 20080417
4 TABLE_PREFIX Constant Private Type reference (TYPE) RSDRI_TABLENAME 'ZRSDRIPF' Prefix of temp table names 20080417
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Construct temp table with unique name (not persisted yet) 20080417
2 COUNT Instance method Public Method Count tuples in temp table 20080417
3 DELETE Instance method Public Method Delete content of temp table 20080417
4 DROP Instance method Public Method Drop temp table from database 20080417
5 DROP_ALL Static method Public Method Drop all temp tables 20080417
6 EXISTS Instance method Public Method Check if temp table exists on database 20080417
7 GET_NAME 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 Importing 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 Importing I_T_WHERE Call by reference Type reference (TYPE) TABLE I_T_WHERE 20080417
2 Returning 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 Importing 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 Returning 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 Returning 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