SAP ABAP Interface /MRSS/IF_SGE_BUNDLE (Scheduling Engine Bundle)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGE (Package) Multiresource Planning: Scheduling Engine
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/CL_SGD_BUNDLE Bundle 20121211
Properties
Interface /MRSS/IF_SGE_BUNDLE  
Short Description Scheduling Engine Bundle    
General Data
Package /MRSS/SGE   Multiresource Planning: Scheduling Engine 
Created 20110207   SAP 
Last changed 20141109    
Unicode checks active    
Forward declarations
Interface /MRSS/IF_SGE_BUNDLE has no forward declaration.
Interfaces
Interface /MRSS/IF_SGE_BUNDLE has no interface.
Friends
Interface /MRSS/IF_SGE_BUNDLE has no friend.
Attributes
Interface /MRSS/IF_SGE_BUNDLE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ALERT Instance method Public Method Add Alert message for the Bundle 20130801
2 CHECK_IF_BUNDLE_CHANGED Instance method Public Method Check if any data changed 20130705
3 CHECK_IF_DEMAND_CHANGED Instance method Public Method Demand Modify - Check if Demand Changed 20130705
4 GET_BUNDLE_DATA Instance method Public Method Get Bundle data 20130502
5 GET_BUNDLE_DESCRIPTION Instance method Public Method Get Bundle Description 20130426
6 GET_BUNDLE_GUID Instance method Public Method Get Bundle Guid 20130423
7 GET_BUNDLE_ID Instance method Public Method Get Bundle ID 20130426
8 GET_DEMANDS Instance method Public Method Get Demands 20130514
9 GET_DEMANDS_ORIGINAL_DATA Instance method Public Method Get Demand's Original data 20130514
10 IS_DEMAND_IN_BUNDLE Instance method Public Method Is Demand in the Bundle 20130426
11 MULTASG_CHECK_FOR_SAME_SETTING Instance method Public Method Check for same Demand settings for for Slot Proposal Logic 20130611
12 SET_BUNDLE_DATA Instance method Public Method Initialize 20130502
Events
Interface /MRSS/IF_SGE_BUNDLE has no event.
Types
Interface /MRSS/IF_SGE_BUNDLE has no local type.
Method Signatures

Method ADD_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALERTS Call by reference Type reference (TYPE) /MRSS/T_ALERTDATA_TAB Alerts and Components 20130801

Method ADD_ALERT on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method CHECK_IF_BUNDLE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130705
2 Returning RV_CHANGED Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130705

Method CHECK_IF_BUNDLE_CHANGED on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method CHECK_IF_DEMAND_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DEMAND_NEW Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Structure representation of a demand item 20130910
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130705
3 Exporting EV_CHANGED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130705
4 Importing IS_DEMAND_HDR_NEW Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_WRK Complex demand in structure representation 20130705
5 Importing IV_BACK_INTEGRATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130911

Method CHECK_IF_DEMAND_CHANGED on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method GET_BUNDLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_BUNDLE Value transfer Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130502

Method GET_BUNDLE_DATA on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method GET_BUNDLE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BUNDLE_DESCRIPTION Value transfer Type reference (TYPE) /MRSS/T_SGE_BUNDLE_DESCRIPTION Bundle Description 20130426

Method GET_BUNDLE_DESCRIPTION on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method GET_BUNDLE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BUNDLE_GUID Value transfer Type reference (TYPE) /MRSS/T_GUID GUID 20130423

Method GET_BUNDLE_GUID on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method GET_BUNDLE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BUNDLE_ID Value transfer Type reference (TYPE) /MRSS/T_BUNDLE_ID Bundle Id 20130426

Method GET_BUNDLE_ID on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method GET_DEMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DEMANDS Value transfer Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130514

Method GET_DEMANDS on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method GET_DEMANDS_ORIGINAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEMAND Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130514
2 Returning RT_DEMANDS_ORIGINAL_DATA Value transfer Type reference (TYPE) /MRSS/T_BUND_DEM_ORIG_DATA_TAB Table type for Bundled Demand Original da 20130514

Method GET_DEMANDS_ORIGINAL_DATA on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method IS_DEMAND_IN_BUNDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130426
2 Returning RV_DEMAND_IN_BUNDLE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130426

Method IS_DEMAND_IN_BUNDLE on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method MULTASG_CHECK_FOR_SAME_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130611
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130611
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130611

Method MULTASG_CHECK_FOR_SAME_SETTING on Interface /MRSS/IF_SGE_BUNDLE has no exception.

Method SET_BUNDLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUNDLE_WRK Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130502

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