SAP ABAP Class CL_CTRLER_SCREEN (Subscreen)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_DYNPRO (Package) Framework for Handling Screens in Classes
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CTRLER_SCREEN_COMPOSITE Screen with 0..n subscreens 20040114
Properties
Class CL_CTRLER_SCREEN  
Short Description Subscreen    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_DYNPRO   Framework for Handling Screens in Classes 
Created 20040114   SAP 
Last change 20040603   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CTRLER_SCREEN has no forward declaration.
Interfaces
Class CL_CTRLER_SCREEN has no interface implemented.
Friends
Class CL_CTRLER_SCREEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DYNNR Instance attribute Protected Type reference (TYPE) SYDYNNR ABAP Program: Number of Current Screen 20040114
2 REPID Instance attribute Protected Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20040114
3 R_SCREEN Instance attribute Protected Object reference (TYPE REF TO) CL_SCREEN Controller for Subscreen 20040114
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040114
2 CREATE_SCREEN Instance method Protected Method Create Dynpro Class Handler 20040114
3 ON_CLOSED Instance method Protected Event handling method Screen is closed, handle 20040114
4 ON_PROCESS_EVENT Instance method Protected Event handling method Handle Dynpro Event 20040114
5 ON_PROCESS_FCODE Instance method Protected Event handling method Handle Dynpro Function Code 20040114
6 REFRESH Instance method Public Method Refresh Screen 20040114
7 SET_FCODE_HANDLED Instance method Protected Method Function code was not handled 20040114
Events
Class CL_CTRLER_SCREEN has no event.
Types
Class CL_CTRLER_SCREEN has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CTRLER_SCREEN has no parameter.
Method CONSTRUCTOR on class CL_CTRLER_SCREEN has no exception.

Method CREATE_SCREEN Signature

Method CREATE_SCREEN on class CL_CTRLER_SCREEN has no parameter.
Method CREATE_SCREEN on class CL_CTRLER_SCREEN has no exception.

Method ON_CLOSED Signature

Method ON_CLOSED on class CL_CTRLER_SCREEN has no parameter.
Method ON_CLOSED on class CL_CTRLER_SCREEN has no exception.

Method ON_PROCESS_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENT Call by reference Attribute reference (LIKE) 20040114

Method ON_PROCESS_EVENT on class CL_CTRLER_SCREEN has no exception.

Method ON_PROCESS_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20040114

Method ON_PROCESS_FCODE on class CL_CTRLER_SCREEN has no exception.

Method REFRESH Signature

Method REFRESH on class CL_CTRLER_SCREEN has no parameter.
Method REFRESH on class CL_CTRLER_SCREEN has no exception.

Method SET_FCODE_HANDLED Signature

Method SET_FCODE_HANDLED on class CL_CTRLER_SCREEN has no parameter.
Method SET_FCODE_HANDLED on class CL_CTRLER_SCREEN has no exception.
History
Last changed by/on SAP  20040603 
SAP Release Created in 700