SAP ABAP Class /MRSS/CL_RCCF_SOLUTION (Solution display of the optimization)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/RCCF_UI_DYNPRO (Package) RCCF UI
Properties
Class /MRSS/CL_RCCF_SOLUTION  
Short Description Solution display of the optimization    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/RCCF_UI_DYNPRO   RCCF UI 
Created 20071102   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_RCCF_SOLUTION has no forward declaration.
Interfaces
Class /MRSS/CL_RCCF_SOLUTION has no interface implemented.
Friends
Class /MRSS/CL_RCCF_SOLUTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_PACKET Instance attribute Private Type reference (TYPE) INT1 Dummy for B20 int1 (Local Everywhere) 20071102
2 CURRENT_POINTS Instance attribute Private Type reference (TYPE) /MRSS/T_RCCFT_GEN_GRAPH_RES Table of points of Optimization Graph 20071102
3 CUST_TABLE Instance attribute Private Type reference (TYPE) /MRSS/T_RCCFT_GEN_SOLUTION_CUS Customizing table of optimization-solution display 20071102
4 DUMMY_TABLE Instance attribute Private Type reference (TYPE) /MRSS/T_RCCFT_RESULT Result table during optimization run 20071102
5 FACTOR Instance attribute Private Type reference (TYPE) FLOAT '1.0' Scaling factor 20071102
6 GRAPH Instance attribute Private Object reference (TYPE REF TO) /MRSS/CL_RCCF_GEN_GRAPH Generic Graph for Optimization GUI 20071102
7 GRAPH_TITLE_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20071102
8 POINT_TABLE Instance attribute Private Type reference (TYPE) /MRSS/T_RCCFT_GEN_GRAPH_RES Table of points of Optimization Graph 20071102
9 RESULT_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20071102
10 RESULT_TABLE Instance attribute Private Type reference (TYPE) /MRSS/T_RCCFT_RESULT Result table during optimization run 20071102
Methods
# Method Level Visibility Method type Description Created on
1 ADD_POINTS Instance method Public Method Add points to graph and change display if necessary 20071102
2 CHANGE_DISPLAYED_PACKET Instance method Public Method Change packet of displayed values 20071102
3 CLEAR_DISPLAY Instance method Public Method Restore initial display 20071102
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20071102
5 CREATE_RESULT_TABLE Instance method Private Method Create result table 20071102
6 DISPLAY_VALUE_SERIES Instance method Public Method Display value series 20071102
7 FREE Instance method Public Method Free 20071102
8 GET_CURRENT_VALUES Instance method Public Method Get current values 20071102
9 HIDE_VALUE_SERIES Instance method Public Method Hide value series 20071102
10 ON_DOUBLE_CLICK Instance method Private Event handling method Reacts on double-click event of result ALV 20071102
11 REDRAW_GRAPH Instance method Private Method Redraw garph 20071102
12 RESCALE_VALUES Instance method Public Method Rescale values 20071102
13 SET_TITLES Instance method Public Method Set new titles 20071102
Events
Class /MRSS/CL_RCCF_SOLUTION has no event.
Types
Class /MRSS/CL_RCCF_SOLUTION has no local type.
Method Signatures

Method ADD_POINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_POINTS Call by reference Type reference (TYPE) /MRSS/T_RCCFT_GEN_GRAPH_RES Table of points of Optimization Graph 20071102

Method ADD_POINTS on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method CHANGE_DISPLAYED_PACKET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_FACTOR Call by reference Type reference (TYPE) FLOAT '0.0' Scaling factor 20071102
2 Importing NEW_PACKET Call by reference Type reference (TYPE) INT1 New packet 20071102

Method CHANGE_DISPLAYED_PACKET on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method CLEAR_DISPLAY Signature

Method CLEAR_DISPLAY on class /MRSS/CL_RCCF_SOLUTION has no parameter.
Method CLEAR_DISPLAY on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20071102
2 Importing GRAPH_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20071102
3 Importing GRAPH_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20071102
4 Importing INITIAL_CUST_TABLE Call by reference Type reference (TYPE) /MRSS/T_RCCFT_GEN_SOLUTION_CUS Customizing table of optimization-solution display 20071102
5 Importing RESULT_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20071102

Method CONSTRUCTOR on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method CREATE_RESULT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGES Call by reference Type reference (TYPE) C 'X': Changes occured 20071102

Method CREATE_RESULT_TABLE on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method DISPLAY_VALUE_SERIES Signature

Method DISPLAY_VALUE_SERIES on class /MRSS/CL_RCCF_SOLUTION has no parameter.
Method DISPLAY_VALUE_SERIES on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method FREE Signature

Method FREE on class /MRSS/CL_RCCF_SOLUTION has no parameter.
Method FREE on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method GET_CURRENT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting VALUE_TABLE Call by reference Type reference (TYPE) /MRSS/T_RCCFT_HISTOGRAM_RES Value-table for histogram 20071102

Method GET_CURRENT_VALUES on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method HIDE_VALUE_SERIES Signature

Method HIDE_VALUE_SERIES on class /MRSS/CL_RCCF_SOLUTION has no parameter.
Method HIDE_VALUE_SERIES on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20071102

Method ON_DOUBLE_CLICK on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method REDRAW_GRAPH Signature

Method REDRAW_GRAPH on class /MRSS/CL_RCCF_SOLUTION has no parameter.
Method REDRAW_GRAPH on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method RESCALE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_FACTOR Call by reference Type reference (TYPE) FLOAT '1.0' Field of type FLTP 20071102

Method RESCALE_VALUES on class /MRSS/CL_RCCF_SOLUTION has no exception.

Method SET_TITLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GRAPH_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20071102
2 Importing RESULT_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20071102

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