SAP ABAP Class CL_RECA_GUI_DYNPSUBSCR_FRAME (Screen: Generic Subscreens for RE80)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_BC (Package) RE: Base (Technical Objects - Library)
Properties
Class CL_RECA_GUI_DYNPSUBSCR_FRAME  
Short Description Screen: Generic Subscreens for RE80    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_CA_BC   RE: Base (Technical Objects - Library) 
Created 20060601   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RECA2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RECA_GUI_DYNPSUBSCR_FRAME has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RECA_GUI_DYNPSPLITTER_FRAME 20090112 Screen Splitter: Wrapper for Caller
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_HEIGHT Instance attribute Private Type reference (TYPE) I Height of Lower Subscreen 20060601
2 MF_AUTOHIDE_BOTTOM Instance attribute Protected Type reference (TYPE) ABAP_BOOL Lower Area Is Automatically Switched Off 20060601
3 MF_HIDE_BOTTOM Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Lower/Right Hidden 20060601
4 MF_HIDE_TOP Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Upper/Left Hidden 20060601
5 MF_NO_BOTTOM Instance attribute Public Type reference (TYPE) ABAP_BOOL There is no lower subscreen 20061114
6 MO_GUI_DYNPSPLITTER_FRAME Instance attribute Private Object reference (TYPE REF TO) LCL_GUI_DYNPSPLITTER_FRAME Screen Splitter 20090112
7 MS_SUBSCREEN_BOTTOM Instance attribute Public Type reference (TYPE) RECASCREEN Lower Subscreen (Large) 20060601
8 MS_SUBSCREEN_BOTTOM_SMALL Instance attribute Public Type reference (TYPE) RECASCREEN Lower Subscreen (Small) 20060601
9 MS_SUBSCREEN_TOP Instance attribute Public Type reference (TYPE) RECASCREEN Upper Subscreen (Large) 20060601
10 MS_SUBSCREEN_TOP_SMALL Instance attribute Public Type reference (TYPE) RECASCREEN Upper Subscreen (Small) 20060601
11 MS_SUBSCR_CARRIER Instance attribute Private Type reference (TYPE) RECASCREEN Subscreen Container for Subscreen 20060601
Methods
# Method Level Visibility Method type Description Created on
1 CALL_SUBSCREEN_PAI Instance method Public Method Call PAI for Subscreen [Final] 20060601
2 CALL_SUBSCREEN_PBO Instance method Public Method Call PBO for Subscreen [Final] 20060601
3 CONSTRUCTOR Instance method Public Constructor Constructor - Program-Specific 20060601
4 GET_HEIGHT Instance method Public Method Gets Height of Lower Subscreen [Final] 20060601
5 GET_SUBSCREEN_BOTTOM Instance method Public Method Gets Subscreen at Bottom [Final] 20060601
6 GET_SUBSCREEN_TOP Instance method Public Method Gets Subscreen at Top [Final] 20060601
7 GET_SUBSCR_CARRIER Instance method Public Method Gets Subscreen Container for the Susbcreen [Final] 20060601
8 IS_SUBSCREEN_BOTTOM_AUTOHIDE Instance method Public Method Should Lower Subscreen Be Collapsed Automatically? 20060601
9 PBO Instance method Public Method Call PBO of Subscreen Container [Final] 20060601
10 SET_DYNNR_BOTTOM Instance method Public Method Sets Lower/Right Subscreen [Final] 20060601
11 SET_DYNNR_TOP Instance method Public Method Sets Upper/Left Subscreen [Final] 20060601
12 SET_HEIGHT Instance method Public Method Sets Height of Lower Subscreen [Final] 20060601
13 SET_HIDE_BOTTOM Instance method Public Method Sets Hide Lower/Right [Final] 20060601
14 SET_HIDE_TOP Instance method Public Method Sets Hide Upper/Left [Final] 20060601
15 SET_NO_BOTTOM Instance method Public Method Does Not Set Lower Subscreen 20061114
16 SUBSCREEN_PAI Instance method Protected Method PAI Subscreen of Application 20060601
17 SUBSCREEN_PBO Instance method Protected Method PBO Subscreen of Application 20060601
Events
# Event Type Visibility Description Created on
1 SASH_CHANGED Instance Event
(0)
Public
(2)
Sash was changed 20060601
Types
Class CL_RECA_GUI_DYNPSUBSCR_FRAME has no local type.
Method Signatures

Method CALL_SUBSCREEN_PAI Signature

Method CALL_SUBSCREEN_PAI on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no parameter.
Method CALL_SUBSCREEN_PAI on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method CALL_SUBSCREEN_PBO Signature

Method CALL_SUBSCREEN_PBO on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no parameter.
Method CALL_SUBSCREEN_PBO on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DYNNR_BOTTOM Call by reference Type reference (TYPE) SYDYNNR Subscreen Unten 20060601
2 Importing ID_DYNNR_BOTTOM_SMALL Call by reference Type reference (TYPE) SYDYNNR Subscreen Unten (klein) 20060601
3 Importing ID_DYNNR_TOP Call by reference Type reference (TYPE) SYDYNNR Subscreen Oben 20060601
4 Importing ID_DYNNR_TOP_SMALL Call by reference Type reference (TYPE) SYDYNNR Subscreen Oben (klein) 20060601
5 Importing ID_HEIGHT Call by reference Type reference (TYPE) I 5 Größe des unteren Subscreens 20060601
6 Importing ID_REPID Value transfer Type reference (TYPE) SYREPID Rahmenprogramm der Dynpros 20060914
7 Importing ID_REPID_BOTTOM Value transfer Type reference (TYPE) SYREPID Rahmenprogramm der Dynpros 20060914
8 Importing IF_NO_BOTTOM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kein unterer Screen vorhanden 20061114

Method CONSTRUCTOR on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_HEIGHT Value transfer Type reference (TYPE) I Höhe 20060601

Method GET_HEIGHT on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method GET_SUBSCREEN_BOTTOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_DYNNR Value transfer Type reference (TYPE) SYDYNNR Subscreen 20060601
2 Exporting ED_REPID Value transfer Type reference (TYPE) SYREPID Rahmenprogramm 20060601

Method GET_SUBSCREEN_BOTTOM on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method GET_SUBSCREEN_TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_DYNNR Value transfer Type reference (TYPE) SYDYNNR Subscreen 20060601
2 Exporting ED_REPID Value transfer Type reference (TYPE) SYREPID Rahmenprogramm 20060601

Method GET_SUBSCREEN_TOP on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method GET_SUBSCR_CARRIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_DYNNR Value transfer Type reference (TYPE) SYDYNNR Subscreen für den Träger 20060601
2 Exporting ED_REPID Value transfer Type reference (TYPE) SYREPID Rahmenprogramm 20060601

Method GET_SUBSCR_CARRIER on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method IS_SUBSCREEN_BOTTOM_AUTOHIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_AUTOHIDE Value transfer Type reference (TYPE) ABAP_BOOL Automatisch zugeklappt 20060601

Method IS_SUBSCREEN_BOTTOM_AUTOHIDE on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_DYNNR Value transfer Type reference (TYPE) SYDYNNR Subscreen Trägerdynpro 20060601
2 Exporting ED_REPID Value transfer Type reference (TYPE) SYREPID Rahmenprogramm 20060601

Method PBO on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method SET_DYNNR_BOTTOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DYNNR Call by reference Type reference (TYPE) SYDYNNR Subscreen 20060601
2 Importing ID_REPID Value transfer Type reference (TYPE) SYREPID Programm des Subscreens 20060914
3 Importing IF_BOTH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Beide Versionen setzen 20060914
4 Importing IF_SMALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kleine Version setzen 20060601

Method SET_DYNNR_BOTTOM on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method SET_DYNNR_TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DYNNR Call by reference Type reference (TYPE) SYDYNNR Subscreen 20060601
2 Importing ID_REPID Value transfer Type reference (TYPE) SYREPID Programm des Subscreens 20060914
3 Importing IF_BOTH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Beide Versionen setzen 20060914
4 Importing IF_SMALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kleine Version setzen 20060601

Method SET_DYNNR_TOP on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method SET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_HEIGHT Call by reference Type reference (TYPE) I Höhe 20060601

Method SET_HEIGHT on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method SET_HIDE_BOTTOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_HIDE Call by reference Type reference (TYPE) ABAP_BOOL Ausblenden? 20060601

Method SET_HIDE_BOTTOM on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method SET_HIDE_TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_HIDE Call by reference Type reference (TYPE) ABAP_BOOL Ausblenden? 20060601

Method SET_HIDE_TOP on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method SET_NO_BOTTOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_NO_BOTTOM Call by reference Type reference (TYPE) ABAP_BOOL Kein unterer Subscreen vorhanden 20061114

Method SET_NO_BOTTOM on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method SUBSCREEN_PAI Signature

Method SUBSCREEN_PAI on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no parameter.
Method SUBSCREEN_PAI on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.

Method SUBSCREEN_PBO Signature

Method SUBSCREEN_PBO on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no parameter.
Method SUBSCREEN_PBO on class CL_RECA_GUI_DYNPSUBSCR_FRAME has no exception.
Event Signatures

Event SASH_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ID_SASH Exporting Value transfer Type reference (TYPE) I Sash 20060601
History
Last changed by/on SAP  20110908 
SAP Release Created in 700