SAP ABAP Class CL_SCREEN_COMPOSITE (Screen with 0..n subscreens)
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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SCREEN Subscreen 20040114
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SCREEN_WINDOW Window with 0..n subscreens 20040114
Properties
Class CL_SCREEN_COMPOSITE  
Short Description Screen with 0..n subscreens    
Super Class CL_SCREEN Subscreen 
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_SCREEN_COMPOSITE has no forward declaration.
Interfaces
Class CL_SCREEN_COMPOSITE has no interface implemented.
Friends
Class CL_SCREEN_COMPOSITE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SUBVIEWS Instance attribute Protected Type reference (TYPE) SYINDEX Loops, Current Loop Pass 20040114
2 SUBVIEW_INDEX Instance attribute Protected Type reference (TYPE) SYINDEX Loops, Current Loop Pass 20040114
3 T_VIEW Instance attribute Public Type reference (TYPE) SALV_DYNPRO_T_SCREEN Screen: Screen with Reference to Screen View 20040114
Methods
# Method Level Visibility Method type Description Created on
1 ADD_VIEW Instance method Public Method Create Subview 20040114
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040114
3 GET_CURRENT_VIEW Instance method Public Method Get Current Subview 20040114
4 GET_NEXT_VIEW Instance method Public Method Get Next Subview 20040114
5 GET_VIEW_BY_INDEX Instance method Public Method Get Subview by Index 20040114
6 ON_FCODE Instance method Protected Method Handle Function Code 20040114
7 REMOVE_VIEW Instance method Public Method Remove Subview 20040114
Events
Class CL_SCREEN_COMPOSITE has no event.
Types
Class CL_SCREEN_COMPOSITE has no local type.
Method Signatures

Method ADD_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYINDEX Schleifen, aktueller Schleifendurchlauf 20040114
2 Importing R_VIEW Call by reference Object reference (TYPE REF TO) CL_SCREEN Controller für Subscreen 20040114

Method ADD_VIEW on class CL_SCREEN_COMPOSITE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNNR Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040114
2 Importing NAME Call by reference Type reference (TYPE) CHAR20 Char 20 20040114
3 Importing REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20040114

Method CONSTRUCTOR on class CL_SCREEN_COMPOSITE has no exception.

Method GET_CURRENT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SCREEN Controller für Subscreen 20040114

Method GET_CURRENT_VIEW on class CL_SCREEN_COMPOSITE has no exception.

Method GET_NEXT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SCREEN Controller für Subscreen 20040114

Method GET_NEXT_VIEW on class CL_SCREEN_COMPOSITE has no exception.

Method GET_VIEW_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYINDEX Schleifen, aktueller Schleifendurchlauf 20040114
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SCREEN Controller für Subscreen 20040114

Method GET_VIEW_BY_INDEX on class CL_SCREEN_COMPOSITE has no exception.

Method ON_FCODE Signature

Method ON_FCODE on class CL_SCREEN_COMPOSITE has no parameter.
Method ON_FCODE on class CL_SCREEN_COMPOSITE has no exception.

Method REMOVE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_VIEW Call by reference Object reference (TYPE REF TO) CL_SCREEN Controller für Subscreen 20040114

Method REMOVE_VIEW on class CL_SCREEN_COMPOSITE has no exception.
History
Last changed by/on SAP  20040603 
SAP Release Created in 700