SAP ABAP Interface /MRSS/IF_CAG_INTEGRAL (Graph Integral)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/CAG (Package) Capacity Graphs
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/CL_CAG_INTEGRAL Graph Integral 20130419
Properties
Interface /MRSS/IF_CAG_INTEGRAL  
Short Description Graph Integral    
General Data
Package /MRSS/CAG   Capacity Graphs 
Created 20130419   SAP 
Last changed 20141109    
Unicode checks active    
Forward declarations
Interface /MRSS/IF_CAG_INTEGRAL has no forward declaration.
Interfaces
Interface /MRSS/IF_CAG_INTEGRAL has no interface.
Friends
Interface /MRSS/IF_CAG_INTEGRAL has no friend.
Attributes
Interface /MRSS/IF_CAG_INTEGRAL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECTS Instance method Public Method Add Demands or Assignments to this Integral Graph 20130429
2 BREAKUP_FOR_INTERVAL Instance method Public Method Break up Graph Integral to fit into the given Interval 20130501
3 COMBINE Instance method Public Method Combine another Graph Integral with current Graph Integral 20130419
4 COMPLETE_LOADED_BASE_INTEGRAL Instance method Public Method Complete the loaded Base Integral (if needed) 20130607
5 CONDENSE Instance method Public Method Condense Graph Integral Data 20130430
6 CONVERT_FOR_ANALYSIS Instance method Public Method Convert the Integral Table to ext. Format f. betterAnalysis 20130719
7 EXCHANGE_BASE_INTEGRAL Instance method Public Method Exchange Base Integral (e.g. switch fr fact cal to initial) 20130821
8 FREE Instance method Public Method Free the Graph Integral Table 20130909
9 GET Instance method Public Method Get the Graph Integral Table 20130425
10 GET_EXT Instance method Public Method Get the Graph Integral Table (in external Format) 20130512
11 GET_FOR_INTERVAL Instance method Public Method Get the Graph Integral Table for a given Interval 20130501
12 GET_FOR_INTERVAL_EXT Instance method Public Method Get the Graph Integral Table for a given Interval (ext.Form) 20130512
13 GET_VERY_FIRST_LAST_TIMESTAMP Instance method Public Method Get the very first Timestamp of Integral 20130612
14 IS_COMPLETE_INTERVAL_LOADED Instance method Public Method Is the complete requested interval loaded 20130612
15 IS_EXHAUSTED_PER_WEEK Instance method Public Method Ensure that Graph Integral does not become negative per week 20130911
16 RESET Instance method Public Method Reset the Graph Integral Table 20130430
17 RESET_TEMPORARY_CALCULATED Instance method Public Method Reset the temporary state and set as saved 20130912
18 SET_FROM_DB_SELECTION Instance method Public Method Set the Graph Integral Table using DB Selection 20130512
19 SET_FROM_RECALCULATION Instance method Public Method Set the Graph Integral Table using recalculated Integral 20140205
20 SUBTRACT Instance method Public Method Subtract another Graph Integral from current Graph Integral 20130419
Events
Interface /MRSS/IF_CAG_INTEGRAL has no event.
Types
Interface /MRSS/IF_CAG_INTEGRAL has no local type.
Method Signatures

Method ADD_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20130512
2 Importing IT_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASSIGNMENT_WFM_DET_TAB Table with Assignments 20130429
3 Importing IT_BUNDLES Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK_TAB Bundle work structure table 20130517
4 Importing IT_PLANNED_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_TAB Table of demand items in structure representation 20130723
5 Importing IT_SINGLE_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_PLANNING_NODE_RES_TAB Table of Planning Node Resources and its Team Memberships 20130510
6 Importing IT_UNPLANNED_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_TAB Table of demand items in structure representation 20130723
7 Importing IV_CURRENT_TIME Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130429

Method ADD_OBJECTS on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method BREAKUP_FOR_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20130501

Method BREAKUP_FOR_INTERVAL on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method COMBINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_INTEGRAL Call by reference Object reference (TYPE REF TO) /MRSS/CL_CAG_INTEGRAL Graph Integral 20130419

Method COMBINE on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method COMPLETE_LOADED_BASE_INTEGRAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASSIGNMENT_WFM_DET_TAB Table with Assignments 20130607
2 Importing IT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_TAB Table of demand items in structure representation 20130607
3 Importing IT_GENERAL_INTERVALS Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL_TAB Table with Time Stamp Intervals 20130607

Method COMPLETE_LOADED_BASE_INTEGRAL on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method CONDENSE Signature

Method CONDENSE on Interface /MRSS/IF_CAG_INTEGRAL has no parameter.
Method CONDENSE on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method CONVERT_FOR_ANALYSIS Signature

Method CONVERT_FOR_ANALYSIS on Interface /MRSS/IF_CAG_INTEGRAL has no parameter.
Method CONVERT_FOR_ANALYSIS on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method EXCHANGE_BASE_INTEGRAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_BASE_INTEGRAL Call by reference Object reference (TYPE REF TO) /MRSS/CL_CAG_INTEGRAL Graph Integral 20130821
2 Importing IREF_INTEGRAL_LIST Call by reference Object reference (TYPE REF TO) /MRSS/CL_CAG_INTEGRAL_LIST List of Graph Integrals 20130821
3 Importing IV_USE_TYPE_AS_FALLBACK Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_TYPE Common Type of Graph Integrals 20130821

Method EXCHANGE_BASE_INTEGRAL on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method FREE Signature

Method FREE on Interface /MRSS/IF_CAG_INTEGRAL has no parameter.
Method FREE on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_INTEGRAL Value transfer Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_DATA_TAB Table for Common Fields of a Graph Integral 20130425

Method GET on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method GET_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CAG_DATA Value transfer Type reference (TYPE) /MRSS/T_CAG_CG_TAB Capacity Graphs 20130512

Method GET_EXT on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method GET_FOR_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20130501
2 Returning RT_INTEGRAL Value transfer Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_DATA_TAB Table for Common Fields of a Graph Integral 20130501

Method GET_FOR_INTERVAL on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method GET_FOR_INTERVAL_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAG_DATA Call by reference Type reference (TYPE) /MRSS/T_CAG_CG_TAB Capacity Graphs 20130512
2 Exporting ET_DAG_DATA Call by reference Type reference (TYPE) /MRSS/T_DAG_TAB Table for Demand Aggregation Graphs 20130512
3 Importing IS_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20130512

Method GET_FOR_INTERVAL_EXT on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method GET_VERY_FIRST_LAST_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VERY_FIRST_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130612
2 Exporting EV_VERY_LAST_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130612

Method GET_VERY_FIRST_LAST_TIMESTAMP on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method IS_COMPLETE_INTERVAL_LOADED Signature

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

Method IS_COMPLETE_INTERVAL_LOADED on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method IS_EXHAUSTED_PER_WEEK Signature

Method IS_EXHAUSTED_PER_WEEK on Interface /MRSS/IF_CAG_INTEGRAL has no parameter.
Method IS_EXHAUSTED_PER_WEEK on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method RESET Signature

Method RESET on Interface /MRSS/IF_CAG_INTEGRAL has no parameter.
Method RESET on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method RESET_TEMPORARY_CALCULATED Signature

Method RESET_TEMPORARY_CALCULATED on Interface /MRSS/IF_CAG_INTEGRAL has no parameter.
Method RESET_TEMPORARY_CALCULATED on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method SET_FROM_DB_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CAG_DATA Call by reference Type reference (TYPE) /MRSS/T_CAG_CG_TAB Capacity Graphs 20130512
2 Importing IT_DAG_DATA Call by reference Type reference (TYPE) /MRSS/T_DAG_TAB Table for Demand Aggregation Graphs 20130512

Method SET_FROM_DB_SELECTION on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method SET_FROM_RECALCULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INTEGRAL Call by reference Type reference (TYPE) /MRSS/T_CAG_INTEGRAL_DATA_TAB Table for Common Fields of a Graph Integral 20140205

Method SET_FROM_RECALCULATION on Interface /MRSS/IF_CAG_INTEGRAL has no exception.

Method SUBTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_INTEGRAL Call by reference Object reference (TYPE REF TO) /MRSS/CL_CAG_INTEGRAL Graph Integral 20130419

Method SUBTRACT on Interface /MRSS/IF_CAG_INTEGRAL has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 800