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 | 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 | Instance attribute | Private | Type reference (TYPE) | STRING | Current Clause of SELECT Statement | 20080128 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | TRUE: Join Conditions Exist for Current Table | 20080128 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Table for FOR ALL ENTRIES Clause | 20070619 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | Index of Current Database / Internal Table | 20080128 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Table Containing Text for FROM Clause | 20070619 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Table Containing Text for ORDER BY Clause | 20070619 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Table Containing Text for SELECT List | 20070619 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Table with Alias Names of Database / Internal Tables | 20080128 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Table with Names of Database / Internal Tables | 20080128 | |||
| 10 | 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 | Instance method | Public | Method | Adds Column of SELECT or ORDER-BY Clause | 20080128 | |
| 2 | Instance method | Public | Method | Adds Join Condition for Database / Internal Table | 20080128 | |
| 3 | Instance method | Public | Method | Adds Text of Current Clause of SELECT Statement | 20080128 | |
| 4 | Instance method | Public | Method | Adds Database Table | 20080128 | |
| 5 | Instance method | Public | Constructor | Constructor | 20070619 | |
| 6 | Instance method | Public | Method | Returns Resulting Number of Data Records | 20080128 | |
| 7 | Instance method | Public | Method | Returns Table with Text of SELECT Statement | 20070627 | |
| 8 | Instance method | Public | Method | Opens and Returns Cursor | 20070620 | |
| 9 | Instance method | Public | Method | Defines Clause as Current Clause of SELECT Statement | 20080128 | |
| 10 | Instance method | Public | Method | Transfers REference to Internal Table (FOR ALL ENTRIES) | 20080128 | |
| 11 | 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 | I_ALIAS | Call by reference | Type reference (TYPE) | STRING | Alias-Name für Spalte | 20080128 | |||
| 2 | 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 | I_COLUMN | Call by reference | Type reference (TYPE) | STRING | Name der Spalte der aktuellen Datenbank- / internen Tabelle | 20080128 | |||
| 2 | I_LEFT_ALIAS | Call by reference | Type reference (TYPE) | STRING | Alias-Name für zugeordnete Tabelle der LEFT-Seite | 20080128 | |||
| 3 | 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 | 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 | I_ALIAS | Call by reference | Type reference (TYPE) | STRING | Alias-Name für Datenbanktabelle | 20080128 | |||
| 2 | I_JOIN_TYPE | Call by reference | Type reference (TYPE) | STRING | Typ des Joins zwischen Datenbanktabelle und LEFT-Seite | 20080128 | |||
| 3 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | I_ALIAS | Call by reference | Type reference (TYPE) | STRING | Alias-Name für Datenbank- / interne Tabelle | 20080128 | |||
| 2 | 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 |