SAP ABAP Class CL_MWB_SCREEN_VIEW (Basic screen class)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MWBGUI (Package) Migration Workbench GUI
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MWB_COMPOSITE_SCREEN_VIEW Composite screen class 20060117
2 Inheritance (c INHERITING FROM c_ref)  CL_MWB_DOCK_VIEW docking container class 20060502
3 Inheritance (c INHERITING FROM c_ref)  CL_MWB_GRID_VIEW alv grid wrapper 20060123
4 Inheritance (c INHERITING FROM c_ref)  CL_MWB_SIMPLE_TREE_MODEL tree class 20060714
5 Inheritance (c INHERITING FROM c_ref)  CL_MWB_TREE_VIEW tree class 20060704
Properties
Class CL_MWB_SCREEN_VIEW  
Short Description Basic screen class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MWBGUI   Migration Workbench GUI 
Created 20060116   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 MWBGU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_MWB_SCREEN_VIEW has no interface implemented.
Friends
Class CL_MWB_SCREEN_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Protected Type reference (TYPE) BOOLEAN '-' boolean variable (X=true, -=false, space=unknown) 20060116
2 DYNPRO Instance attribute Protected Type reference (TYPE) SYST-DYNNR Dynpro number 20060116
3 DYNPRO_FIELDS Instance attribute Protected Type reference (TYPE) MWB_DYNPRO_FIELDS Dynpro field list 20060116
4 FCODE Instance attribute Protected Type reference (TYPE) SYST-UCOMM Function code 20060116
5 MODEL_CHANGE Instance attribute Protected Type reference (TYPE) BOOLEAN '-' Whether the model has changed 20060221
6 MY_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) CL_MWB_CONTROLLER Controller object 20060116
7 MY_STRUCT_NAME Instance attribute Public Type reference (TYPE) TABNAME Structure of screen components 20060122
8 NAME Instance attribute Protected Type reference (TYPE) MWB_GUI_NAME GUI name 20060116
9 PARENT_VIEW Instance attribute Protected Object reference (TYPE REF TO) CL_MWB_SCREEN_VIEW Parent screen 20060116
10 PROG Instance attribute Protected Type reference (TYPE) SY-REPID Program name 20060116
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activate screen 20060117
2 ADD Instance method Public Method Add subscreen to subscreen list 20060123
3 CLOSE Instance method Protected Method Close the screen 20060116
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060117
5 DEACTIVATE Instance method Public Method Deactivate screen 20060117
6 EXECUTE Instance method Protected Method Execute the screen events 20060116
7 GET_CONTROLLER Instance method Public Method Get controller 20060116
8 GET_DYNPRO Instance method Protected Method Get dynpro number 20060116
9 GET_FCODE Instance method Protected Method Get the function code 20060117
10 GET_NAME Instance method Protected Method Get the screen name 20060116
11 GET_PROGRAM Instance method Protected Method Get program ID 20060117
12 HANDLE_EVENT Instance method Public Method Handle event 20060123
13 IS_ACTIVE Instance method Public Method To check whether the screen is active or not 20060117
14 IS_VISIBLE Instance method Protected Method To check whether the screen is visible or not 20060117
15 MODEL_CHANGED Instance method Public Event handling method process model changed event 20060220
16 PAI Instance method Public Method PAI 20060116
17 PBO Instance method Public Method PBO 20060116
18 REGISTER Instance method Protected Method Register screen with framework 20060117
19 REMOVE_FROM_PARENT Instance method Protected Method Remove the screen from it's parent's subscreen list 20060116
20 SEND Instance method Public Method Call the screen (Expand state) 20060116
21 SET_CONTROLLER Instance method Public Method Set controller 20060116
22 SET_DYNPRO Instance method Protected Method Set dynpro number 20060116
23 SET_NAME Instance method Protected Method Set the screen name 20060116
24 SET_PARENT Instance method Protected Method Set the parent of the screen 20060116
Events
Class CL_MWB_SCREEN_VIEW has no event.
Types
Class CL_MWB_SCREEN_VIEW has no local type.
Method Signatures

Method ACTIVATE Signature

Method ACTIVATE on class CL_MWB_SCREEN_VIEW has no parameter.
Method ACTIVATE on class CL_MWB_SCREEN_VIEW has no exception.

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_POSITION Call by reference Type reference (TYPE) SY-TABIX 20060123
2 Importing IM_SCREEN_VIEW Call by reference Object reference (TYPE REF TO) CL_MWB_SCREEN_VIEW 20060123

Method ADD on class CL_MWB_SCREEN_VIEW has no exception.

Method CLOSE Signature

Method CLOSE on class CL_MWB_SCREEN_VIEW has no parameter.
Method CLOSE on class CL_MWB_SCREEN_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR 20060118
2 Importing IM_PROG Call by reference Type reference (TYPE) SY-REPID 20060118

Method CONSTRUCTOR on class CL_MWB_SCREEN_VIEW has no exception.

Method DEACTIVATE Signature

Method DEACTIVATE on class CL_MWB_SCREEN_VIEW has no parameter.
Method DEACTIVATE on class CL_MWB_SCREEN_VIEW has no exception.

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IM_FCODE Call by reference Type reference (TYPE) SYST-UCOMM 20060116

Method EXECUTE on class CL_MWB_SCREEN_VIEW has no exception.

Method GET_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_MWB_CONTROLLER 20060118

Method GET_CONTROLLER on class CL_MWB_SCREEN_VIEW has no exception.

Method GET_DYNPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR 20060116

Method GET_DYNPRO on class CL_MWB_SCREEN_VIEW has no exception.

Method GET_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FCODE Call by reference Type reference (TYPE) SYST-UCOMM 20060117

Method GET_FCODE on class CL_MWB_SCREEN_VIEW has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NAME Call by reference Type reference (TYPE) MWB_GUI_NAME 20060116

Method GET_NAME on class CL_MWB_SCREEN_VIEW has no exception.

Method GET_PROGRAM Signature

Method GET_PROGRAM on class CL_MWB_SCREEN_VIEW has no parameter.
Method GET_PROGRAM on class CL_MWB_SCREEN_VIEW has no exception.

Method HANDLE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT Call by reference Type reference (TYPE) STRING 20060123

Method HANDLE_EVENT on class CL_MWB_SCREEN_VIEW has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ACTIVE Call by reference Type reference (TYPE) DMC_BOOLEAN 20060117

Method IS_ACTIVE on class CL_MWB_SCREEN_VIEW has no exception.

Method IS_VISIBLE Signature

Method IS_VISIBLE on class CL_MWB_SCREEN_VIEW has no parameter.
Method IS_VISIBLE on class CL_MWB_SCREEN_VIEW has no exception.

Method MODEL_CHANGED Signature

Method MODEL_CHANGED on class CL_MWB_SCREEN_VIEW has no parameter.
Method MODEL_CHANGED on class CL_MWB_SCREEN_VIEW has no exception.

Method PAI Signature

Method PAI on class CL_MWB_SCREEN_VIEW has no parameter.
Method PAI on class CL_MWB_SCREEN_VIEW has no exception.

Method PBO Signature

Method PBO on class CL_MWB_SCREEN_VIEW has no parameter.
Method PBO on class CL_MWB_SCREEN_VIEW has no exception.

Method REGISTER Signature

Method REGISTER on class CL_MWB_SCREEN_VIEW has no parameter.
Method REGISTER on class CL_MWB_SCREEN_VIEW has no exception.

Method REMOVE_FROM_PARENT Signature

Method REMOVE_FROM_PARENT on class CL_MWB_SCREEN_VIEW has no parameter.
Method REMOVE_FROM_PARENT on class CL_MWB_SCREEN_VIEW has no exception.

Method SEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CALLING_PROGRAM Call by reference Type reference (TYPE) SY-REPID 20060116

Method SEND on class CL_MWB_SCREEN_VIEW has no exception.

Method SET_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_MWB_CONTROLLER 20060116

Method SET_CONTROLLER on class CL_MWB_SCREEN_VIEW has no exception.

Method SET_DYNPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR 20060118

Method SET_DYNPRO on class CL_MWB_SCREEN_VIEW has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) MWB_GUI_NAME 20060116

Method SET_NAME on class CL_MWB_SCREEN_VIEW has no exception.

Method SET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT Call by reference Object reference (TYPE REF TO) CL_MWB_SCREEN_VIEW 20060116

Method SET_PARENT on class CL_MWB_SCREEN_VIEW has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620