SAP ABAP Class CL_RSISW_SCREEN_WINDOW_VIEW (Controller for Dynpro Screen)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSISW (Package) Intelligent Services Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSISW_SCREEN_COMPOSITE_VIEW Controller for Subscreen with Subscreens 20030424
Properties
Class CL_RSISW_SCREEN_WINDOW_VIEW  
Short Description Controller for Dynpro Screen    
Super Class CL_RSISW_SCREEN_COMPOSITE_VIEW Controller for Subscreen with Subscreens 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package RSISW   Intelligent Services Workbench 
Created 20030424   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSISW_SCREEN_WINDOW_VIEW has no forward declaration.
Interfaces
Class CL_RSISW_SCREEN_WINDOW_VIEW has no interface implemented.
Friends
Class CL_RSISW_SCREEN_WINDOW_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_EVENT_PFSTATUS Constant Public Type reference (TYPE) SYUCOMM 'PFSTATUS' Screens, Function Code Triggered by PAI 20030424
2 MT_EXCL_FCODE Instance attribute Public Type reference (TYPE) RSISW_T_SCREEN_FCODE Table with Function Codes 20030424
3 M_ENDING_X Instance attribute Protected Type reference (TYPE) I 20030424
4 M_ENDING_Y Instance attribute Protected Type reference (TYPE) I 20030424
5 M_PFSTATUS Instance attribute Public Type reference (TYPE) SYPFKEY Screens, Current GUI Status 20030424
6 M_PFSTATUS_REPID Instance attribute Public Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20030424
7 M_POPUP Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20030424
8 M_STARTING_X Instance attribute Protected Type reference (TYPE) I 20030424
9 M_STARTING_Y Instance attribute Protected Type reference (TYPE) I 20030424
10 M_TITLEBAR Instance attribute Public Type reference (TYPE) GUI_TITLE Screens, Title Text 20030424
11 M_TITLEBAR_REPID Instance attribute Public Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20030424
12 M_TITLEBAR_VAR1 Instance attribute Public Type reference (TYPE) STRING 20030731
13 M_TITLEBAR_VAR2 Instance attribute Public Type reference (TYPE) STRING 20030731
14 M_TITLEBAR_VAR3 Instance attribute Public Type reference (TYPE) STRING 20030731
15 M_TITLEBAR_VAR4 Instance attribute Public Type reference (TYPE) STRING 20030731
16 M_TITLEBAR_VAR5 Instance attribute Public Type reference (TYPE) STRING 20030731
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20030424
2 DISPLAY Instance method Public Method 20030424
3 HANDLE_PFSTATUS Instance method Protected Method 20030424
4 SET_EXCL_FCODE Instance method Public Method 20030424
5 SET_PFSTATUS Instance method Public Method 20030424
6 SET_TITLEBAR Instance method Public Method 20030424
Events
# Event Type Visibility Description Created on
1 CALL_SCREEN Instance Event
(0)
Public
(2)
20030424
Types
Class CL_RSISW_SCREEN_WINDOW_VIEW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030424
2 Importing I_ENDING_X Call by reference Type reference (TYPE) I 20030424
3 Importing I_ENDING_Y Call by reference Type reference (TYPE) I 20030424
4 Importing I_NAME Call by reference Type reference (TYPE) CHAR20 Char 20 20030424
5 Importing I_POPUP Call by reference Type reference (TYPE) RS_BOOL SPACE Boolean 20030424
6 Importing I_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20030424
7 Importing I_STARTING_X Call by reference Type reference (TYPE) I 25 20030424
8 Importing I_STARTING_Y Call by reference Type reference (TYPE) I 5 20030424

Method CONSTRUCTOR on class CL_RSISW_SCREEN_WINDOW_VIEW has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_RSISW_SCREEN_WINDOW_VIEW has no parameter.
Method DISPLAY on class CL_RSISW_SCREEN_WINDOW_VIEW has no exception.

Method HANDLE_PFSTATUS Signature

Method HANDLE_PFSTATUS on class CL_RSISW_SCREEN_WINDOW_VIEW has no parameter.
Method HANDLE_PFSTATUS on class CL_RSISW_SCREEN_WINDOW_VIEW has no exception.

Method SET_EXCL_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXCL_FCODE Call by reference Type reference (TYPE) RSISW_T_SCREEN_FCODE Tabelle mit Funktionscodes 20030424

Method SET_EXCL_FCODE on class CL_RSISW_SCREEN_WINDOW_VIEW has no exception.

Method SET_PFSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PFSTATUS Call by reference Type reference (TYPE) SYPFKEY Bildschirmbilder, aktueller GUI-Status 20030424
2 Importing I_PFSTATUS_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20030424

Method SET_PFSTATUS on class CL_RSISW_SCREEN_WINDOW_VIEW has no exception.

Method SET_TITLEBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLEBAR Call by reference Type reference (TYPE) GUI_TITLE Bildschirmbilder, Text in der Titelzeile 20030424
2 Importing I_TITLEBAR_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20030424
3 Importing I_TITLEBAR_VAR1 Call by reference Type reference (TYPE) STRING 20030731
4 Importing I_TITLEBAR_VAR2 Call by reference Type reference (TYPE) STRING 20030731
5 Importing I_TITLEBAR_VAR3 Call by reference Type reference (TYPE) STRING 20030731
6 Importing I_TITLEBAR_VAR4 Call by reference Type reference (TYPE) STRING 20030731
7 Importing I_TITLEBAR_VAR5 Call by reference Type reference (TYPE) STRING 20030731

Method SET_TITLEBAR on class CL_RSISW_SCREEN_WINDOW_VIEW has no exception.
Event Signatures

Event CALL_SCREEN Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_DYNNR Exporting Value transfer Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030424
2 I_ENDING_X Exporting Value transfer Type reference (TYPE) I 20030424
3 I_ENDING_Y Exporting Value transfer Type reference (TYPE) I 20030424
4 I_POPUP Exporting Value transfer Type reference (TYPE) RS_BOOL Boolean 20030424
5 I_REPID Exporting Value transfer Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20030424
6 I_STARTING_X Exporting Value transfer Type reference (TYPE) I 20030424
7 I_STARTING_Y Exporting Value transfer Type reference (TYPE) I 20030424
History
Last changed by/on SAP  20130531 
SAP Release Created in 400