SAP ABAP Class /MRSS/CL_CAR_BL_MAIN (Business Logic Main Class for Capacity Report)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   CA-MRS (Application Component) SAP Multiresource Scheduling
     /MRSS/CAR (Package) Package for Capacity Report
Properties
Class /MRSS/CL_CAR_BL_MAIN  
Short Description Business Logic Main Class for Capacity Report    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/CAR   Package for Capacity Report 
Created 20110209   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_CAR_BL_MAIN has no forward declaration.
Interfaces
Class /MRSS/CL_CAR_BL_MAIN has no interface implemented.
Friends
Class /MRSS/CL_CAR_BL_MAIN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTIVITY_TYPE Constant Protected Type reference (TYPE) /MRSS/T_LN_FIELD_NAME 'ACTIVITY_TYPE' Field name of logical node attribute 20121205
2 GC_PL_NODE_TYPE_A Constant Private Type reference (TYPE) /MRSS/T_NODE_TYPE 'A' Node Type 20121205
3 GC_WEGID_NODE_WORKCENTER Constant Private Type reference (TYPE) /MRSS/T_WEGID 'WEGID_NODE_WORKCENTER' Logical evaluation path 20121205
4 GC_WEGID_WORKCENTER_NODE Constant Private Type reference (TYPE) /MRSS/T_WEGID 'WEGID_WORKCENTER_NODE' Logical evaluation path 20121205
5 GS_USER_PARAMETER Instance attribute Private Type reference (TYPE) /MRSS/T_CAR_USER_PARAMETER Capacity Report User Parameters 20130528
6 GT_LOGICAL_NODE_DESCRIPTION Instance attribute Private Type reference (TYPE) /MRSS/T_LOGICAL_NODE_DESC_TAB Table for Description of Logical Node 20130617
7 GT_NODES_AGR_DATA Instance attribute Public Type reference (TYPE) /MRSS/T_CG_AGR_DATA_TAB Table type for Table of Aggregated Graph Data 20121205
8 GT_ORG_PLANNING_NODES Instance attribute Private Type reference (TYPE) /MRSS/T_CAR_ORG_PL_NODE_RL_TAB Table of the organization node relationship 20130603
9 GT_PLANNING_NODES Instance attribute Private Type reference (TYPE) /MRSS/T_PLANNING_NODE_TAB List of GUIDs 20121205
10 GT_PN_MAPPING Instance attribute Private Type reference (TYPE) /MRSS/T_CAR_PN_MAPPING_TAB global pn mapping table 20121205
11 GV_CAR_TIMEZONE Instance attribute Private Type reference (TYPE) TIMEZONE Time Zone 20121205
12 LREF_APP_MNT Instance attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGE_APPLICATION_MNT Scheduling Engine Application: Planning Board 20121205
13 LREF_BL_MAIN Static Attribute Private Object reference (TYPE REF TO) /MRSS/CL_CAR_BL_MAIN Business Logic Main Class for Capacity Report 20121205
14 LREF_PLANNING_NODE_MGR Instance attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGE_PLANNING_NODE_MGR Planning Node - Manager 20121205
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20121205
2 ENHANCE_WITH_PL_NODE_INFO Instance method Private Method Enhance the org unit information with the planning node info 20130603
3 GET_CURRENT_PLANNING_NODES Instance method Private Method Get the currently selected planning nodes 20130603
4 GET_INSTANCE Static method Public Method Returns the instance of BL main class 20121205
5 GET_RAW_AGGREGATED_DATA Instance method Public Method Get the raw data from the MRS aplication 20130603
6 GET_SUB_ORG_UNITS Instance method Private Method 20130603
7 GET_USER_PARAMETER Instance method Public Method Get the User Parameter from the customization DB 20130528
8 PROCESS_PAI Instance method Public Method Process the PAI action 20130529
9 PROCESS_PBO Instance method Public Method Process the PBO action 20130529
10 RETRIEVE_DATA Instance method Private Method Retrive data from MRS application MNT 20121205
11 SET_CURRENT_EXPANDED_NODES Instance method Public Method Set the exoanded nodes in personalization 20130626
12 SET_CURRENT_PLANNING_NODE_BUFF Instance method Public Method Set the organization selection in the BL Main Buffer 20130528
13 SET_USER_PARAMETER Instance method Public Method Set the User Parameter to the customization DB 20130528
14 SET_USER_SELECTION_BUFF Instance method Public Method Set the User Selection in the BL Main Buffer 20130528
Events
Class /MRSS/CL_CAR_BL_MAIN has no event.
Types
Class /MRSS/CL_CAR_BL_MAIN has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method ENHANCE_WITH_PL_NODE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ORG_PLANNING_NODES Call by reference Type reference (TYPE) /MRSS/T_CAR_ORG_PL_NODE_RELATE Combination of Org node, Planning Node & Relationship 20130603
2 Changing CT_ORG_PLANNING_NODES Call by reference Type reference (TYPE) /MRSS/T_CAR_ORG_PL_NODE_TAB Table Type for Comb. Org Unit, PN and Relationship 20140120
3 Importing IV_CURRENT_ORG_UNIT Call by reference Type reference (TYPE) /MRSS/T_CAR_ORG_PL_NODE_RELATE Combination of Org node, Planning Node & Relationship 20140120

Method ENHANCE_WITH_PL_NODE_INFO on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method GET_CURRENT_PLANNING_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJID Call by reference Type reference (TYPE) OBJEKTID Object ID 20130603
2 Returning RT_ORG_PLANNING_NODES Value transfer Type reference (TYPE) /MRSS/T_CAR_ORG_PL_NODE_RL_TAB Table of the organization node relationship 20130603

Method GET_CURRENT_PLANNING_NODES on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RREF Value transfer Object reference (TYPE REF TO) /MRSS/CL_CAR_BL_MAIN Business Logic Main Class for Capacity Report 20121205

Method GET_INSTANCE on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method GET_RAW_AGGREGATED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOGICAL_NODE_DESCRIPTION Call by reference Type reference (TYPE) /MRSS/T_LOGICAL_NODE_DESC_TAB Table for Description of Logical Node 20130617
2 Exporting ET_NODES_AGR_DATA Call by reference Type reference (TYPE) /MRSS/T_CG_AGR_DATA_TAB Table type for Table of Aggregated Graph Data 20130603
3 Exporting ET_ORG_PLANNING_NODES Call by reference Type reference (TYPE) /MRSS/T_CAR_ORG_PL_NODE_RL_TAB Table of the organization node relationship 20130603

Method GET_RAW_AGGREGATED_DATA on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method GET_SUB_ORG_UNITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ORG_PLANNING_NODES Call by reference Type reference (TYPE) /MRSS/T_CAR_ORG_PL_NODE_RL_TAB Table of the organization node relationship 20130603
2 Importing IT_ORG_PLANNING_NODES Call by reference Type reference (TYPE) /MRSS/T_CAR_ORG_PL_NODE_RL_TAB Table of the organization node relationship 20130603

Method GET_SUB_ORG_UNITS on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method GET_USER_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_USER_PARAMETER Value transfer Type reference (TYPE) /MRSS/T_CAR_USER_PARAMETER Capacity Report User Parameters 20130528

Method GET_USER_PARAMETER on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method PROCESS_PAI Signature

Method PROCESS_PAI on class /MRSS/CL_CAR_BL_MAIN has no parameter.
Method PROCESS_PAI on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method PROCESS_PBO Signature

Method PROCESS_PBO on class /MRSS/CL_CAR_BL_MAIN has no parameter.
Method PROCESS_PBO on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method RETRIEVE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODES_AGR_DATA Call by reference Type reference (TYPE) /MRSS/T_CG_AGR_DATA_TAB Table of Aggregated Graph Data 20121205
2 Importing IT_AGR_DATA_TYPES Call by reference Type reference (TYPE) /MRSS/T_CG_AGR_DATA_TYPE Table of Aggregated Graph Data Type 20121205
3 Importing IT_LOGICAL_NODES Call by reference Type reference (TYPE) /MRSS/T_GUID_NS_TAB Table with GUIDs 20121205
4 Importing IT_PLANNING_NODES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB Table with GUIDs 20121205
5 Importing IV_AGR_TIME_LEVEL Call by reference Type reference (TYPE) /MRSS/T_CG_AGR_TIME_LEVEL Aggregation Time Level 20121205
6 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP Timestamp 20121205
7 Importing IV_CALCULATE_PERCENTAGE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean 20121205
8 Importing IV_END_TSTMP Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP Timestamp 20121205
9 Importing IV_INCLUDE_CHILD_NODES Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean 20121205
10 Importing IV_INCLUDE_UPPER_NODE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean 20121205
11 Importing IV_RELOAD Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean 20121205
12 Importing IV_UNIT Call by reference Type reference (TYPE) /MRSS/T_CG_AGR_DATA_UNIT Aggregation Data Unit 20121205

Method RETRIEVE_DATA on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method SET_CURRENT_EXPANDED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CURRENT_EXPANDED_NODES Call by reference Type reference (TYPE) /MRSS/T_CAR_TABLE_TREE_EXPAND Items in the expanded table tree 20130626

Method SET_CURRENT_EXPANDED_NODES on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method SET_CURRENT_PLANNING_NODE_BUFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SELECTED_PLANNING_NODE Call by reference Type reference (TYPE) /MRSS/T_CAR_SELECTED_ORG_UNIT User selected Organization Unit in Capacity report 20130528

Method SET_CURRENT_PLANNING_NODE_BUFF on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method SET_USER_PARAMETER Signature

Method SET_USER_PARAMETER on class /MRSS/CL_CAR_BL_MAIN has no parameter.
Method SET_USER_PARAMETER on class /MRSS/CL_CAR_BL_MAIN has no exception.

Method SET_USER_SELECTION_BUFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SELECTED_PERIOD Call by reference Type reference (TYPE) /MRSS/T_CAR_SELECTED_PERIOD User selected periods in capacity report 20130528
2 Importing IS_USER_SELECTION Call by reference Type reference (TYPE) /MRSS/T_CAR_SELECTED_UI_OPTION User selected options in the capacity report 20130528

Method SET_USER_SELECTION_BUFF on class /MRSS/CL_CAR_BL_MAIN has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 800