SAP ABAP Class CL_RECA_GUI_DYNPSPLITTER_FRAME (Screen Splitter: Wrapper for Caller)
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_DYNPSPLITTER_FRAME  
Short Description Screen Splitter: Wrapper for Caller    
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 20090112   SAP 
Last change 20100310   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_DYNPSPLITTER_FRAME has no interface implemented.
Friends
Class CL_RECA_GUI_DYNPSPLITTER_FRAME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_SASH Instance attribute Public Type reference (TYPE) I 50 Sash Position of Splitter 20090112
2 MD_SASH_HIDDEN Instance attribute Public Type reference (TYPE) I 50 Sash Position of Splitter 20090112
3 MF_DISPLAY_BUTTONS Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE Display Buttons 20090112
4 MF_HIDE_1 Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Upper/Left Hidden 20090112
5 MF_HIDE_2 Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Lower/Right Hidden 20090112
6 MF_NO_SCREEN_2 Instance attribute Public Type reference (TYPE) ABAP_BOOL Subscreen Lower/Right Does Not Exist 20090112
7 MF_PAI_ACTIVE Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE Expanded/Collapsed in PAI 20090112
8 MF_POSITION_HORIZONTAL Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Vertical Position 20090112
9 MO_DYNPRO_SPLITTER Static Attribute Public Object reference (TYPE REF TO) CL_DYNPRO_SPLITTER Screen Splitter (Singleton) 20090112
10 MS_SPLITTER_CARRIER_HORI Instance attribute Protected Type reference (TYPE) RECASCREEN Horizontal Subscreen Container 20090112
11 MS_SPLITTER_CARRIER_HORI_BUT Instance attribute Protected Type reference (TYPE) RECASCREEN Horizontal Subscreen Container with Buttons 20090112
12 MS_SPLITTER_CARRIER_VERT Instance attribute Protected Type reference (TYPE) RECASCREEN Vertical Subscreen Container 20090112
13 MS_SPLITTER_CARRIER_VERT_BUT Instance attribute Protected Type reference (TYPE) RECASCREEN Vertical Subscreen Container with Buttons 20090112
14 MS_SUBSCREEN_1 Instance attribute Public Type reference (TYPE) RECASCREEN Upper/Left Subscreen 20090112
15 MS_SUBSCREEN_2 Instance attribute Public Type reference (TYPE) RECASCREEN Lower/Right Subscreen 20090112
Methods
# Method Level Visibility Method type Description Created on
1 CALL_SUBSCREEN_PAI Instance method Public Method Call PAI for Subscreen [Final] 20090112
2 CALL_SUBSCREEN_PBO Instance method Public Method Call PBO for Subscreen [Final] 20090112
3 CONSTRUCTOR Instance method Public Constructor Constructor - Program-Specific 20090112
4 DISPLAY_BUTTONS Instance method Public Method Sets Display of Buttons 20090112
5 GET_SASH Instance method Public Method Gets Sash of Splitter (with Hide) [Final] 20090112
6 GET_SPLITTER_CARRIER Instance method Public Method Gets Container for Splitter [Final] 20090112
7 GET_SUBSCREEN_1 Instance method Public Method Gets Upper/Left Subscreen [Final] 20090112
8 GET_SUBSCREEN_2 Instance method Public Method Gets Lower/Right Subscreen [Final] 20090112
9 SET_DYNNR_1 Instance method Public Method Sets Upper/Left Subscreen [Final] 20090112
10 SET_DYNNR_2 Instance method Public Method Sets Lower/Right Subscreen [Final] 20090112
11 SET_DYNPRO_SPLITTER Instance method Public Method Sets the Singleton Screen Splitter (One-Time) 20090112
12 SET_HIDE_1 Instance method Public Method Sets Hide Upper/Left [Final] 20090112
13 SET_HIDE_2 Instance method Public Method Sets Hide Lower/Right [Final] 20090112
14 SET_HORIZONTAL Instance method Public Method Sets Horizontal Splitter 20090112
15 SET_NO_SCREEN_2 Instance method Public Method Subscreen Lower/Right Does Not Exist 20090112
16 SET_SASH Instance method Public Method Sets Sash of Splitter [Final] 20090112
17 SPLITTER_PBO Instance method Public Method Call PBO of Splitter [Final] 20090112
18 SUBSCREEN_PAI Instance method Protected Method PAI Subscreen of Application 20090112
19 SUBSCREEN_PBO Instance method Protected Method PBO Subscreen of Application 20090112
20 _REMEMBER_SASH_HIDDEN Instance method Private Method Note Sash Position in Hidden Mode 20090112
Events
# Event Type Visibility Description Created on
1 SASH_CHANGED Instance Event
(0)
Public
(2)
Sash was changed 20090112
Types
Class CL_RECA_GUI_DYNPSPLITTER_FRAME has no local type.
Method Signatures

Method CALL_SUBSCREEN_PAI Signature

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

Method CALL_SUBSCREEN_PBO Signature

Method CALL_SUBSCREEN_PBO on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no parameter.
Method CALL_SUBSCREEN_PBO on class CL_RECA_GUI_DYNPSPLITTER_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_1 Call by reference Type reference (TYPE) SYDYNNR 20090112
2 Importing ID_DYNNR_2 Call by reference Type reference (TYPE) SYDYNNR 20090112
3 Importing ID_REPID Value transfer Type reference (TYPE) SYREPID 20090112
4 Importing ID_REPID_2 Value transfer Type reference (TYPE) SYREPID 20090112
5 Importing ID_SASH Call by reference Type reference (TYPE) I 50 20090112

Method CONSTRUCTOR on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method DISPLAY_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_BUTTONS Call by reference Type reference (TYPE) ABAP_BOOL 20090112

Method DISPLAY_BUTTONS on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method GET_SASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_USE_HIDDEN_SASH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090112
2 Returning RD_SASH Value transfer Type reference (TYPE) I 20090112

Method GET_SASH on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method GET_SPLITTER_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 20090112
2 Exporting ED_REPID Value transfer Type reference (TYPE) SYREPID 20090112

Method GET_SPLITTER_CARRIER on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method GET_SUBSCREEN_1 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 20090112
2 Exporting ED_REPID Value transfer Type reference (TYPE) SYREPID 20090112

Method GET_SUBSCREEN_1 on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method GET_SUBSCREEN_2 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 20090112
2 Exporting ED_REPID Value transfer Type reference (TYPE) SYREPID 20090112

Method GET_SUBSCREEN_2 on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SET_DYNNR_1 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 20090112
2 Importing ID_REPID Value transfer Type reference (TYPE) SYREPID 20090112

Method SET_DYNNR_1 on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SET_DYNNR_2 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 20090112
2 Importing ID_REPID Value transfer Type reference (TYPE) SYREPID 20090112

Method SET_DYNNR_2 on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SET_DYNPRO_SPLITTER Signature

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

Method SET_DYNPRO_SPLITTER on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SET_HIDE_1 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 20090112

Method SET_HIDE_1 on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SET_HIDE_2 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 20090112

Method SET_HIDE_2 on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SET_HORIZONTAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_HORIZONTAL Call by reference Type reference (TYPE) ABAP_BOOL 20090112

Method SET_HORIZONTAL on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SET_NO_SCREEN_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_NO_SCREEN_2 Call by reference Type reference (TYPE) ABAP_BOOL 20090112

Method SET_NO_SCREEN_2 on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SET_SASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SASH Call by reference Type reference (TYPE) I 20090112
2 Importing IF_FORCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090112

Method SET_SASH on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SPLITTER_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 20090112
2 Exporting ED_REPID Value transfer Type reference (TYPE) SYREPID 20090112

Method SPLITTER_PBO on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method SUBSCREEN_PAI Signature

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

Method SUBSCREEN_PBO Signature

Method SUBSCREEN_PBO on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no parameter.
Method SUBSCREEN_PBO on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no exception.

Method _REMEMBER_SASH_HIDDEN Signature

Method _REMEMBER_SASH_HIDDEN on class CL_RECA_GUI_DYNPSPLITTER_FRAME has no parameter.
Method _REMEMBER_SASH_HIDDEN on class CL_RECA_GUI_DYNPSPLITTER_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 20090112
History
Last changed by/on SAP  20100310 
SAP Release Created in 605