SAP ABAP Class CL_RSMDP_SELECT (Master Data: SELECT Statement)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSMDP (Package) Master Data Processing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSMDP_OBJECT Master Data: Object (Abstract) 20070619
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSMDP_ITERABLE Master Data: Iteratable Object 20070629
Properties
Class CL_RSMDP_SELECT  
Short Description Master Data: SELECT Statement    
Super Class CL_RSMDP_OBJECT Master Data: Object (Abstract) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSMDP   Master Data Processing 
Created 20070619   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
# Interface Abstract Final Description Created on
1 IF_RSMDP_ITERABLE Master Data: Iteratable Object 20070629
Friends
Class CL_RSMDP_SELECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CLAUSE Instance attribute Private Type reference (TYPE) STRING Current Clause of SELECT Statement 20080128
2 P_JOIN_CONDITIONS_ADDED Instance attribute Private Type reference (TYPE) RS_BOOL TRUE: Join Conditions Exist for Current Table 20080128
3 P_R_T_FOR_ALL_ENTRIES Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Table for FOR ALL ENTRIES Clause 20070619
4 P_TABLE_INDEX Instance attribute Private Type reference (TYPE) I Index of Current Database / Internal Table 20080128
5 P_T_FROM Instance attribute Private Type reference (TYPE) STRING_TABLE Table Containing Text for FROM Clause 20070619
6 P_T_ORDER_BY Instance attribute Private Type reference (TYPE) STRING_TABLE Table Containing Text for ORDER BY Clause 20070619
7 P_T_SELECT Instance attribute Private Type reference (TYPE) STRING_TABLE Table Containing Text for SELECT List 20070619
8 P_T_TABLE_ALIAS Instance attribute Private Type reference (TYPE) STRING_TABLE Table with Alias Names of Database / Internal Tables 20080128
9 P_T_TABLE_NAME Instance attribute Private Type reference (TYPE) STRING_TABLE Table with Names of Database / Internal Tables 20080128
10 P_T_WHERE Instance attribute Private Type reference (TYPE) STRING_TABLE Table Containing Text for WHERE Clause 20070619
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLUMN Instance method Public Method Adds Column of SELECT or ORDER-BY Clause 20080128
2 ADD_JOIN_CONDITION Instance method Public Method Adds Join Condition for Database / Internal Table 20080128
3 ADD_STRING Instance method Public Method Adds Text of Current Clause of SELECT Statement 20080128
4 ADD_TABLE Instance method Public Method Adds Database Table 20080128
5 CONSTRUCTOR Instance method Public Constructor Constructor 20070619
6 GET_COUNT Instance method Public Method Returns Resulting Number of Data Records 20080128
7 GET_T_STRING Instance method Public Method Returns Table with Text of SELECT Statement 20070627
8 OPEN_CURSOR Instance method Public Method Opens and Returns Cursor 20070620
9 SET_CLAUSE Instance method Public Method Defines Clause as Current Clause of SELECT Statement 20080128
10 SET_FOR_ALL_ENTRIES Instance method Public Method Transfers REference to Internal Table (FOR ALL ENTRIES) 20080128
11 SET_TABLE Instance method Public Method Defines Table as Current Table of SELECT Statement 20080128
Events
Class CL_RSMDP_SELECT has no event.
Types
Class CL_RSMDP_SELECT has no local type.
Method Signatures

Method ADD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIAS Call by reference Type reference (TYPE) STRING Alias-Name für Spalte 20080128
2 Importing I_NAME Call by reference Type reference (TYPE) STRING Name der Spalte 20080128

Method ADD_COLUMN on class CL_RSMDP_SELECT has no exception.

Method ADD_JOIN_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) STRING Name der Spalte der aktuellen Datenbank- / internen Tabelle 20080128
2 Importing I_LEFT_ALIAS Call by reference Type reference (TYPE) STRING Alias-Name für zugeordnete Tabelle der LEFT-Seite 20080128
3 Importing I_LEFT_COLUMN Call by reference Type reference (TYPE) STRING Name der zugeordneten Spalte der LEFT-Seite 20080128

Method ADD_JOIN_CONDITION on class CL_RSMDP_SELECT has no exception.

Method ADD_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING Text für aktuelle Klausel des SELECT-Statements 20080128

Method ADD_STRING on class CL_RSMDP_SELECT has no exception.

Method ADD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIAS Call by reference Type reference (TYPE) STRING Alias-Name für Datenbanktabelle 20080128
2 Importing I_JOIN_TYPE Call by reference Type reference (TYPE) STRING Typ des Joins zwischen Datenbanktabelle und LEFT-Seite 20080128
3 Importing I_NAME Call by reference Type reference (TYPE) STRING Name der Datenbanktabelle 20080128

Method ADD_TABLE on class CL_RSMDP_SELECT has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSMDP_SELECT has no parameter.
Method CONSTRUCTOR on class CL_RSMDP_SELECT has no exception.

Method GET_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COUNT Value transfer Type reference (TYPE) I Anzahl von Datensätzen 20080128

Method GET_COUNT on class CL_RSMDP_SELECT has no exception.

Method GET_T_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_STRING Value transfer Type reference (TYPE) STRING_TABLE Tabelle mit Text des SELECT-Statements 20070627

Method GET_T_STRING on class CL_RSMDP_SELECT has no exception.

Method OPEN_CURSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_HOLD Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Wenn TRUE, wird Cursor mit Option 'WITH HOLD' geöffnet 20070620
2 Returning R_CURSOR Value transfer Type reference (TYPE) CURSOR Cursor 20070620

Method OPEN_CURSOR on class CL_RSMDP_SELECT has no exception.

Method SET_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLAUSE Call by reference Type reference (TYPE) STRING Aktuelle Klausel des SELECT-Statements 20080128

Method SET_CLAUSE on class CL_RSMDP_SELECT has no exception.

Method SET_FOR_ALL_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_T_DATA Call by reference Object reference (TYPE REF TO) DATA Referenz auf interne Tabelle (FOR ALL ENTRIES) 20080128

Method SET_FOR_ALL_ENTRIES on class CL_RSMDP_SELECT has no exception.

Method SET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIAS Call by reference Type reference (TYPE) STRING Alias-Name für Datenbank- / interne Tabelle 20080128
2 Importing I_NAME Call by reference Type reference (TYPE) STRING Name der Datenbank- / internen Tabelle 20080128

Method SET_TABLE on class CL_RSMDP_SELECT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710