SAP ABAP Class CL_DAS_SELECT (ILM SRS: Select Command)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-SRS (Application Component) Storage and Retention Service
⤷
S_ILM_DAS_COMMANDS (Package) ILM SRS: SRS Commands
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DAS_COMMAND | ILM SRS: Abstract Top Class for All DAS Commands | 20101126 |
Properties
| Class | CL_DAS_SELECT | |
| Short Description | ILM SRS: Select Command | |
| Super Class | CL_DAS_COMMAND | ILM SRS: Abstract Top Class for All DAS Commands |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ILM_DAS_COMMANDS | ILM SRS: SRS Commands |
| Created | 20101126 | SAP |
| Last change | 20110908 | 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_DAS_SELECT has no interface implemented.
Friends
Class CL_DAS_SELECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'SELECT' | Name of Command | 20101126 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Number of Hits | 20101209 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | Maximum Number of Hits | 20101209 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | XSTRING | 20101126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Add Resource Properties to Output List | 20101126 | |
| 2 | Instance method | Private | Method | Execute Dynamic SELECT | 20121123 | |
| 3 | Instance method | Private | Method | Determine Children | 20101206 | |
| 4 | Instance method | Private | Method | Read Request Entity | 20101129 | |
| 5 | Instance method | Private | Method | Determine the Parameters for the Dynamic SELECT | 20121123 |
Events
Class CL_DAS_SELECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PARAM_LIST | Private | See coding | 20101129 | BEGIN OF ty_s_param_list,
param_type TYPE string,
param_value TYPE string,
END OF ty_s_param_list
|
||
| 2 | TY_T_PARAM_LIST | Private | See coding | 20101129 | ty_t_param_list TYPE STANDARD TABLE OF ty_s_param_list WITH DEFAULT KEY
|
||
| 3 | TY_T_RESOURCES | Private | See coding | 20101207 | ty_t_resources TYPE STANDARD TABLE OF das_resources WITH DEFAULT KEY
|
Method Signatures
Method ADD_RES_TO_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COL_URI | Call by reference | Type reference (TYPE) | STRING | 20101126 | ||||
| 2 | IV_DAS_RESOURCE | Call by reference | Type reference (TYPE) | DAS_RESOURCES | ILM DAS: Kollektionen | 20101126 |
Method ADD_RES_TO_RESPONSE on class CL_DAS_SELECT has no exception.
Method EXECUTE_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | ID einer Kollektion | 20121123 | |||
| 2 | IV_COND_IDX | Call by reference | Type reference (TYPE) | STRING | Bedingung für die Indextabelle | 20121123 | |||
| 3 | IV_DBTAB_SYNTAX | Call by reference | Type reference (TYPE) | STRING | dbtab_syntax für dynamischen SELECT | 20121123 | |||
| 4 | RT_RESULT | Value transfer | Type reference (TYPE) | TY_T_RESOURCES | Ergebnis | 20121123 |
Method EXECUTE_SELECT on class CL_DAS_SELECT has no exception.
Method GET_CHILDS4COL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RESOURCES | Value transfer | Type reference (TYPE) | TY_T_RESOURCES | Selektierte Ressourcen | 20121123 | |||
| 2 | IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | ID einer Kollektion | 20101206 | |||
| 3 | IV_COND_IDX | Call by reference | Type reference (TYPE) | STRING | Bedingung für die Indextabelle | 20121123 | |||
| 4 | IV_DBTAB_SYNTAX | Call by reference | Type reference (TYPE) | STRING | dbtab_syntax für dynamischen SELECT | 20121123 |
Method GET_CHILDS4COL on class CL_DAS_SELECT has no exception.
Method PARSE_REQUEST_BODY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101208 | |||
| 2 | CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101208 | ||||
| 3 | ET_PARAM_LIST | Call by reference | Type reference (TYPE) | TY_T_PARAM_LIST | 20110120 | ||||
| 4 | EV_INDEX_TAB_NAME | Call by reference | Type reference (TYPE) | DAS_INDEX_TAB_NAME | Name eines Index | 20101207 | |||
| 5 | EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101208 | ||||
| 6 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101208 | ||||
| 7 | EV_WHERE_CLAUSE | Call by reference | Type reference (TYPE) | STRING | 20101207 | ||||
| 8 | IV_REQUEST_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101129 |
Method PARSE_REQUEST_BODY on class CL_DAS_SELECT has no exception.
Method PREPARE_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_COND_IDX | Call by reference | Type reference (TYPE) | STRING | Bedingung für die Indextabelle | 20121123 | |||
| 2 | EV_DBTAB_SYNTAX | Call by reference | Type reference (TYPE) | STRING | dbtab_syntax für dynamischen SELECT | 20121123 | |||
| 3 | IT_PARAM_LIST | Call by reference | Type reference (TYPE) | TY_T_PARAM_LIST | Parameterliste aus Request-Body | 20121123 | |||
| 4 | IV_INDEX_TABLE | Call by reference | Type reference (TYPE) | DAS_INDEX_TAB_NAME | Name der zu einem Index gehörenden Tabelle | 20121123 | |||
| 5 | IV_WHERE_CLAUSE | Call by reference | Type reference (TYPE) | STRING | WHERE-Bedingung aus Request-Body | 20121123 |
Method PREPARE_SELECT on class CL_DAS_SELECT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |