SAP ABAP Class CL_RSL_UI_WD_FORM_SEL_QUERY (Feeder for Query Template Selection)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSL_UI (Package) CompositeProvider UI Package
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20110616 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20110616 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20110616 |
Properties
| Class | CL_RSL_UI_WD_FORM_SEL_QUERY | |
| Short Description | Feeder for Query Template Selection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSL_UI | CompositeProvider UI Package |
| Created | 20110616 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSL_UI_WD_FORM_SEL_QUERY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20110616 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20110616 | ||
| 3 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20110616 |
Friends
Class CL_RSL_UI_WD_FORM_SEL_QUERY 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 | 'MODE' | Component Name | 20110616 | ||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'COMPID' | Component Name | 20110616 | ||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'DESCRIPTION' | Component Name | 20110616 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20110617 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSL_UI_COPR_ASSIST | Assistance Class of WD Modeler | 20110616 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TN_S_QUERY | 20110617 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20110616 |
Events
Class CL_RSL_UI_WD_FORM_SEL_QUERY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_QUERY | Private | See coding | 20110616 | BEGIN OF tn_s_query,
compid TYPE rszcompid,
description TYPE rstxtlg,
mode(1) TYPE c,
END OF tn_s_query
|
||
| 2 | TN_S_QUERY_SEARCH_PARAM | Private | See coding | 20110616 | BEGIN OF tn_s_query_search_param,
compid TYPE char30, "rszcompid, -- replaced in order to avoid calling the ddic help of rszcompid, which calls a dynpro
" screen and causes a dump.
description TYPE rstxtlg,
END OF tn_s_query_search_param
|
Method Signatures
Method READ_EXISTING_COPR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COPR | Call by reference | Type reference (TYPE) | RSCOMPNAME | Composite Provider | 20110616 | |||
| 2 | R_SUCCESSFUL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20110616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW Basis Exception mit T100 Meldung (statisch geprüft) | 20110616 | ||
| 2 | Fehler beim Parsen des XMLs | 20110616 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |