SAP ABAP Class /MRSS/CL_SGD_DEMAND_MGR (Demand Manager)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGD (Package) Planning Board Demand
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_BEFORE_INITIALIZE EVENT - Events Before Initialization 20130225
2 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_CHANGEABLE Interface for Objects That Can Be Changed 20130225
3 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_COMMAND_RECEIVER Command Recipient 20130225
4 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_DEMANDS Demand Manager Interface 20130225
5 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_SAVEABLE Interface for Objects That Can Be Saved 20130225
6 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_STOCKS_N_PARTS Stock and Part Availability Check 20130225
Properties
Class /MRSS/CL_SGD_DEMAND_MGR  
Short Description Demand Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGD   Planning Board Demand 
Created 20130225   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGD_DEMAND_MGR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_SGE_BEFORE_INITIALIZE EVENT - Events Before Initialization 20130225
2 /MRSS/IF_SGE_CHANGEABLE Interface for Objects That Can Be Changed 20130225
3 /MRSS/IF_SGE_COMMAND_RECEIVER Command Recipient 20130225
4 /MRSS/IF_SGE_DEMANDS Demand Manager Interface 20130225
5 /MRSS/IF_SGE_SAVEABLE Interface for Objects That Can Be Saved 20130225
6 /MRSS/IF_SGE_STOCKS_N_PARTS Stock and Part Availability Check 20130225
Friends
# Friend Modeled only Created on Description
1 /MRSS/CL_SGD_BUNDLE_MGR 20130617 Bundle Manager
2 /MRSS/CL_SGD_COMPLEX_DEMAND 20130226 Order
3 /MRSS/CL_SGD_SINGLE_DEMAND 20130301 Demand
4 /MRSS/CL_SGD_WORKLIST_MGR 20130225 Worklist Manager UI Layer
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_DEMAND_DB Instance attribute Private Object reference (TYPE REF TO) /MRSS/IF_SGE_DEMAND_DB Database Interface for Demand DB 20130701
2 GREF_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGD_DEMAND_MGR Scheduling Engine : Demand Manager 20130225
3 GREF_LOCK Instance attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGE_LOCK Scheduling Engine Lock Management 20130225
4 GREF_SELECTION Instance attribute Private Object reference (TYPE REF TO) /MRSS/IF_SGE_SELECTION Selection Interface 20130225
5 GREF_WFM Instance attribute Private Object reference (TYPE REF TO) /MRSS/IF_SGE_WFM Resource Planning Interface 20130225
6 GT_DEMANDS Instance attribute Protected Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130522
7 GT_DEM_H Instance attribute Protected Type reference (TYPE) /MRSS/T_DEM_H_WRK_TAB Table of Demand Header Attributes 20130225
8 GT_ORDERS Instance attribute Protected Type reference (TYPE) /MRSS/T_ORDER_TAB Table of Orders 20130225
9 GT_ORG_UNITS Instance attribute Protected Type reference (TYPE) /MRSS/T_SGE_HROBJECT_TAB Table of HR Master Data 20130225
10 GT_UPDATED_ITEMS Instance attribute Protected Type reference (TYPE) /MRSS/T_DEMAND_WRK_TAB Last Delta to internal buffers 20130705
11 GV_BEG_TSTMP Instance attribute Protected Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130225
12 GV_END_TSTMP Instance attribute Protected Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130225
13 GV_FORCE_RELEVANCE Instance attribute Protected Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130625
14 GV_LAST_INITIALIZATION Instance attribute Protected Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130717
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_HEADER_LEVEL Instance method Private Method COMMAND Execution at Header Level 20130226
2 ACTION_ITEM_LEVEL Instance method Private Method Command Execution Item Level 20130814
3 COMPLETE_DEMAND_DATA Instance method Protected Method Enhance Internal Keys 20130226
4 CONVERT_HEADER_DATA_TO_WRK Instance method Private Method Convert a T_DEM_H into T_DEM_H_WRK 20130719
5 DEMANDS_ADD Instance method Protected Method Add demand to existing worklist 20130225
6 DEMANDS_BUILD Instance method Protected Method Set Up Demand Objects 20130225
7 DEMANDS_MNT_GET Instance method Protected Method Read requirements for MNT (maintenance) 20130225
8 DEMANDS_MNT_GET_EXT Instance method Protected Method Read requirements for MNT (maintenance): external key 20130226
9 DEMANDS_READ Instance method Protected Method Read Demands 20130225
10 FETCH_DELTA_BUFFER Instance method Protected Method Return the delta buffer 20130708
11 GET_DEMANDS_FROM_ASSIGNMENTS Instance method Private Method Get demands for relevant assignments on PLB 20130226
12 GET_INSTANCE Static method Public Method Get Instance 20130514
13 GET_LOADED_DEMANDS_NUMBER Instance method Public Method Get number of demands loaded 20130625
14 GET_LOADED_DEMANDS_ON_UI Instance method Public Method Get number of demands loaded on ui 20130625
15 GET_LOADED_ITEMS_NUMBER Instance method Public Method Get number of items loaded 20130625
16 GET_LOADED_ITEMS_ON_UI Instance method Public Method Get number of items loaded on ui 20130625
17 INITIALIZATION_COMPLETE Instance method Protected Method Completion of Initialization 20130226
18 INITIALIZE Instance method Protected Method Initialization of Instance 20130226
19 INITIALIZE_DEMAND_DATA Instance method Protected Method Read Technical Item Data 20130716
20 ITEM_PARTNER_READ_INT Instance method Protected Method Read partner information 20130226
21 ITEM_REL_DETERMINE Instance method Protected Method Determines the Relevance for the Planning Board 20130225
22 ITEM_STATUS_READ_INT Instance method Protected Method Read status information 20130226
23 MAINTAIN_DELTA_BUFFER Instance method Protected Method Update table of changed objects 20130822
24 MAINTAIN_ITEM_BUFFER Instance method Private Method Update internal item buffer table (GT_DEMANDS) 20130708
25 MAINTAIN_ORDER_BUFFER Instance method Private Method Update internal order buffer table (GT_ORDERS) 20130708
26 ORDER_CREATE Instance method Protected Method Create Order Objects 20130226
27 PARENT_ITEMS_GET Instance method Protected Method Read Additional Item Data for Parents 20130226
28 READ_NEW_DEMANDS Instance method Protected Method Read new demands 20130705
29 REFRESH_ORDERS Instance method Private Method Refresh all orders 20130701
30 UPDATE_DELTA_ON_HEADERS Instance method Private Method Update Delta Change for Headers 20130226
31 UPDATE_DELTA_ON_ITEMS Instance method Private Method Update Delta Change for Items 20130226
32 UPDATE_HEADER_DATA Instance method Private Method Update header Data 20130729
Events
Class /MRSS/CL_SGD_DEMAND_MGR has no event.
Types
Class /MRSS/CL_SGD_DEMAND_MGR has no local type.
Method Signatures

Method ACTION_HEADER_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_COMPLEX_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_COMPLEX_DEMAND Complex Demand (Order) 20130816
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130226
3 Exporting EV_DATA_CHANGED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
4 Exporting EV_EXECUTED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
6 Importing IREF_COMMAND Call by reference Object reference (TYPE REF TO) /MRSS/CL_CMD_DEMAND Command for a Demand 20130226
7 Importing IV_REDO Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
8 Importing IV_SIMULATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
9 Importing IV_UNDO Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226

Method ACTION_HEADER_LEVEL on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method ACTION_ITEM_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_SINGLE_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Scheduling Engine Demand 20130814
2 Exporting ET_DEMANDS_DEL Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130814
3 Exporting ET_DEMANDS_NEW Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130814
4 Exporting ET_DEMANDS_UPD Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130814
5 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130814
6 Exporting EV_DATA_CHANGED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130814
7 Exporting EV_EXECUTED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130814
8 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130814
9 Importing IREF_COMMAND Call by reference Object reference (TYPE REF TO) /MRSS/CL_CMD_DEMAND Command for a Demand 20130814
10 Importing IV_REDO Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130814
11 Importing IV_SIMULATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130814
12 Importing IV_UNDO Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130814

Method ACTION_ITEM_LEVEL on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method COMPLETE_DEMAND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEM_STR_WRK Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_WRK_TAB Complex demands in structure representation 20130226
2 Returning RT_DEM_STR_WRK Value transfer Type reference (TYPE) /MRSS/T_DEM_STR_WRK_TAB Complex demands in structure representation 20130226

Method COMPLETE_DEMAND_DATA on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method CONVERT_HEADER_DATA_TO_WRK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER_ATTRIBUTES Call by reference Type reference (TYPE) /MRSS/T_DEM_H Attributes of the complex demand 20130719
2 Importing IV_HEADER_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20140806
3 Returning RS_HEADER_ATTRIBUTES Value transfer Type reference (TYPE) /MRSS/T_DEM_H_WRK Work Structure for Header Data 20130719

Method CONVERT_HEADER_DATA_TO_WRK on class /MRSS/CL_SGD_DEMAND_MGR 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 class /MRSS/CL_SGD_DEMAND_MGR 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_GUID_W_HEADER Call by reference Type reference (TYPE) /MRSS/T_WL_ITEM_TAB Items in the Worklist 20130225
3 Importing IT_ITEM_REL Call by reference Type reference (TYPE) /MRSS/T_WL_ITEM_TAB_REL_TAB Table of items with relevance 20130225
4 Importing IV_REL Call by reference Type reference (TYPE) /MRSS/T_WL_ITEM_REL Relevance of an Item for the Planning Board 20130225

Method DEMANDS_BUILD on class /MRSS/CL_SGD_DEMAND_MGR 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 IT_DEM_H Call by reference Type reference (TYPE) /MRSS/T_DEM_H_WRK_TAB Table of Demand Header Attributes 20130225
5 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 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 class /MRSS/CL_SGD_DEMAND_MGR 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 20130226
2 Exporting ET_KEY_MAPPING Call by reference Type reference (TYPE) /MRSS/T_DEM_MAP_TAB Mapping Table for Key 20130226
3 Importing IT_DEMAND_EXT_KEYS Call by reference Type reference (TYPE) /MRSS/T_DEM_KEY_EXT_TAB Table with External Keys 20130226
4 Importing IT_DEMAND_ID_RNG Call by reference Type reference (TYPE) /MRSS/T_DEMAND_ID_RNG_TAB Range Table for Demand Numbers 20130226
5 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130226
6 Importing IV_CHECK_FOR_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
7 Importing IV_COMPLETE_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
8 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130226
9 Importing IV_KEEP_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226
10 Importing IV_RELOAD Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226

Method DEMANDS_MNT_GET_EXT on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method 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
2 Exporting ET_PLANNING_NODE Call by reference Type reference (TYPE) /MRSS/T_PLANNING_NODE_KEY_TAB Table with Keys for Planning Nodes 20130225
3 Importing IT_DEMAND_ORDERS_NO Call by reference Type reference (TYPE) /MRSS/T_SGE_SELOPT_ORD_TYP_TAB Selection Criteria for Order Numbers 20130225
4 Importing IV_REFRESH Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225
5 Importing IV_SELECTION_MODE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method DEMANDS_READ on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method FETCH_DELTA_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_IF_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Scheduling Engine Demand 20130729
2 Importing IV_RESET_BUFFER Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Boolean Variable 20130708
3 Returning RT_DELTA_CHANGES Value transfer Type reference (TYPE) /MRSS/T_DEMAND_WRK_TAB Last Operation of an demand instance 20130708

Method FETCH_DELTA_BUFFER on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method GET_DEMANDS_FROM_ASSIGNMENTS Signature

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

Method GET_DEMANDS_FROM_ASSIGNMENTS on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RREF_INSTANCE Value transfer Object reference (TYPE REF TO) /MRSS/IF_SGE_DEMANDS Demand Manager Interface 20130514

Method GET_INSTANCE on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method GET_LOADED_DEMANDS_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUM_DEMANDS Value transfer Type reference (TYPE) I 20130625

Method GET_LOADED_DEMANDS_NUMBER on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method GET_LOADED_DEMANDS_ON_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUM_DEMANDS Value transfer Type reference (TYPE) I 20130625

Method GET_LOADED_DEMANDS_ON_UI on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method GET_LOADED_ITEMS_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUM_ITEMS Value transfer Type reference (TYPE) I 20130625

Method GET_LOADED_ITEMS_NUMBER on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method GET_LOADED_ITEMS_ON_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUM_ITEMS Value transfer Type reference (TYPE) I 20130625

Method GET_LOADED_ITEMS_ON_UI on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method INITIALIZATION_COMPLETE Signature

Method INITIALIZATION_COMPLETE on class /MRSS/CL_SGD_DEMAND_MGR has no parameter.
Method INITIALIZATION_COMPLETE on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class /MRSS/CL_SGD_DEMAND_MGR has no parameter.
Method INITIALIZE on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method INITIALIZE_DEMAND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_ORDER Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_COMPLEX_DEMAND Complex Demand (Order) 20130716
2 Importing IT_ORDERS Call by reference Type reference (TYPE) /MRSS/T_ORDER_TAB Table of Orders 20130716

Method INITIALIZE_DEMAND_DATA on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method ITEM_PARTNER_READ_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEMS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130226
2 Importing IV_UPDATE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226

Method ITEM_PARTNER_READ_INT on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method ITEM_REL_DETERMINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ORDER Call by reference Type reference (TYPE) /MRSS/T_ORDER_TAB Table of Orders 20130225
2 Importing IV_REDETERMINE_ALL Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130225

Method ITEM_REL_DETERMINE on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method ITEM_STATUS_READ_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEMS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Table with Demands 20130226
2 Importing IV_UPDATE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226

Method ITEM_STATUS_READ_INT on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method MAINTAIN_DELTA_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_IF_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Scheduling Engine Demand 20130822
2 Importing IV_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION Command Operation 20130822

Method MAINTAIN_DELTA_BUFFER on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method MAINTAIN_ITEM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEMAND Demand with Object 20130708
2 Importing IV_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION Command Operation 20130708

Method MAINTAIN_ITEM_BUFFER on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method MAINTAIN_ORDER_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ORDER Call by reference Type reference (TYPE) /MRSS/T_ORDER Order with Object 20130708
2 Importing IV_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION Command Operation 20130708

Method MAINTAIN_ORDER_BUFFER on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method ORDER_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130226
2 Importing IT_HEADER_DATA Call by reference Type reference (TYPE) /MRSS/T_DEM_H_WRK_TAB Table of Demand Header Attributes 20130226
3 Importing IV_NO_ERR Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130226

Method ORDER_CREATE on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method PARENT_ITEMS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEMS_TO_CHECK Call by reference Type reference (TYPE) /MRSS/T_DEM_ADM_WRK_TAB Administrative Item Data 20130226
2 Returning RT_ITEMS Value transfer Type reference (TYPE) /MRSS/T_DEM_ADM_WRK_TAB Administrative Item Data 20130226

Method PARENT_ITEMS_GET on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method READ_NEW_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 20130705

Method READ_NEW_DEMANDS on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method REFRESH_ORDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECTED_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEM_ADM_WRK_TAB Administrative Item Data 20130701

Method REFRESH_ORDERS on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method UPDATE_DELTA_ON_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_COMPLETED_HEADERS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130226
2 Importing IT_HEADER_GUIDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130226

Method UPDATE_DELTA_ON_HEADERS on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method UPDATE_DELTA_ON_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGED_ITEMS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130226
2 Importing IT_CHANGED_ITEMS_DATA Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_TAB Table of demand items in structure representation 20130226
3 Importing IT_DELETED_ITEMS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130226
4 Importing IT_NEW_ITEMS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130226
5 Importing IT_NEW_ORDER_ITEMS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130226

Method UPDATE_DELTA_ON_ITEMS on class /MRSS/CL_SGD_DEMAND_MGR has no exception.

Method UPDATE_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEM_H Call by reference Type reference (TYPE) /MRSS/T_DEM_H_WRK_TAB Table of Demand Header Attributes 20130729
2 Importing IT_ORDERS Call by reference Type reference (TYPE) /MRSS/T_ORDER_TAB Table of Orders 20130729

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