SAP ABAP Class /MRSS/CL_CAR_UI_ANALYSIS_LIST (List for CAG Analysis)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /MRSS/CL_SGU_UI_DATA_LIST Window for Data Display 20130804
Properties
Class /MRSS/CL_CAR_UI_ANALYSIS_LIST  
Short Description List for CAG Analysis    
Super Class /MRSS/CL_SGU_UI_DATA_LIST Window for Data Display 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/CAR   Package for Capacity Report 
Created 20130804   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no forward declaration.
Interfaces
Class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no interface implemented.
Friends
Class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_WEEK_BEGIN_DATE Instance attribute Private Type reference (TYPE) DATS Field of type DATS 20130805
2 GS_WEEK_END_DATE Instance attribute Private Type reference (TYPE) DATS Field of type DATS 20130805
3 GS_WEEK_INTERVAL Instance attribute Private Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20130805
4 GT_DEMAND Instance attribute Private Type reference (TYPE) /MRSS/T_CAR_ANALYSIS_DEM_TAB Table Type for Analysis of Demands 20130804
5 GT_PLANNED_DEMAND Instance attribute Private Type reference (TYPE) /MRSS/T_CAR_ANALYSIS_DEM_TAB Table Type for Analysis of Demands 20130804
6 GT_RESOURCE Instance attribute Private Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130805
7 GV_ITEM_NAME Instance attribute Private Type reference (TYPE) TV_ITMNAME Tree Control: Column Name / Item Name 20130804
8 GV_NODE_KEY Instance attribute Private Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20130804
9 GV_ORG_UNIT Instance attribute Private Type reference (TYPE) OBJEKTID Object ID 20130804
10 GV_TIME_ZONE Instance attribute Private Type reference (TYPE) SYSTZONLO Time Zone of Current User 20130805
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20130804
2 FILL_ASG_DATA Instance method Private Method Fill Assignment Data 20130804
3 FILL_DEMAND_DATA Instance method Private Method Fill Demand Data 20130804
4 GET_RESOURCES_BY_ORG_UNIT Instance method Private Method Find Resources by Org Unit 20130805
5 GET_RESOURCE_GUID_BY_PERS_NUM Instance method Private Method Get Resource Guid by Personnel Number 20130805
6 IS_OBJECT_OUTSIDE_WEEK Instance method Private Method Is this Demand outside this Week 20130805
7 IS_TIMESTAMP_OUTSIDE_WEEK Instance method Private Method Is this Time Stamp outside this Week 20130805
8 ON_DISPLAY Instance method Private Event handling method Event handler for display 20130804
9 SET_WEEK_INTERVAL Instance method Private Method Find the Week Interval using the given Calendar Week 20130805
Events
Class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no event.
Types
Class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method FILL_ASG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DEMAND Value transfer Type reference (TYPE) /MRSS/T_CAR_ANALYSIS_DEM Analysis of Demands 20130804
2 Importing IS_BAS_ASG Call by reference Type reference (TYPE) /MRSS/D_BAS_ASG MRS Basis Assignments 20130804
3 Importing IS_DEM_ADM Call by reference Type reference (TYPE) /MRSS/D_DEM_ADM Administrative Demand Item Data 20130804

Method FILL_ASG_DATA on class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no exception.

Method FILL_DEMAND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DEM_ADM Call by reference Type reference (TYPE) /MRSS/D_DEM_ADM Administrative Demand Item Data 20130804
2 Importing IS_DEM_H Call by reference Type reference (TYPE) /MRSS/D_DEM_H Complex Demand 20130804
3 Importing IS_DEM_PLR Call by reference Type reference (TYPE) /MRSS/D_DEM_PLR Data required for planning-relevant items 20130804
4 Returning RS_DEMAND Value transfer Type reference (TYPE) /MRSS/T_CAR_ANALYSIS_DEM Analysis of Demands 20130804

Method FILL_DEMAND_DATA on class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no exception.

Method GET_RESOURCES_BY_ORG_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESOURCES Value transfer Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130805

Method GET_RESOURCES_BY_ORG_UNIT on class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no exception.

Method GET_RESOURCE_GUID_BY_PERS_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESOURCE_GUID Value transfer Type reference (TYPE) /MRSS/T_GUID GUID 20130805
2 Importing IV_PERSONNEL_NUMBER Call by reference Type reference (TYPE) BU_PARTNER Business Partner Number 20130805

Method GET_RESOURCE_GUID_BY_PERS_NUM on class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no exception.

Method IS_OBJECT_OUTSIDE_WEEK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20130805
2 Importing IS_WEEK_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20130805
3 Returning RV_IS_OUTSIDE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130805

Method IS_OBJECT_OUTSIDE_WEEK on class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no exception.

Method IS_TIMESTAMP_OUTSIDE_WEEK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP Time Interval 20130805
2 Returning RV_IS_OUTSIDE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130805

Method IS_TIMESTAMP_OUTSIDE_WEEK on class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no exception.

Method ON_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_NAME Call by reference Attribute reference (LIKE) 20130804
2 Importing IV_NODE_KEY Call by reference Attribute reference (LIKE) 20130804
3 Importing IV_ORG_UNIT Call by reference Attribute reference (LIKE) 20130804

Method ON_DISPLAY on class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no exception.

Method SET_WEEK_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Tree Control: Column Name / Item Name 20130805

Method SET_WEEK_INTERVAL on class /MRSS/CL_CAR_UI_ANALYSIS_LIST has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 900