SAP ABAP Interface IF_RSRT_UI_VIEW (UI View)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_MODEL (Package) RSRT BICS Model

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSRT_UI_VIEW | UI View | 20120928 |
Properties
Interface | IF_RSRT_UI_VIEW | |
Short Description | UI View |
General Data
Package | RSRT_BICS_MODEL | RSRT BICS Model |
Created | 20111022 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | CL_RSRT_UI_VIEW_ELEMENT | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | IF_RSRT_PARAMETERS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | IF_RSRT_UI_VIEW_ELEMENT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | IF_RSRT_UI_WINDOW_BUTTON | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSRT_UI_VIEW_ELEMENT | UI View Element | 20120510 |
Friends
Interface IF_RSRT_UI_VIEW has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_C_CID | Constant | Public | Type reference (TYPE) | IF_RSRT_UI_VIEW_ELEMENT=>TN_CID | 'VIEW' | Unique Type ID | 20120524 | |
2 | N_IS_MAIN_VIEW | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20120621 | |||
3 | N_O_ROOT_UIE | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSRT_UI_VIEW_ELEMENT | UI Element: Root | 20111023 | ||
4 | N_SUBTITLE | Instance attribute | Public | Type reference (TYPE) | STRING | 20120303 | |||
5 | N_TITLE | Instance attribute | Public | Type reference (TYPE) | STRING | 20120303 | |||
6 | N_T_VIEW_ELEMENTS | Instance attribute | Public | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_T_VIEW_ELEMENT | View Element List | 20111112 |
Methods
Events
Interface IF_RSRT_UI_VIEW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_VIEW | Public | See coding | View | 20111112 | begin of tn_s_view,
id type if_rsrt_ui_view_element=>tn_id,
uid type if_rsrt_ui_view_element=>tn_uid,
o_view type ref to if_rsrt_ui_view,
end of tn_s_view
|
|
2 | TN_T_VIEW | Public | See coding | View List | 20111104 | tn_t_view type sorted table of tn_s_view with unique key id
with unique sorted key uid components uid
initial size 1
|
Method Signatures
Method GET_CONTEXT_MENU_MANAGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_UI_CMENU_MANAGER | UI ContextMenu Manager | 20120925 |
Method GET_CONTEXT_MENU_MANAGER on Interface IF_RSRT_UI_VIEW has no exception.
Method GET_DATA_MANAGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_DATA_MANAGER | Data Manager | 20120925 |
Method GET_DATA_MANAGER on Interface IF_RSRT_UI_VIEW has no exception.
Method GET_MAIN_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_UI_MAIN_VIEW | UI Main View | 20130304 |
Method GET_MAIN_VIEW on Interface IF_RSRT_UI_VIEW has no exception.
Method GET_MESSAGE_MANAGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_MESSAGE_MANAGER | Message Manager | 20120925 |
Method GET_MESSAGE_MANAGER on Interface IF_RSRT_UI_VIEW has no exception.
Method GET_VIEW_CONTROLLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW_CONTROLLER | UI View Controller | 20120516 |
Method GET_VIEW_CONTROLLER on Interface IF_RSRT_UI_VIEW has no exception.
Method GET_VIEW_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | IF_RSRT_UI_VIEW_ELEMENT=>TN_ID | ID | 20120208 | ||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_UI_VIEW_ELEMENT | UI View Element | 20120208 |
Method GET_VIEW_ELEMENT on Interface IF_RSRT_UI_VIEW has no exception.
Method GET_VIEW_ELEMENTS_BY_CID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CID | Call by reference | Type reference (TYPE) | IF_RSRT_UI_VIEW_ELEMENT=>TN_CID | Constant Unique ID | 20120208 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_T_VIEW_ELEMENT | Element List | 20120208 |
Method GET_VIEW_ELEMENTS_BY_CID on Interface IF_RSRT_UI_VIEW has no exception.
Method GET_VIEW_USAGE_MANAGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW_USAGE_MANAGER | View Usage Manager | 20120925 |
Method GET_VIEW_USAGE_MANAGER on Interface IF_RSRT_UI_VIEW has no exception.
Method GET_WINDOW_MANAGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_UI_WINDOW_MANAGER | UI Window Manager | 20120925 |
Method GET_WINDOW_MANAGER on Interface IF_RSRT_UI_VIEW has no exception.
Method INVALIDATE Signature
Method INVALIDATE on Interface IF_RSRT_UI_VIEW has no parameter.
Method INVALIDATE on Interface IF_RSRT_UI_VIEW has no exception.
Method RESET Signature
Method RESET on Interface IF_RSRT_UI_VIEW has no parameter.
Method RESET on Interface IF_RSRT_UI_VIEW has no exception.
Method SET_ROOT_UIE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UIE_ROOT | UI Element: Root | 20111104 |
Method SET_ROOT_UIE on Interface IF_RSRT_UI_VIEW has no exception.
Method SET_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SUBTITLE | Call by reference | Type reference (TYPE) | STRING | 20120303 | |||
2 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | STRING | 20120303 |
Method SET_TITLE on Interface IF_RSRT_UI_VIEW has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 700 |