SAP ABAP Class CL_RSTT_ATR_UI (Front-End Processing in BW ATR)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW (Application Component) SAP Business Information Warehouse
⤷
BW_ATR (Package) Repository for Automatic Tests

⤷

⤷

Properties
Class | CL_RSTT_ATR_UI | |
Short Description | Front-End Processing in BW ATR | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_ATR | Repository for Automatic Tests |
Created | 20090305 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSTT_ATR_UI has no forward declaration.
Interfaces
Class CL_RSTT_ATR_UI has no interface implemented.
Friends
Class CL_RSTT_ATR_UI has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | OT_TX_BIDATA | Data Buffer for BW Data | 20090925 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get Filter Values for Test Run Selection | 20090623 |
2 | ![]() |
Static method | Public | Method | Read BW Data | 20090925 |
3 | ![]() |
Static method | Public | Method | Determine Text | 20090403 |
Events
Class CL_RSTT_ATR_UI has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_SX_FILTER | Public | See coding | Filter Struct. | 20090305 | BEGIN OF nt_sx_filter,
compnm TYPE rstt_compnm,
type TYPE REF TO cl_abap_typedescr,
items TYPE nt_t_item,
seltp TYPE rstt_flag,
text TYPE rstt_lgtxt,
tooltip TYPE rstt_string,
icon TYPE rstt_string,
selected TYPE rstt_flag,
END OF nt_sx_filter
|
|
2 | NT_S_ITEM | Public | See coding | Element Parameters | 20090305 | BEGIN OF nt_s_item,
name TYPE rsvalue,
text TYPE rstt_lgtxt,
icon TYPE rstt_string,
tooltip TYPE rstt_string,
selected TYPE rstt_flag,
END OF nt_s_item
|
|
3 | NT_TX_FILTER | Public | See coding | Filter Components | 20090305 | nt_tx_filter TYPE STANDARD TABLE OF nt_sx_filter WITH DEFAULT KEY
|
|
4 | NT_T_ITEM | Public | See coding | Element List | 20090305 | nt_t_item TYPE STANDARD TABLE OF nt_s_item WITH DEFAULT KEY
|
|
5 | OT_SX_BIDATA | Protected | See coding | 20090925 | begin of ot_sx_bidata,
datakind type rstt_datakind,
objnm type rstt_tobjnm,
value type ref to data,
end of ot_sx_bidata
|
||
6 | OT_TX_BIDATA | Protected | See coding | 20090925 | ot_tx_bidata TYPE HASHED TABLE OF ot_sx_bidata WITH UNIQUE KEY datakind objnm
|
Method Signatures
Method GET_FILTERVALUE_TRUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ICON | Call by reference | Type reference (TYPE) | RSTT_STRING | Ikone | 20090623 | ||
2 | ![]() |
E_TEXT | Call by reference | Type reference (TYPE) | RSTT_LGTXT | Beschreibung | 20090623 | ||
3 | ![]() |
E_TOOLTIP | Call by reference | Type reference (TYPE) | RSTT_STRING | Tooltip | 20090623 | ||
4 | ![]() |
E_T_VALUE | Call by reference | Type reference (TYPE) | NT_T_ITEM | Elementparameter | 20090623 | ||
5 | ![]() |
I_COMPNM | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Filterkomponente | 20090623 |
Method GET_FILTERVALUE_TRUN on class CL_RSTT_ATR_UI has no exception.
Method READ_BI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | Beliebige Datenstruktur | 20090925 | ||
2 | ![]() |
E_T_TEXT | Call by reference | Type reference (TYPE) | RSTT_T_TEXT | Einfache Texttabelle | 20090925 | ||
3 | ![]() |
I_APPLITEM | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Anwendungsinstanz | 20090925 | ||
4 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_DATAKIND | Datenart im BW | 20090925 | ||
5 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Objektname | 20090925 | ||
6 | ![]() |
I_T_MAP | Call by reference | Type reference (TYPE) | RSTT_T_MAP | Mappingtabelle zweier interner Tabellen | 20090925 |
Method READ_BI_DATA on class CL_RSTT_ATR_UI has no exception.
Method TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NUMBER | Call by reference | Type reference (TYPE) | RSTT_INT4 | Nummer | 20090403 | ||
2 | ![]() |
R_TEXT | Value transfer | Type reference (TYPE) | RSTT_TEXT | Text | 20090403 |
Method TEXT on class CL_RSTT_ATR_UI has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |