SAP ABAP Class /MRSS/CL_SGD_BUNDLE_MGR (Bundle 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_BUNDLES Interface for Bundle Manager 20130409
2 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_COMMAND_RECEIVER Command Recipient 20130514
3 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_SAVEABLE Interface for Objects That Can Be Saved 20130514
Properties
Class /MRSS/CL_SGD_BUNDLE_MGR  
Short Description Bundle 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 20130409   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGD_BUNDLE_MGR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_SGE_BUNDLES Interface for Bundle Manager 20130409
2 /MRSS/IF_SGE_COMMAND_RECEIVER Command Recipient 20130514
3 /MRSS/IF_SGE_SAVEABLE Interface for Objects That Can Be Saved 20130514
Friends
# Friend Modeled only Created on Description
1 /MRSS/CL_SGD_BUNDLE 20130910 Bundle
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGD_BUNDLE_MGR Bundle Manager 20130426
2 GT_BUNDLE Instance attribute Private Type reference (TYPE) /MRSS/T_BUNDLE_TAB Bundles 20130424
3 GT_BUNDLE_DEMANDS Instance attribute Private Type reference (TYPE) /MRSS/T_BUNDLE_DEMANDS_TAB Bundled Demands 20130716
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_BUNDLE Instance method Private Method Append Bundle in buffer 20130424
2 BUNDLE_COMMAND_CREATE Instance method Private Method Bundle Command Create 20130513
3 BUNDLE_OBJECT_CREATE Instance method Private Method Bundle Instance Create 20130424
4 CALL_BADI_FOR_BUNDLING Instance method Private Method Call Badi for Bundling of Demands 20130508
5 CREATE_COMMAND Instance method Private Method Create Command for Modify 20130502
6 DELETE_BUNDLE Instance method Private Method Delete Bundle from Mgr buffer 20130514
7 DEMAND_COMMAND_CREATE Instance method Private Method Demand Command Create 20130513
8 DEMAND_VERIFY_FOR_BUNDLING Instance method Private Method Verify Demand if it can be Bundled 20130506
9 DEMAND_VERIFY_FOR_DELETE Instance method Private Method Verify Demand if it can be Deleted from Bundle 20130627
10 FILL_DEMAND_FROM_HEADER Instance method Private Method Fill Demand from Header 20130801
11 GET_DEMAND_DETAILS Instance method Private Method Get Demand details 20130430
12 GET_INSTANCE Static method Public Method Get Bundle manager Instance 20130426
13 GET_INTEGRATION_DETAILS Instance method Private Method Check if Demand needs to be deleted or an Error message 20130911
14 LOCK_ORDER_FOR_BUNDLING Instance method Private Method Verify and Lock Demands for Bundling 20130506
15 LOCK_REVOKE_SKIPPED_DEMANDS Instance method Private Method Revoke for Skipped demands 20130508
16 MSGTY_OVERWRITE_CUSTOMIZING Static method Public Method Add Message and Update Message type based on Customizing 20130705
17 PREPARE_FOR_BUNDLE_DELETE Instance method Private Method Prepare for Bundle Delete 20130506
18 PREPARE_FOR_BUNDLE_INS_OR_UPD Instance method Private Method Prepare Bundle for Demand Add or display of a Bundle 20130506
19 PREPARE_FOR_BUNDLE_MODIFY Instance method Private Method Bundle Data Complete 20130502
20 PREPARE_FOR_DEMAND_DELETE Instance method Private Method Prepare Bundle for Demand delete 20130506
21 READ_BUNDLE Instance method Private Method Read Bundles 20130424
22 REFRESH Instance method Private Method Refresh 20130709
23 SET_BUNDLED_STATUS Instance method Private Method Set Abstract Status 'BUNDLED' for the Demand 20130801
24 SET_CHANGED_DATA Instance method Private Method Set changed data 20130717
25 SET_DEMAND_WITH_BUNDLE_DATA Instance method Protected Method Set Demand with Bundle data 20130516
26 SET_DEMAND_WITH_ORIGINAL_DATA Instance method Private Method Set Demand with its Original data 20130516
27 SKIPPED_DEMANDS_MESSAGE Instance method Private Method Messages for skipped demands 20130814
28 UNLOCK_ORDER_FOR_BUNDLING Instance method Private Method Verify and Lock Demands for Bundling 20130506
29 UPDATE_BUNDLE Instance method Private Method Update Bundle Demands in buffer 20130716
30 VERIFY_BUNDLE_BEFORE_ACTION Instance method Private Method Verify bundle before action 20130704
Events
Class /MRSS/CL_SGD_BUNDLE_MGR has no event.
Types
Class /MRSS/CL_SGD_BUNDLE_MGR has no local type.
Method Signatures

Method APPEND_BUNDLE 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 Table with Bundles 20130514

Method APPEND_BUNDLE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method BUNDLE_COMMAND_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_COMMAND_BUNDLE Call by reference Object reference (TYPE REF TO) /MRSS/CL_CMD_ABSTRACT_COMMAND Command for Bundle 20130620
2 Importing IS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure table 20130514

Method BUNDLE_COMMAND_CREATE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method BUNDLE_OBJECT_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RREF_BUNDLE Value transfer Object reference (TYPE REF TO) /MRSS/IF_SGE_BUNDLE Table with Bundles 20130528

Method BUNDLE_OBJECT_CREATE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method CALL_BADI_FOR_BUNDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK_TAB Bundle work structure table 20130508
2 Exporting ET_DEMAND_SKIPPED Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130528
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130508
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130508
5 Importing IS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130508
6 Importing IT_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_TAB Table of demand items in structure representation 20130508
7 Importing IT_DEMAND_HDR Call by reference Type reference (TYPE) /MRSS/T_DEM_H_TAB Table of Header Attributes 20130508
8 Importing IV_MULTIPLE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130508
9 Importing IV_NO_RECHECK Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130912
10 Importing IV_SIMULATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130814

Method CALL_BADI_FOR_BUNDLING on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method CREATE_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_COMMAND Value transfer Object reference (TYPE REF TO) /MRSS/CL_CMD_ABSTRACT_COMMAND Scheduling Engine Command 20130513
2 Exporting ET_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK_TAB Work table with demand items in STR representation 20130710
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130513
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130513
5 Importing IT_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK_TAB Bundle work structure 20130502
6 Importing IV_NO_DEMAND_COMMAND Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130718

Method CREATE_COMMAND on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method DELETE_BUNDLE 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 Bundle with Object 20130514

Method DELETE_BUNDLE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method DEMAND_COMMAND_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_COMMAND_DEM Call by reference Object reference (TYPE REF TO) /MRSS/CL_CMD_ABSTRACT_COMMAND Scheduling Engine Command 20130513
2 Exporting ET_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK_TAB Work table with demand items in STR representation 20130710
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130513
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130513
5 Importing IS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure table 20130514

Method DEMAND_COMMAND_CREATE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method DEMAND_VERIFY_FOR_BUNDLING 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 20130506
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130506
3 Importing IREF_SINGLE_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Scheduling Engine Demand 20130506

Method DEMAND_VERIFY_FOR_BUNDLING on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method DEMAND_VERIFY_FOR_DELETE 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 20130627
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130627
3 Importing IREF_SINGLE_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Scheduling Engine Demand 20130627

Method DEMAND_VERIFY_FOR_DELETE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method FILL_DEMAND_FROM_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130801
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130801
3 Importing IS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130801

Method FILL_DEMAND_FROM_HEADER on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method GET_DEMAND_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_TAB Table of demand items in structure representation 20130430
2 Exporting ET_DEMAND_HDR Call by reference Type reference (TYPE) /MRSS/T_DEM_H_TAB Table of Header Attributes 20130506
3 Importing IS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130430

Method GET_DEMAND_DETAILS on class /MRSS/CL_SGD_BUNDLE_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_BUNDLES Interface for Bundle Manager 20130426

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

Method GET_INTEGRATION_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BACK_INTEGRATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130911
2 Exporting EV_DELETE_DEMAND Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130911
3 Exporting EV_FORWARD_INTEGRATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130911
4 Exporting EV_ISSUE_ALERT Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130911
5 Exporting EV_ISSUE_ERROR Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130911
6 Importing IV_DEMAND_TYPE Call by reference Type reference (TYPE) /MRSS/T_DEM_TYPE Complex demand in structure representation 20130911

Method GET_INTEGRATION_DETAILS on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method LOCK_ORDER_FOR_BUNDLING 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 20130506
2 Exporting ET_ORDER_FAILED Call by reference Type reference (TYPE) /MRSS/T_ORDER_TAB Table of Orders 20130716
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130506
4 Importing IT_ORDER Call by reference Type reference (TYPE) /MRSS/T_ORDER_TAB Order with Object 20130506

Method LOCK_ORDER_FOR_BUNDLING on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method LOCK_REVOKE_SKIPPED_DEMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUNDLE_BEFORE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130508
2 Importing IT_BUNDLE_AFTER Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK_TAB Bundle work structure table 20130508

Method LOCK_REVOKE_SKIPPED_DEMANDS on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method MSGTY_OVERWRITE_CUSTOMIZING Signature

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

Method MSGTY_OVERWRITE_CUSTOMIZING on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method PREPARE_FOR_BUNDLE_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130506
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130506
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130506

Method PREPARE_FOR_BUNDLE_DELETE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method PREPARE_FOR_BUNDLE_INS_OR_UPD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130506
2 Exporting ET_DEMAND_SKIPPED Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130710
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130513
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130506
5 Exporting EV_LOCK_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130716
6 Importing IV_NO_LOCK Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130912

Method PREPARE_FOR_BUNDLE_INS_OR_UPD on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method PREPARE_FOR_BUNDLE_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130502
2 Exporting ET_DEMAND_SKIPPED Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130710
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130513
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130502
5 Exporting EV_LOCK_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130716
6 Importing IV_NO_LOCK Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130912
7 Importing IV_SIMULATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130502

Method PREPARE_FOR_BUNDLE_MODIFY on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method PREPARE_FOR_DEMAND_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure 20130506
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130506
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130506
4 Importing IV_SIMULATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130506

Method PREPARE_FOR_DEMAND_DELETE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method READ_BUNDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUNDLE_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130424
2 Importing IT_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130424
3 Importing IV_REFRESH Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130709

Method READ_BUNDLE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUNDLE_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB GUID 20130717

Method REFRESH on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method SET_BUNDLED_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEMAND_STATUS Call by reference Type reference (TYPE) /MRSS/T_STATUS_TAB Status of a demand or assignment 20130801
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130801
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130801
4 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20130801
5 Importing IV_STATUS_INACTIVE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130801

Method SET_BUNDLED_STATUS on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method SET_CHANGED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUNDLE_DATA_NEW Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK_TAB Bundle work structure table 20130717
2 Importing IT_BUNDLE_DATA_OLD Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK_TAB Bundle work structure table 20130717
3 Importing IT_BUNDLE_GUIDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130717

Method SET_CHANGED_DATA on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method SET_DEMAND_WITH_BUNDLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DEMAND_WRK Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Structure representation of a demand item 20130516
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130710
3 Importing IS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundled Demand Original data 20130516
4 Importing IV_NO_STATUS_SET Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130910

Method SET_DEMAND_WITH_BUNDLE_DATA on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method SET_DEMAND_WITH_ORIGINAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR Structure representation of a demand item 20130516
2 Changing CS_DEMAND_WRK Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Structure representation of a demand item 20130516
3 Importing IS_DEMAND_ORIGINAL_DATA Call by reference Type reference (TYPE) /MRSS/T_BUND_DEM_ORIG_DATA Bundled Demand Original data 20130516
4 Importing IV_NO_STATUS_UPDATE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130813

Method SET_DEMAND_WITH_ORIGINAL_DATA on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method SKIPPED_DEMANDS_MESSAGE 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 20130814
2 Importing IT_DEMAND_SKIPPED Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20130814

Method SKIPPED_DEMANDS_MESSAGE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method UNLOCK_ORDER_FOR_BUNDLING 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 20130506
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130506
3 Importing IT_ORDER Call by reference Type reference (TYPE) /MRSS/T_ORDER_TAB Order with Object 20130506

Method UNLOCK_ORDER_FOR_BUNDLING on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method UPDATE_BUNDLE 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 Table with Bundles 20130716

Method UPDATE_BUNDLE on class /MRSS/CL_SGD_BUNDLE_MGR has no exception.

Method VERIFY_BUNDLE_BEFORE_ACTION 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 20130704
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130704
3 Importing IS_BUNDLE Call by reference Type reference (TYPE) /MRSS/T_BUNDLE_WRK Bundle work structure table 20130704

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