SAP ABAP Class CL_RSRT_UI_WINDOW (UI View Element: Window)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_MODEL (Package) RSRT BICS Model

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_UI_VIEW_ELEMENT | UI View Element | 20120928 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_UI_WINDOW | UI Window | 20120926 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_UI_WINDOW_TOOLBAR | UI Window Toolbar | 20120928 |
Properties
Class | CL_RSRT_UI_WINDOW | |
Short Description | UI View Element: Window | |
Super Class | CL_RSRT_UI_VIEW_ELEMENT | UI View Element |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSRT_BICS_MODEL | RSRT BICS Model |
Created | 20120511 | SAP |
Last change | 20140121 | 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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
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_WINDOW | UI Window | 20120926 | ||
2 | IF_RSRT_UI_WINDOW_TOOLBAR | UI Window Toolbar | 20120928 |
Friends
Class CL_RSRT_UI_WINDOW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | TN_CID | 'WINDOW' | 20120511 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSRT_UIE_HEADER | UI Element: Header | 20120925 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW | UI View | 20120928 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | 20120925 | |||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_RSRT_UI_WINDOW_BUTTON=>TN_T_BUTTON | Window Button List | 20120926 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | CONSTRUCTOR | 20120511 |
2 | ![]() |
Instance method | Private | Method | Create Header | 20120928 |
3 | ![]() |
Instance method | Private | Method | Create Toolbar | 20120928 |
4 | ![]() |
Static method | Public | Method | Create Window | 20120511 |
5 | ![]() |
Instance method | Private | Method | Set View Usage | 20121213 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | HANDLE_APPLY | Instance Event (0) |
Public (2) |
Handle Window Apply | 20130307 |
2 | HANDLE_CLOSE | Instance Event (0) |
Public (2) |
Handle Window Close | 20120511 |
3 | HANDLE_OPEN | Instance Event (0) |
Public (2) |
Handle Window Open | 20120511 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_MODAL | Public | Type reference (TYPE) | ABAP_BOOL | Is Window Modal | 20120511 |
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CID | Call by reference | Type reference (TYPE) | TN_CID | 20120511 | |||
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | TN_ID | ID | 20120511 | ||
3 | ![]() |
MODAL | Call by reference | Type reference (TYPE) | CL_RSRT_UI_WINDOW=>TN_MODAL | ABAP_TRUE | 20120511 | ||
4 | ![]() |
O_VIEW_USAGE | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW_USAGE | UI View Usage | 20120511 | ||
5 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | STRING | Window Title | 20120511 |
Method CONSTRUCTOR on class CL_RSRT_UI_WINDOW has no exception.
Method CREATE_HEADER Signature
Method CREATE_HEADER on class CL_RSRT_UI_WINDOW has no parameter.
Method CREATE_HEADER on class CL_RSRT_UI_WINDOW has no exception.
Method CREATE_TOOLBAR Signature
Method CREATE_TOOLBAR on class CL_RSRT_UI_WINDOW has no parameter.
Method CREATE_TOOLBAR on class CL_RSRT_UI_WINDOW has no exception.
Method CREATE_WINDOW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | TN_ID | 20120511 | |||
2 | ![]() |
MODAL | Call by reference | Type reference (TYPE) | CL_RSRT_UI_WINDOW=>TN_MODAL | 20120511 | |||
3 | ![]() |
O_VIEW_USAGE | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW_USAGE | 20120511 | |||
4 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | STRING | 20120511 | |||
5 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_UI_WINDOW | 20120511 |
Method CREATE_WINDOW on class CL_RSRT_UI_WINDOW has no exception.
Method SET_VIEW_USAGE 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_UI_VIEW_USAGE | UI View Usage | 20121213 |
Method SET_VIEW_USAGE on class CL_RSRT_UI_WINDOW has no exception.
Event Signatures
Event HANDLE_APPLY Signature
Event HANDLE_APPLY on class CL_RSRT_UI_WINDOW has no parameter.
Event HANDLE_CLOSE Signature
Event HANDLE_CLOSE on class CL_RSRT_UI_WINDOW has no parameter.
Event HANDLE_OPEN Signature
Event HANDLE_OPEN on class CL_RSRT_UI_WINDOW has no parameter.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |