SAP ABAP Interface /MRSS/IF_SGE_DEMANDS (Demand Manager Interface)
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_DEMAND_MGR Demand Manager 20130225
Properties
Interface /MRSS/IF_SGE_DEMANDS  
Short Description Demand Manager Interface    
General Data
Package /MRSS/SGE   Multiresource Planning: Scheduling Engine 
Created 20130225   SAP 
Last changed 20141109    
Unicode checks active    
Forward declarations
Interface /MRSS/IF_SGE_DEMANDS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_SGE_BEFORE_INITIALIZE EVENT - Events Before Initialization 20130225
Friends
Interface /MRSS/IF_SGE_DEMANDS has no friend.
Attributes
Interface /MRSS/IF_SGE_DEMANDS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_INFO_ADD Instance method Public Method 20130225
2 CHECK_COMPLEX_DEMAND_CHANGED Instance method Public Method Check if a complex demand was changed or deleted 20130522
3 CHECK_DEMAND_CHANGED Instance method Public Method Check if a demand was changed or deleted 20130522
4 DELETE_REFERENCE_PROFILE_MATCH Instance method Public Method Removes reference profile matching result from demands 20130813
5 DEMANDS_ADD Instance method Public Method Add Demands 20130225
6 DEMANDS_ALL_GET Instance method Public Method Get All Demands 20130225
7 DEMANDS_BUILD Instance method Public Method Set Up Demands 20130225
8 DEMANDS_MAINTAIN Instance method Public Method Maintain the Demands 20130225
9 DEMANDS_MNT_GET Instance method Public Method Read demands for MNT 20130225
10 DEMANDS_MNT_GET_EXT Instance method Public Method Read demands for MNT (external keys) 20130225
11 DEMAND_BACKLOG_DET_GET Instance method Public Method Get Data for Backlog Display 20130225
12 DEMAND_DET_GET Instance method Public Method Get Detail Data for a Demand 20130225
13 DEMAND_OBJECTS_DEL Instance method Public Method Delete References to Demand Objects 20130225
14 DEMAND_OBJ_GET Instance method Public Method Determine Demand Object 20130225
15 DEMAND_PLAN_DATE_SET Instance method Public Method Set the Demand Plan Date Horizon 20130225
16 DEMAND_PROTOCOL_MAINTAIN Instance method Public Method Maintenance of the log text for demands 20130225
17 DEMAND_REL_DET Instance method Public Method Determines Relevance of Demands 20130225
18 EDIT_MODE_GET Instance method Public Method Gets Processing Mode Information 20130225
19 GET_ALLOWED_DEMAND_FUNCTIONS Instance method Public Method Return allowed functions for a demand / order 20130731
20 GET_ALL_DEMANDS Instance method Public Method Returns all demands and orders as worklist 20130813
21 GET_DEMAND_PRINT_DOCS Instance method Public Method Get the Demand Print Documents 20130225
22 GET_PLANNING_HORIZON Instance method Public Method Get the planning horizon for demands 20130813
23 GET_REFERENCE_PROFILE_MATCH Instance method Public Method Get reference profile matching result from demands 20130813
24 HEADER_GROUPS_GET Instance method Public Method Get Technician Groups Assigned to the Orders 20130225
25 IS_DEM_PLANNING_ALLOWED Instance method Public Method Is demand planning allowed? 20130226
26 LOAD_DEMANDS Instance method Public Method Initializes the loading of the demands 20130603
27 NEW_DEMANDS_READ Instance method Public Method Read New Demands 20130225
28 ORDERS_ALL_GET Instance method Public Method Returns all orders 20130813
29 ORDER_GET Instance method Public Method Returns the Orders 20130225
30 PRINT_DEMAND_DOCS Instance method Public Method Print the Demand Documents 20130225
31 RESET Instance method Public Method OBSOLETE - Reset 20130225
32 SET_REFERENCE_PROFILE_MATCH Instance method Public Method Set reference profile matching result on demands 20130813
33 TECHNICAL_OBJECTS_DETERMINE Instance method Public Method Determine Technical Objects 20130624
34 TOOL_RESOURCES_DETERMINE Instance method Public Method Determines Required Tools 20130225
35 UPDATE_CHANGED_ORDERS Instance method Public Method Update Changed Order Data for Delta Refresh 20130225
Events
Interface /MRSS/IF_SGE_DEMANDS has no event.
Types
Interface /MRSS/IF_SGE_DEMANDS has no local type.
Method Signatures

Method AUTHORITY_INFO_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130225
2 Exporting ET_ORG_UNITS Call by reference Type reference (TYPE) OBJEC_T Org. Management: Table of Object Entries 20130225
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
4 Importing IT_ORG_UNITS Call by reference Type reference (TYPE) OBJEC_T Org. Management: Table of Object Entries 20130225
5 Importing IV_CLEAR_BUFFER Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method AUTHORITY_INFO_ADD on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method CHECK_COMPLEX_DEMAND_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130522
2 Exporting EV_DELETED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130522
3 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130522

Method CHECK_COMPLEX_DEMAND_CHANGED on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method CHECK_DEMAND_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130522
2 Exporting ET_DELETED_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130522
3 Exporting EV_CHANGED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130522
4 Exporting EV_CHANGED_AT Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP Time Stamp (Date and Time) 20130522
5 Exporting EV_CHANGED_BY Call by reference Type reference (TYPE) UNAME User Name 20130522
6 Exporting EV_CHANGED_IN_BACKGROUND Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130522
7 Exporting EV_DELETED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130522
8 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130522
9 Importing IV_UPDATE_DEMAND Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Boolean Variable 20130522

Method CHECK_DEMAND_CHANGED on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DELETE_REFERENCE_PROFILE_MATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MATCHING_RESULT Call by reference Type reference (TYPE) /MRSS/T_RANK_MATCH_TAB Temporary Qualifications Matching Tab 20130813

Method DELETE_REFERENCE_PROFILE_MATCH on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMANDS_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130225
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
3 Importing IT_ORDERS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_ID_RNG_TAB Range Table for Demand Numbers 20130225
4 Importing IT_ORG_UNITS Call by reference Type reference (TYPE) OBJEC_T Org. Management: Table of Object Entries 20130225

Method DEMANDS_ADD on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMANDS_ALL_GET 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 20130225
2 Importing IV_ONLY_DISPO_REL Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method DEMANDS_ALL_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMANDS_BUILD 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 20130225
2 Importing IT_GUIDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130225
3 Importing IV_WL_REL Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method DEMANDS_BUILD on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMANDS_MAINTAIN 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 20130225
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130225
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
4 Importing IT_DEMANDS_STR Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_WRK_TAB Complex demands in structure representation 20130225
5 Importing IT_QUALIF Call by reference Type reference (TYPE) /MRSS/T_QUALIF_REQ_DEM_TAB Required qualifications 20140109

Method DEMANDS_MAINTAIN on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMANDS_MNT_GET 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_DEM_STR_TAB Complex demands in structure representation 20130225
2 Exporting ET_DEMANDS_WRK Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_WRK_TAB Complex demands in structure representation 20130225
3 Importing IT_DEMAND_GUIDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130225
4 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130225
5 Importing IV_CHECK_FOR_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
6 Importing IV_COMPLETE_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
7 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130225
8 Importing IV_KEEP_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
9 Importing IV_RELOAD Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method DEMANDS_MNT_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMANDS_MNT_GET_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEMANDS_EXT Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_TAB Complex demands in structure representation 20130225
2 Importing IT_DEMAND_EXT_KEYS Call by reference Type reference (TYPE) /MRSS/T_DEM_KEY_EXT_TAB Table with External Keys 20130225
3 Importing IT_DEMAND_ID_RNG Call by reference Type reference (TYPE) /MRSS/T_DEMAND_ID_RNG_TAB Range Table for Demand Numbers 20130225
4 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130225
5 Importing IV_CHECK_FOR_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
6 Importing IV_COMPLETE_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
7 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130225
8 Importing IV_KEEP_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
9 Importing IV_RELOAD Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method DEMANDS_MNT_GET_EXT on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMAND_BACKLOG_DET_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BACKLOG Call by reference Type reference (TYPE) /MRSS/T_WL_BACKLOG_TAB Table for Displaying the Worklist Backlog 20130225
2 Importing IT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130225
3 Importing IV_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Time Zone 20130225

Method DEMAND_BACKLOG_DET_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMAND_DET_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEM_ESS Call by reference Type reference (TYPE) /MRSS/T_DEM_ESS_TAB Demands with Essential Attributes 20130225
2 Importing IV_DURATION_TYPE Call by reference Type reference (TYPE) /MRSS/T_DEM_DURATION_TYPE Type of Duration of Demand 20130225
3 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130225
4 Importing IV_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Time Zone 20130225

Method DEMAND_DET_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMAND_OBJECTS_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEMANDS_DEL Call by reference Type reference (TYPE) /MRSS/T_GUIDS_TAB Table with Two GUIDs at a Time 20130225
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130225
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
4 Importing IT_DEMANDS_DEL Call by reference Type reference (TYPE) /MRSS/T_GUIDS_TAB Table with Two GUIDs at a Time 20130225

Method DEMAND_OBJECTS_DEL on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMAND_OBJ_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130225
2 Returning RREF_DEMAND Value transfer Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Scheduling Engine Demand 20130225

Method DEMAND_OBJ_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMAND_PLAN_DATE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130225
2 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130225

Method DEMAND_PLAN_DATE_SET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMAND_PROTOCOL_MAINTAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130225
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
3 Importing IT_PROTOCOL_TEXT Call by reference Type reference (TYPE) /MRSS/T_SGE_TEXT_TAB General text table 20130225
4 Importing IV_DEMAND_EXT_KEY Call by reference Type reference (TYPE) /MRSS/T_DEM_KEY_EXT External Demand Key 20130225
5 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130225
6 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20130225
7 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20130225
8 Importing IV_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION Command Operation 20130225

Method DEMAND_PROTOCOL_MAINTAIN on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method DEMAND_REL_DET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEM_REL Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130225
2 Importing IT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130225
3 Importing IV_REDETERMINE_ALL Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method DEMAND_REL_DET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method EDIT_MODE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_SINGLE_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Scheduling Engine Demand 20130225
2 Returning RV_EDIT_MODE Value transfer Type reference (TYPE) /MRSS/T_EDIT_MODE Processing Mode 20130225

Method EDIT_MODE_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method GET_ALLOWED_DEMAND_FUNCTIONS 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 20130731
2 Importing IV_RELOAD Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Boolean Variable 20130731
3 Returning RS_ALLOWED_FUNCTIONS Value transfer Type reference (TYPE) /MRSS/T_ALLOWED_DEM_FUNC Functionalities allowed for demand type 20130731

Method GET_ALLOWED_DEMAND_FUNCTIONS on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method GET_ALL_DEMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALSO_NOT_REL Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Return irrelevant order data? 20130813
2 Importing IV_FORCE_RELEVANCE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Force evreything to be relevant? 20130813
3 Importing IV_RETURN_ALL_HEADERS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Return also WBS and Projects? 20130813
4 Returning RT_WORKLIST_EXTERNAL Value transfer Type reference (TYPE) /MRSS/T_WORKLIST_EXT_TAB Table with Worklist Data 20130813

Method GET_ALL_DEMANDS on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method GET_DEMAND_PRINT_DOCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130225
2 Exporting ET_PRINT_DOCUMENTS Call by reference Type reference (TYPE) /MRSS/T_SGE_PRINT_DEM_DOCS_TAB Demand Documents Table 20130225
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
4 Importing IT_DEMAND_GUIDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130225

Method GET_DEMAND_PRINT_DOCS on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method GET_PLANNING_HORIZON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DEMAND_PLANNING_HORIZON Value transfer Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Planning horizon (logon timeframe) for demands 20130813

Method GET_PLANNING_HORIZON on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method GET_REFERENCE_PROFILE_MATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEMAND_LIST Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of Demand GUIDs 20130813
2 Returning RT_MATCHING_RESULT Value transfer Type reference (TYPE) /MRSS/T_RANK_MATCH_TAB Temporary Qualifications Matching Tab 20130813

Method GET_REFERENCE_PROFILE_MATCH on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method HEADER_GROUPS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ORG_UNITS Call by reference Type reference (TYPE) /MRSS/T_ORG_UNIT_TAB Table Containing Organizational Units 20130225
2 Importing IT_ORDERS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_ID_RNG_TAB Range Table for Demand Numbers 20130225
3 Importing IT_ORD_EX_STATUS Call by reference Type reference (TYPE) /MRSS/T_SGE_SELOPT_ORD_STA_TAB Selection Criteria for Order User Status 20130225
4 Importing IT_ORD_IN_STATUS Call by reference Type reference (TYPE) /MRSS/T_SGE_SELOPT_ORD_STA_TAB Selection Criteria for Order User Status 20130225
5 Importing IT_ORD_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGE_SELOPT_ORD_TYP_TAB Selection Criteria for Order Numbers 20130225
6 Importing IV_EX_STATUS_LANGU Call by reference Type reference (TYPE) SPRAS Language Key 20130225
7 Importing IV_IN_STATUS_LANGU Call by reference Type reference (TYPE) SPRAS Language Key 20130225

Method HEADER_GROUPS_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method IS_DEM_PLANNING_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130226
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
3 Importing IV_DEMAND_GUID Value transfer Type reference (TYPE) /MRSS/T_GUID GUID 20130226

Method IS_DEM_PLANNING_ALLOWED on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method LOAD_DEMANDS 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 20130603
2 Exporting ET_INVALID_ORDERS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_ID_RNG_TAB Range Table for Demand Numbers 20130603
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130603
4 Exporting ET_PLANNING_NODE Call by reference Type reference (TYPE) /MRSS/T_PLANNING_NODE_KEY_TAB Table with Keys for Planning Nodes 20130603
5 Exporting ET_TOOLS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130603
6 Importing IREF_SELECTION_CONTAINER Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGE_SELECTION_CONT MRS Logon Selection Container 20130603
7 Importing IV_BASIS Call by reference Type reference (TYPE) /MRSS/T_SEL_BASE Selection Basis 20130603
8 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130603
9 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130603
10 Importing IV_NO_DEMAND_RESET Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130603
11 Importing IV_REFRESH Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130603

Method LOAD_DEMANDS on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method NEW_DEMANDS_READ 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 20130225

Method NEW_DEMANDS_READ on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method ORDERS_ALL_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_DISPO_REL Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Boolean Variable 20130813
2 Returning RT_ORDERS Value transfer Type reference (TYPE) /MRSS/T_ORDER_TAB Table of Orders 20130813

Method ORDERS_ALL_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method ORDER_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEADER Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130225
2 Returning RS_ORDER Value transfer Type reference (TYPE) /MRSS/T_ORDER Order with Object 20130225

Method ORDER_GET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method PRINT_DEMAND_DOCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130225
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
3 Importing IT_DEMAND_GUIDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130225
4 Importing IT_PRINTER Call by reference Type reference (TYPE) /MRSS/T_SGE_PRINTER_TAB Spool: List of Output devices 20130225
5 Importing IT_SELECTED_DOCUMENTS Call by reference Type reference (TYPE) /MRSS/T_SGE_PRINT_DEM_DOCS_TAB Demand Documents Table 20130225
6 Importing IV_ACTION_PERFORMED Call by reference Type reference (TYPE) /MRSS/T_SGE_PRINT_ACTION Action Performed during printing of objects 20130225

Method PRINT_DEMAND_DOCS on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REFRESH Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method RESET on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method SET_REFERENCE_PROFILE_MATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MATCHING_RESULT Call by reference Type reference (TYPE) /MRSS/T_RANK_MATCH_TAB Temporary Qualifications Matching Tab 20130813

Method SET_REFERENCE_PROFILE_MATCH on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method TECHNICAL_OBJECTS_DETERMINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TECH_OBJECTS Call by reference Type reference (TYPE) /MRSS/T_TECH_OBJECT_TAB Technical Objects Table 20130624
2 Importing IT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130624

Method TECHNICAL_OBJECTS_DETERMINE on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method TOOL_RESOURCES_DETERMINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOOLS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130225
2 Importing IT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130225

Method TOOL_RESOURCES_DETERMINE on Interface /MRSS/IF_SGE_DEMANDS has no exception.

Method UPDATE_CHANGED_ORDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELETED_ITEMS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130225
2 Exporting ET_DELETED_ORDERS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130705
3 Exporting ET_INSERTED_ITEMS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130705
4 Exporting ET_INSERTED_ORDERS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130705
5 Exporting ET_UPDATED_ITEMS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130705
6 Exporting ET_UPDATED_ORDERS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130705

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