SAP ABAP Class CL_RSGM_FRAMEWORK (Graphical Modeling: Model Class)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-AWB (Application Component) Data Warehousing Workbench
     RSGM (Package) Graphical Model
Properties
Class CL_RSGM_FRAMEWORK  
Short Description Graphical Modeling: Model Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSGM_MSG    
Program status P  SAP Standard Production Program 
Category 0   
Package RSGM   Graphical Model 
Created 20040419   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSGMP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSGM_FRAMEWORK has no interface implemented.
Friends
Class CL_RSGM_FRAMEWORK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_SAVED_STATUS_FL Instance attribute Public Type reference (TYPE) RS_BOOL Indicator: Data Flow Model Saved / Not Saved 20040419
2 O_PF_STATUS Instance attribute Protected Type reference (TYPE) PFSTATUS 'STATUS_100' PF Status 20040421
3 O_PF_STATUS_EXCLUDE Instance attribute Protected Type reference (TYPE) RSGM_T_FCODE PF Status - Exclude Table 20040423
4 O_PF_STATUS_PROG Instance attribute Protected Type reference (TYPE) SY-REPID 'SAPLRSGM' PF Status Program Name 20040421
5 O_PROPWIN_IS_DISPLAYED Instance attribute Protected Type reference (TYPE) RS_BOOL 'X' Properties window is displayed 20040419
6 O_R_DOCKING Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20040419
7 O_R_REPOSITORY Instance attribute Protected Object reference (TYPE REF TO) CL_RSO_REPOSITORY BW Repository 20040419
8 O_R_SPLITTER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20040419
9 O_SUBSCREEN_DYNNR Instance attribute Protected Type reference (TYPE) SY-DYNNR Number of the subscreen DynPro 20040419
10 O_SUBSCREEN_PROG Instance attribute Protected Type reference (TYPE) SY-REPID Program name of the subscreen DynPro 20040419
11 P_C_DYNPRO100_DYNNR Constant Private Type reference (TYPE) SY-DYNNR 100 Number of the main DynPro 20040419
12 P_C_DYNPRO100_MAXROWS Constant Private Type reference (TYPE) SY-SROWS 50 Max rows of DynPro 100 20040419
13 P_C_DYNPRO100_PROG Constant Private Type reference (TYPE) SY-REPID 'SAPLRSGM' Program name of the main DynPro 20040419
14 P_C_TEXT_HEIGHT Constant Private Type reference (TYPE) I 12 Text height of the DynPro text 20040419
15 P_DOCKING_EXTENSION Instance attribute Private Type reference (TYPE) I Extension of the docking control 20040419
16 P_DYNPRO100_INITDONE Instance attribute Private Type reference (TYPE) RS_BOOL Indicator: PBO of DynPro 100 executed (values 0 or 1) 20040419
17 P_DYNPRO100_SROWS Instance attribute Private Type reference (TYPE) SY-SROWS Height in rows of DynPro 100 20040419
18 P_MODE Instance attribute Private Type reference (TYPE) RS_BOOL Mode: Initial, Display, Change 20040430
19 P_SUBSCREEN_SROWS Instance attribute Private Type reference (TYPE) SY-SROWS 6 Height in rows of subscreen 20040419
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040419
2 CREATE_DOCKING_CONTROL Instance method Private Method Initializes Docking Control for Screen 100 20040419
3 CREATE_SPLITTER_CONTROL Instance method Private Method Initializes Splitter Control for Screen 100 20040419
4 DISPLAY_DYNPRO100 Instance method Public Method Call of Main Screen (Screen 100) 20040419
5 EXECUTE_FCODE Instance method Public Method Execute or Forward the FCODE 20040419
6 FREE Instance method Public Method Ending the Control 20040419
7 GET_CONTAINER Instance method Public Method Returns the Container References for Toolbar and Network 20040423
8 GET_SUBSCREEN_INFO Instance method Public Method Returns Name and Program of DynPro Subscreens 20040419
9 HANDLE_CLOSE_PROPWIN Instance method Private Method FCODE: CLOSE_PROPWIN - Close Properties Window 20040506
10 HANDLE_RESIZE Instance method Private Method FCODE: space (window or docking container resize) 20040506
11 RUN_DYNPRO100_PAI Instance method Public Method Execution of PAI DynPro 100 20040419
12 RUN_DYNPRO100_PBO Instance method Public Method Execution of PBO DynPro 100 20040419
13 SET_DYNPRO100_TITLE Instance method Public Method Sets the Title of the DynPro 100 20040419
14 SET_PF_STATUS Instance method Public Method Sets the PF_STATUS for DynPro 100 20040423
15 SET_SUBSCREEN_INFO Instance method Public Method Sets Name and Program of DynPro Subscreen 20040419
Events
# Event Type Visibility Description Created on
1 FCODE_RAISED Instance Event
(0)
Public
(2)
FCODE 20040419
2 PBO_RUNS Instance Event
(0)
Public
(2)
20040505
Types
Class CL_RSGM_FRAMEWORK has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PF_STATUS Call by reference Type reference (TYPE) PFSTATUS PF-Status 20040421
2 Importing I_PF_STATUS_EXCLUDE Call by reference Type reference (TYPE) RSGM_T_FCODE Tabelle mit FCODEs (als Exclude-Liste für PF_STATUS) 20040423
3 Importing I_PF_STATUS_PROG Call by reference Type reference (TYPE) SY-REPID 20040421
4 Importing I_SUBSCREEN_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Nummer des Subscreen DynPros 20040421
5 Importing I_SUBSCREEN_PROG Call by reference Type reference (TYPE) SY-REPID Programm-Name des Subscreen DynPros 20040421

Method CONSTRUCTOR on class CL_RSGM_FRAMEWORK has no exception.

Method CREATE_DOCKING_CONTROL Signature

Method CREATE_DOCKING_CONTROL on class CL_RSGM_FRAMEWORK has no parameter.
Method CREATE_DOCKING_CONTROL on class CL_RSGM_FRAMEWORK has no exception.

Method CREATE_SPLITTER_CONTROL Signature

Method CREATE_SPLITTER_CONTROL on class CL_RSGM_FRAMEWORK has no parameter.
Method CREATE_SPLITTER_CONTROL on class CL_RSGM_FRAMEWORK has no exception.

Method DISPLAY_DYNPRO100 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) RS_BOOL 0 = initial, X = network 20040419

Method DISPLAY_DYNPRO100 on class CL_RSGM_FRAMEWORK has no exception.

Method EXECUTE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20040419

Method EXECUTE_FCODE on class CL_RSGM_FRAMEWORK has no exception.

Method FREE Signature

Method FREE on class CL_RSGM_FRAMEWORK has no parameter.
Method FREE on class CL_RSGM_FRAMEWORK has no exception.

Method GET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_CONT_NETWORK Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container für den Netzplan 20040423
2 Exporting E_R_CONT_TOOLBAR Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container für den Toolbar 20040423

Method GET_CONTAINER on class CL_RSGM_FRAMEWORK has no exception.

Method GET_SUBSCREEN_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBSCREEN_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Number of the subscreen DynPro 20040419
2 Exporting E_SUBSCREEN_PROG Call by reference Type reference (TYPE) SY-REPID Program name of the subscreen DynPro 20040419

Method GET_SUBSCREEN_INFO on class CL_RSGM_FRAMEWORK has no exception.

Method HANDLE_CLOSE_PROPWIN Signature

Method HANDLE_CLOSE_PROPWIN on class CL_RSGM_FRAMEWORK has no parameter.
Method HANDLE_CLOSE_PROPWIN on class CL_RSGM_FRAMEWORK has no exception.

Method HANDLE_RESIZE Signature

Method HANDLE_RESIZE on class CL_RSGM_FRAMEWORK has no parameter.
Method HANDLE_RESIZE on class CL_RSGM_FRAMEWORK has no exception.

Method RUN_DYNPRO100_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM Function code released by PAI of DynPro 100 20040419

Method RUN_DYNPRO100_PAI on class CL_RSGM_FRAMEWORK has no exception.

Method RUN_DYNPRO100_PBO Signature

Method RUN_DYNPRO100_PBO on class CL_RSGM_FRAMEWORK has no parameter.
Method RUN_DYNPRO100_PBO on class CL_RSGM_FRAMEWORK has no exception.

Method SET_DYNPRO100_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARM1 Call by reference Type reference (TYPE) C Titel Parameter 1 20040503
2 Importing I_PARM2 Call by reference Type reference (TYPE) C Titel Parameter 2 20040503
3 Importing I_PARM3 Call by reference Type reference (TYPE) C Titel Parameter 3 20040503
4 Importing I_PARM4 Call by reference Type reference (TYPE) C Titel Parameter 4 20040503
5 Importing I_PARM5 Call by reference Type reference (TYPE) C Titel Parameter 5 20040503
6 Importing I_PROGRAM Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20040503
7 Importing I_TITLE Call by reference Type reference (TYPE) GUI_TITLE Menu Painter: Titelcode 20040419

Method SET_DYNPRO100_TITLE on class CL_RSGM_FRAMEWORK has no exception.

Method SET_PF_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PF_STATUS Call by reference Type reference (TYPE) PFSTATUS PF Status 20040423
2 Importing I_PF_STATUS_EXCLUDE Call by reference Type reference (TYPE) RSGM_T_FCODE PF Status Exclude Tabelle 20040423
3 Importing I_PF_STATUS_PROG Call by reference Type reference (TYPE) SY-REPID PF Status Programmname 20040423

Method SET_PF_STATUS on class CL_RSGM_FRAMEWORK has no exception.

Method SET_SUBSCREEN_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUBSCREEN_DYNNR Call by reference Type reference (TYPE) SY-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040419
2 Importing I_SUBSCREEN_PROG Call by reference Type reference (TYPE) SY-REPID ABAP-Programm, Nummer des aktuellen Dynpros 20040419

Method SET_SUBSCREEN_INFO on class CL_RSGM_FRAMEWORK has no exception.
Event Signatures

Event FCODE_RAISED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FCODE Exporting Value transfer Type reference (TYPE) UI_FUNC Funktionscode 20040503

Event PBO_RUNS Signature
Event PBO_RUNS on class CL_RSGM_FRAMEWORK has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400