SAP ABAP Class /MRSS/CL_SGU_UI_GANTT_PROXY (Planning Board: Proxy class for the GANTT Object)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGU (Package) User Interface for Interactive Planning Board
Properties
Class /MRSS/CL_SGU_UI_GANTT_PROXY  
Short Description Planning Board: Proxy class for the GANTT Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGU   User Interface for Interactive Planning Board 
Created 20081112   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGU_UI_GANTT_PROXY has no forward declaration.
Interfaces
Class /MRSS/CL_SGU_UI_GANTT_PROXY has no interface implemented.
Friends
Class /MRSS/CL_SGU_UI_GANTT_PROXY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_GANTT_REFERENCE Instance attribute Private Type reference (TYPE) /MRSS/T_SGU_GANTT_CONT_UI_TAB GANTT table 20081112
2 GV_RESOURCE_RELEVANCE Instance attribute Private Type reference (TYPE) CHAR30 Resource Relevance 20090721
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DISPLAY_MODE Instance method Private Method Should the PAI be processed for the display mode? 20081112
2 CHECK_GANTT_FUNCTION Instance method Private Method Is the action a GANTT operation? 20081120
3 CHECK_PRIMARY_GANTT Instance method Public Method Is the imported GANTT the primary GANTT? 20081115
4 CHECK_PRIMARY_GANTT_ACTIVE Instance method Public Method Is the primary GANTT active? 20081113
5 CHECK_PROCESS_PAI Instance method Private Method Should the PAI be processed for the GANTT instance? 20081112
6 CHECK_PROCESS_PBO Instance method Private Method Should the PBO be processed for the GANTT instance? 20081127
7 CLEAR_SWITCHED_MODE Instance method Public Method Clears the last switched-to GANTT display mode information 20081120
8 CONSTRUCTOR Instance method Public Constructor Constructor 20081113
9 CREATE_GANTT Instance method Public Method Create the individual GANTT UI objects 20081113
10 DELETE_GANTT Instance method Public Method Deletes the individual GANTT UI objects 20081115
11 GET_CURRENT_DATE_INTERVAL Instance method Public Method Get the current date interval 20081112
12 GET_PRIMARY_GANTT Instance method Private Method Gets the primary GANTT 20081112
13 PROCESS_PAI Instance method Public Method Process the PAI 20081112
14 PROCESS_PBO Instance method Public Method Process the PBO 20081112
15 REFRESH Instance method Public Method Refresh 20081112
16 REFRESH_BOX_VALS Instance method Public Method Refresh only the Box values 20081112
17 SET_TIME_FRAME Instance method Public Method Sets the planning board horizons for resources & demands 20081115
18 SWITCH_DISPLAY_MODE Instance method Public Method Switches the display mode (between resource mode & demand) 20081115
Events
Class /MRSS/CL_SGU_UI_GANTT_PROXY has no event.
Types
Class /MRSS/CL_SGU_UI_GANTT_PROXY has no local type.
Method Signatures

Method CHECK_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_GANTT Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGU_UI_GANTT GANTT UI Object 20081112
2 Importing IV_EXECUTE_FOR_MODE Call by reference Type reference (TYPE) CHAR1 ' ' Execute for resource mode, demand mode or both? 20081112
3 Returning RV_EXECUTE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Execute PAI? 20081112

Method CHECK_DISPLAY_MODE on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method CHECK_GANTT_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OK_CODE Call by reference Type reference (TYPE) SYST-UCOMM Function code that PAI triggered 20081120
2 Returning RV_MATCH Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Is the action OK? 20081120

Method CHECK_GANTT_FUNCTION on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method CHECK_PRIMARY_GANTT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_UI_GANTT Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGU_UI_GANTT Planning Board: User Interface Control Wrapper 20081115
2 Returning RV_MATCH Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081118

Method CHECK_PRIMARY_GANTT on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method CHECK_PRIMARY_GANTT_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTIVE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Is the primary GANTT active? 20081113

Method CHECK_PRIMARY_GANTT_ACTIVE on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method CHECK_PROCESS_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_GANTT_REFERENCE Call by reference Type reference (TYPE) /MRSS/T_SGU_GANTT_CONTENT_UI Holds the GANTT reference and its content type 20081124
2 Importing IV_OK_CODE Call by reference Type reference (TYPE) SYST-UCOMM Function code that PAI triggered 20081112
3 Returning RV_EXECUTE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Execute PAI? 20081112

Method CHECK_PROCESS_PAI on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method CHECK_PROCESS_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_GANTT_REFERENCE Call by reference Type reference (TYPE) /MRSS/T_SGU_GANTT_CONTENT_UI Holds the GANTT reference and its content type 20081127
2 Returning RV_EXECUTE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Execute PAI? 20081127

Method CHECK_PROCESS_PBO on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method CLEAR_SWITCHED_MODE Signature

Method CLEAR_SWITCHED_MODE on class /MRSS/CL_SGU_UI_GANTT_PROXY has no parameter.
Method CLEAR_SWITCHED_MODE on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /MRSS/CL_SGU_UI_GANTT_PROXY has no parameter.
Method CONSTRUCTOR on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method CREATE_GANTT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20081113
2 Importing IV_CONTENT Call by reference Type reference (TYPE) /MRSS/T_SGU_SCREEN_CONTENT Screen Content 20081113

Method CREATE_GANTT on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method DELETE_GANTT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FOR_PRIMARY Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Delete only the primary GANTT UI object? 20081117
2 Importing IV_FOR_SECONDARY Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Delete only the secondary GANTT UI object? 20081117

Method DELETE_GANTT on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method GET_CURRENT_DATE_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATE_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_DATE_INTERVAL Date Interval 20081112

Method GET_CURRENT_DATE_INTERVAL on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method GET_PRIMARY_GANTT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RREF_UI_GANTT Value transfer Object reference (TYPE REF TO) /MRSS/CL_SGU_UI_GANTT Planning Board: User Interface Control Wrapper 20081112

Method GET_PRIMARY_GANTT on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method PROCESS_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_OKCODE Call by reference Type reference (TYPE) SYST-UCOMM Function code that PAI triggered 20081112
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20081112
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081112
4 Importing IV_EXECUTE_FOR_MODE Call by reference Type reference (TYPE) CHAR1 ' ' Execute for resource mode, demand mode or both? 20081112

Method PROCESS_PAI on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method PROCESS_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXECUTE_FOR_MODE Call by reference Type reference (TYPE) CHAR1 ' ' Execute for resource mode, demand mode or both? 20081112

Method PROCESS_PBO on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXECUTE_FOR_MODE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Execute for resource mode, demand mode or both? 20081112
2 Importing IV_FOR_PRIMARY Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' For the primary GANTT? 20081117
3 Importing IV_FOR_SECONDARY Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' For the secondary GANTT? 20081117
4 Importing IV_RESOURCE_RELEVANCE Call by reference Type reference (TYPE) CHAR30 Resource relevance 20081205

Method REFRESH on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method REFRESH_BOX_VALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXECUTE_FOR_MODE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Execute for resource mode, demand mode or both? 20081112

Method REFRESH_BOX_VALS on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method SET_TIME_FRAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20081115
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081115
3 Importing IV_AVAIL_VIEW Call by reference Type reference (TYPE) /MRSS/T_PLB_VIEW Planning Board View based on Calendar 20090708
4 Importing IV_BEGDA Call by reference Type reference (TYPE) D Resource horizon begin date 20081115
5 Importing IV_BEGDA_2 Call by reference Type reference (TYPE) D Demand horizon begin date 20081115
6 Importing IV_CALENDAR Call by reference Type reference (TYPE) /MRSS/T_SGU_WFCID Factory Calendar 20090920
7 Importing IV_ENDDA Call by reference Type reference (TYPE) D Resource horizon end date 20081115
8 Importing IV_ENDDA_2 Call by reference Type reference (TYPE) D Demand horizon end date 20081115
9 Importing IV_EXECUTE_FOR_MODE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Execute for resource mode, demand mode or both? 20081115

Method SET_TIME_FRAME on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.

Method SWITCH_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) CHAR1 Display mode 20090115

Method SWITCH_DISPLAY_MODE on class /MRSS/CL_SGU_UI_GANTT_PROXY has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 610