SAP ABAP Class /MRSS/CL_CAG_INTEGRAL_DB (Graph Integral DB Access)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/CAG (Package) Capacity Graphs
Properties
Class /MRSS/CL_CAG_INTEGRAL_DB  
Short Description Graph Integral DB Access    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/CAG   Capacity Graphs 
Created 20130416   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_CAG_INTEGRAL_DB has no forward declaration.
Interfaces
Class /MRSS/CL_CAG_INTEGRAL_DB has no interface implemented.
Friends
Class /MRSS/CL_CAG_INTEGRAL_DB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_APPL_MNT Static Attribute Protected Object reference (TYPE REF TO) /MRSS/CL_SGE_APPLICATION_MNT Scheduling Engine Application: Planning Board 20130416
2 GT_DB_CAG_DATA_H Static Attribute Protected Type reference (TYPE) /MRSS/T_CAG_CG_AVAIL_TAB Aggregated Capacity 20130416
3 GT_DB_CAG_DATA_P Static Attribute Protected Type reference (TYPE) /MRSS/T_CAG_CG_AVAIL_TAB Aggregated Capacity 20130416
4 GT_DB_CAG_DATA_Q Static Attribute Protected Type reference (TYPE) /MRSS/T_CAG_CG_AVAIL_TAB Aggregated Capacity 20130416
5 GT_DB_CAG_DATA_R Static Attribute Protected Type reference (TYPE) /MRSS/T_CAG_CG_AVAIL_TAB Aggregated Capacity 20130416
6 GT_DB_CAG_DATA_S Static Attribute Protected Type reference (TYPE) /MRSS/T_CAG_CG_AVAIL_TAB Aggregated Capacity 20130416
7 GT_DB_DAG_DATA_ASG Static Attribute Protected Type reference (TYPE) /MRSS/T_DAG_SORTED_TAB Table of DAG data 20130416
8 GT_DB_DAG_DATA_DEM Static Attribute Protected Type reference (TYPE) /MRSS/T_DAG_SORTED_TAB Table of DAG data 20130416
9 GT_DB_DAG_DATA_MOB Static Attribute Protected Type reference (TYPE) /MRSS/T_DAG_SORTED_TAB Table of DAG data 20130416
10 GT_DB_DAG_DATA_Q Static Attribute Protected Type reference (TYPE) /MRSS/T_CAG_CG_AVAIL_TAB Aggregated Capacity 20130416
11 GT_DB_DAG_DATA_RSV Static Attribute Protected Type reference (TYPE) /MRSS/T_DAG_SORTED_TAB Table of DAG data 20130416
12 GT_DB_DAG_DATA_TRV Static Attribute Protected Type reference (TYPE) /MRSS/T_DAG_SORTED_TAB Table of DAG data 20130416
13 GT_DB_DAG_DATA_UNA Static Attribute Protected Type reference (TYPE) /MRSS/T_DAG_SORTED_TAB Table of DAG data 20130416
14 GT_SELECTED_INTERVALS_H Static Attribute Protected Type reference (TYPE) /MRSS/T_GUID_INT_SORTED_TAB GUID with Interval 20130416
15 GT_SELECTED_INTERVALS_P Static Attribute Protected Type reference (TYPE) /MRSS/T_GUID_INT_SORTED_TAB GUID with Interval 20130416
16 GT_SELECTED_INTERVALS_Q Static Attribute Protected Type reference (TYPE) /MRSS/T_GUID_INT_SORTED_TAB GUID with Interval 20130416
17 GT_SELECTED_INTERVALS_R Static Attribute Protected Type reference (TYPE) /MRSS/T_GUID_INT_SORTED_TAB GUID with Interval 20130416
18 GT_SELECTED_INTERVALS_S Static Attribute Protected Type reference (TYPE) /MRSS/T_GUID_INT_SORTED_TAB GUID with Interval 20130416
Methods
# Method Level Visibility Method type Description Created on
1 GET_TABLE_NAME Static method Private Method Get Table Name 20130416
2 IS_CAG_TYPE Static method Public Method Is the Graph Integral Type a CAG Type 20130526
3 MAP_CAG_FORMAT_TO_INTEGRAL Static method Public Method Map the CAG Table to the Graph Integral Table 20130526
4 MAP_DAG_FORMAT_TO_INTEGRAL Static method Public Method Map the DAG Table to the Graph Integral Table 20130526
5 MAP_INTEGRAL_TO_CAG_FORMAT Static method Public Method Map the Graph Integral Table to the CAG Table 20130526
6 MAP_INTEGRAL_TO_DAG_FORMAT Static method Public Method Map the Graph Integral Table to the DAG Table 20130526
7 READ Static method Public Method OBSOLET - Reads Graph Integral 20130416
8 SELECT_CAG Static method Public Method Select CAG Graph Integral from DB 20130526
9 SELECT_DAG Static method Public Method Select DAG Graph Integral from DB 20130526
Events
Class /MRSS/CL_CAG_INTEGRAL_DB has no event.
Types
Class /MRSS/CL_CAG_INTEGRAL_DB has no local type.
Method Signatures

Method GET_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_TYPE Common Type of Graph Integrals 20130416
2 Returning RV_TABLE_NAME Value transfer Type reference (TYPE) TABNAME Table Name 20130526

Method GET_TABLE_NAME on class /MRSS/CL_CAG_INTEGRAL_DB has no exception.

Method IS_CAG_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_TYPE Common Type of Graph Integrals 20130526
2 Returning RV_IS_CAG_TYPE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130526

Method IS_CAG_TYPE on class /MRSS/CL_CAG_INTEGRAL_DB has no exception.

Method MAP_CAG_FORMAT_TO_INTEGRAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CAG_DATA Call by reference Type reference (TYPE) /MRSS/T_CAG_CG Capacity Graphs 20130526
2 Returning RS_INTEGRAL Value transfer Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_DATA Common Fields of a Graph Integral 20130526

Method MAP_CAG_FORMAT_TO_INTEGRAL on class /MRSS/CL_CAG_INTEGRAL_DB has no exception.

Method MAP_DAG_FORMAT_TO_INTEGRAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DAG_DATA Call by reference Type reference (TYPE) /MRSS/T_DAG Demand Aggregation Graph 20130526
2 Returning RS_INTEGRAL Value transfer Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_DATA Common Fields of a Graph Integral 20130526

Method MAP_DAG_FORMAT_TO_INTEGRAL on class /MRSS/CL_CAG_INTEGRAL_DB has no exception.

Method MAP_INTEGRAL_TO_CAG_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTEGRAL Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_DATA Common Fields of a Graph Integral 20130526
2 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130526
3 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_TYPE Common Type of Graph Integrals 20130526
4 Returning RS_CAG_DATA Value transfer Type reference (TYPE) /MRSS/T_CAG_CG Capacity Graphs 20130526

Method MAP_INTEGRAL_TO_CAG_FORMAT on class /MRSS/CL_CAG_INTEGRAL_DB has no exception.

Method MAP_INTEGRAL_TO_DAG_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTEGRAL Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_DATA Common Fields of a Graph Integral 20130526
2 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130526
3 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_TYPE Common Type of Graph Integrals 20130526
4 Returning RS_DAG_DATA Value transfer Type reference (TYPE) /MRSS/T_DAG Demand Aggregation Graph 20130526

Method MAP_INTEGRAL_TO_DAG_FORMAT on class /MRSS/CL_CAG_INTEGRAL_DB has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODE_INTERVALS Call by reference Type reference (TYPE) /MRSS/T_GUID_TIME_INT_TAB Table with GUIDs and Associated Time Intervals 20130416
2 Importing IV_FORCE_READ Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130416
3 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_TYPE Common Type of Graph Integrals 20130416

Method READ on class /MRSS/CL_CAG_INTEGRAL_DB has no exception.

Method SELECT_CAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INTERVALS Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL_TAB Table with Time Stamp Intervals 20130526
2 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130526
3 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_TYPE Common Type of Graph Integrals 20130526
4 Returning RT_CAG_DATA Value transfer Type reference (TYPE) /MRSS/T_CAG_CG_TAB Capacity Graphs 20130526

Method SELECT_CAG on class /MRSS/CL_CAG_INTEGRAL_DB has no exception.

Method SELECT_DAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INTERVALS Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL_TAB Table with Time Stamp Intervals 20130526
2 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130526
3 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_TYPE Common Type of Graph Integrals 20130526
4 Returning RT_DAG_DATA Value transfer Type reference (TYPE) /MRSS/T_DAG_TAB Table for Demand Aggregation Graphs 20130526

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