SAP ABAP Class CL_RSLUI_PROVIDER_FROM_DATASRC (Provider from DataSource)
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 | Inheritance (c INHERITING FROM c_ref) | CL_RSLUI_PROVIDER_CREATOR | UI Class | 20110523 |
Properties
Class | CL_RSLUI_PROVIDER_FROM_DATASRC | |
Short Description | Provider from DataSource | |
Super Class | CL_RSLUI_PROVIDER_CREATOR | UI Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSL_UI | CompositeProvider UI Package |
Created | 20110523 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_RSLUI_PROVIDER_FROM_DATASRC has no interface implemented.
Friends
Class CL_RSLUI_PROVIDER_FROM_DATASRC 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) | TN_T_FILTER | 20110622 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20110523 |
2 | ![]() |
Instance method | Private | Method | Converts "UI" filter table into internal format | 20110713 |
3 | ![]() |
Instance method | Public | Method | Returns ds and logsys | 20110610 |
4 | ![]() |
Instance method | Public | Method | 20110523 | |
5 | ![]() |
Instance method | Public | Method | 20110621 | |
6 | ![]() |
Instance method | Public | Method | Sets ds and logsys | 20110523 |
7 | ![]() |
Instance method | Public | Method | 20110523 |
Events
Class CL_RSLUI_PROVIDER_FROM_DATASRC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_FILTER | Public | See coding | 20110622 | BEGIN OF TN_s_FILTER,
column_name type rsl_ui_s_provider_column-name,
t_filter type RANGE OF string,
END OF tn_s_filter
|
||
2 | TN_T_FILTER | Public | See coding | 20110622 | tn_t_filter type TABLE OF tn_s_filter with key column_name
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DISPLAY_MODE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120124 | ||
2 | ![]() |
I_PROVIDER_NAME | Call by reference | Type reference (TYPE) | RSL_UI_AINX_NAME | Analytischer Index | 20110526 | ||
3 | ![]() |
I_R_WSP | Call by reference | Object reference (TYPE REF TO) | CL_RSL_WSP | BWA WorkSpaces | 20110526 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt darf nur angezeigt, nicht aber bearbeitet werden | 20110630 | |
2 | ![]() |
Keine Berechtigung (nicht als Vaterklasse benutzen !!) | 20110630 |
Method CONVERT_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_FILTER | Call by reference | Type reference (TYPE) | ANY TABLE | Tabelle Filterbedingungen | 20110713 |
Method CONVERT_FILTER on class CL_RSLUI_PROVIDER_FROM_DATASRC has no exception.
Method GET_DATASRC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DS_NAME | Call by reference | Type reference (TYPE) | ROOSOURCER | DataSource (OSOA/OSOD) | 20110610 | ||
2 | ![]() |
E_LOGSYS | Call by reference | Type reference (TYPE) | RSSLOGSYS | Quellsystem | 20110610 |
Method GET_DATASRC on class CL_RSLUI_PROVIDER_FROM_DATASRC has no exception.
Method GET_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_FILTER | Call by reference | Type reference (TYPE) | TN_S_FILTER-T_FILTER | 20110622 | |||
2 | ![]() |
I_COLUMN_NAME | Call by reference | Type reference (TYPE) | RSL_UI_S_PROVIDER_COLUMN-NAME | Name | 20110622 |
Method GET_FILTER on class CL_RSLUI_PROVIDER_FROM_DATASRC has no exception.
Method GET_FILTER_RESTRICTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COLUMN_NAME | Call by reference | Type reference (TYPE) | RSL_UI_S_PROVIDER_COLUMN-NAME | Name | 20110621 | ||
2 | ![]() |
R_RESTRICTION | Value transfer | Type reference (TYPE) | ROSELOPTS | Selektionsoptionen | 20110621 |
Method GET_FILTER_RESTRICTIONS on class CL_RSLUI_PROVIDER_FROM_DATASRC has no exception.
Method SET_DATASRC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DS_NAME | Call by reference | Type reference (TYPE) | ROOSOURCER | DataSource (OSOA/OSOD) | 20110606 | ||
2 | ![]() |
I_LOGSYS | Call by reference | Type reference (TYPE) | RSSLOGSYS | Quellsystem | 20110606 |
Method SET_DATASRC on class CL_RSLUI_PROVIDER_FROM_DATASRC has no exception.
Method SET_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COLUMN_NAME | Call by reference | Type reference (TYPE) | RSL_UI_S_PROVIDER_COLUMN-NAME | Eigenschaften der Spalten beim Erzeugen eines Providers | 20110622 | ||
2 | ![]() |
I_T_FILTER | Call by reference | Type reference (TYPE) | TN_S_FILTER-T_FILTER | 20110622 |
Method SET_FILTER on class CL_RSLUI_PROVIDER_FROM_DATASRC has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |