SAP ABAP Class /MRSS/CL_INT_PM_FWDINTEGR_DEM (Demand forward integration)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   CA-MRS (Application Component) SAP Multiresource Scheduling
     /MRSS/INTEGRATION (Package) Package for MRS <-> Demand Source System Integration
Properties
Class /MRSS/CL_INT_PM_FWDINTEGR_DEM  
Short Description Demand forward integration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/INTEGRATION   Package for MRS <-> Demand Source System Integration 
Created 20130322   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no forward declaration.
Interfaces
Class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no interface implemented.
Friends
Class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_DEM_H Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_H_EXT Attributes of Complex Demands 20130326
2 GT_ADDRESS Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_ADDRESS_EXT_TAB Addresses for Demands 20130322
3 GT_ADM Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_ADM_WRK_EXT_TAB Administrative Item Data 20130322
4 GT_DEM_H Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_H_EXT_TAB Attributes of Complex Demands 20130326
5 GT_DEM_MAP Instance attribute Private Type reference (TYPE) /MRSS/T_NW_DEM_MAP_WRK_TAB External Demand Keys 20130717
6 GT_INFO Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_INFO_EXT_TAB Informative Attributes 20130322
7 GT_OPERA_ACTIVITY Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_OPERATION_TAB Operations 20130322
8 GT_PARTNER_EXT Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_PARTNER_EXT_TAB Table with partner of a requirement 20130322
9 GT_PLR Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_PLR_EXT_TAB Attributes of Planning-Relevant Items 20130322
10 GT_PLRS Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_PLRS_EXT_TAB Attributes of Planning-Relevant Service Items 20130322
11 GT_QUALIF_DEM Instance attribute Private Type reference (TYPE) /MRSS/T_QUALIF_REQ_DEM_EXT_TAB Required qualifications 20130322
12 GT_RELAT_DEM Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_RELAT_EXT_TAB Relationships Between Demands with External Keys 20130322
13 GT_STATUS_EXT Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_STATUS_EXT_TAB Table with statuses of a requirement 20130322
14 GT_TECHNICAL_OBJECTS Instance attribute Private Type reference (TYPE) /MRSS/T_TECH_OBJECT_EXT_TAB Item linked to Technical Objects Tab 20130508
15 GT_TOOL Instance attribute Private Type reference (TYPE) /MRSS/T_DEM_TOOL_EXT_TAB Tool Item Attributes 20130322
16 GV_NMAT_PRNT_STATUS_UPDATE Instance attribute Private Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130902
17 GV_ORDER_BEING_CONFIRMED Instance attribute Private Type reference (TYPE) /MRSS/T_BOOLEAN Is the order being confirmed? 20140507
18 GV_SALES_ORG Instance attribute Private Type reference (TYPE) VKORG Sales Organization 20130325
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CHANGE_IN_TOBJ Instance method Private Method Check for changes in technical object 20130902
2 CHECK_COMPLEX_DEMAND_CHANGED Instance method Private Method Is the comeplex demand changed? 20130326
3 CHECK_DEMAND_RELEVANCE Instance method Private Method Check Demand Relevance 20130325
4 CHECK_SINGLE_DEMAND_CHANGED Instance method Private Method Return changed single demands 20130326
5 CHECK_STATUS_CHANGES Instance method Private Method Check status changes at header level 20130903
6 CONVERT_DEMAND_STR_TO_WRK Instance method Private Method Convert Demand Structure to Work 20130326
7 CONVERT_DEMAND_TO_INT Instance method Private Method Convert Demand Data to Internal Format 20130326
8 CONVERT_NEW_DATA_TO_DEMAND_STR Instance method Private Method Convert demands to appropriate type for integration 20130326
9 CREATE_INSTANCE Static method Public Method Create Instance 20130322
10 DEMAND_CHANGE_OPERATION Instance method Private Method Determine Activity to Be Executed (Create, Change, Delete) 20130325
11 DETERMINE_SERVICE_AREA Instance method Private Method Returns Only Changed, Single Demands 20130325
12 GET_OPERA_ACTIVITY Instance method Public Method Get operation activities 20130722
13 GET_RELATIONSHIP_DATA Instance method Private Method Get relationship data in case of confirmation! 20140507
14 INTEGRATE_DEMANDS Instance method Public Method Demand Related Forward Integration 20130322
15 IS_ADDRESS_CHANGED Instance method Private Method Has the address changed? 20130326
16 IS_THE_APPOINTMENT_CANCELLED Instance method Private Method Has the appointment been cancelled? 20130603
17 READ_MRS_ASSIGNMENTS Instance method Private Method Read all the old assignments for the demand 20130326
18 READ_MRS_DEMANDS Instance method Private Method Read MRS demands with the API 20130322
19 VALIDATE_WORK_CENTER Instance method Private Method Validate work center changes 20130831
Events
Class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no event.
Types
Class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no local type.
Method Signatures

Method CHECK_CHANGE_IN_TOBJ 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 Change detected 20130903
2 Importing IS_ITEM_NEW Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Structure representation of a demand item 20130902
3 Importing IS_ITEM_OLD Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR Structure representation of a demand item 20130902

Method CHECK_CHANGE_IN_TOBJ on class /MRSS/CL_INT_PM_FWDINTEGR_DEM 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 20130326
2 Importing IT_DEMANDS_NEW Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_WRK_TAB Complex demands in structure representation 20130326
3 Importing IT_DEMANDS_OLD Call by reference Type reference (TYPE) /MRSS/T_NW_DEM_STR_TAB Complex demands in structure representation 20130326

Method CHECK_COMPLEX_DEMAND_CHANGED on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method CHECK_DEMAND_RELEVANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DISPO_RELEVANT Call by reference Type reference (TYPE) /MRSS/T_DISPO_FLG Relevancy for Resource Planning 20130325
2 Exporting EV_STRATEGY Call by reference Type reference (TYPE) /MRSS/T_SCHEDULE_STRAT Scheduling strategy 20130325
3 Importing IS_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Structure Representation of Demand Item 20130325

Method CHECK_DEMAND_RELEVANCE on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method CHECK_SINGLE_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 Something changed! 20130326
2 Importing IS_DEMAND_NEW Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_WRK Complex demand in structure representation 20130326
3 Importing IS_DEMAND_OLD Call by reference Type reference (TYPE) /MRSS/T_DEM_STR Complex Demand in Structure Representation 20130326
4 Importing IT_ASSIGNMENT_OLD Call by reference Type reference (TYPE) /MRSS/T_ASS_KEY_EXT_DET_TAB Table with Assignments (Internal Representation) 20130326
5 Importing IV_IS_HEADER_DEMAND Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130326

Method CHECK_SINGLE_DEMAND_CHANGED on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method CHECK_STATUS_CHANGES 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 20130903
2 Importing IT_NEW_STATUS Call by reference Type reference (TYPE) /MRSS/T_STATUS_TAB Status of a demand or assignment 20130903
3 Importing IT_OLD_STATUS Call by reference Type reference (TYPE) /MRSS/T_STATUS_TAB Status of a demand or assignment 20130903

Method CHECK_STATUS_CHANGES on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method CONVERT_DEMAND_STR_TO_WRK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DEM_STR Call by reference Type reference (TYPE) /MRSS/T_DEM_STR Complex demand in structure representation 20130326
2 Returning RS_DEM_STR_WRK Value transfer Type reference (TYPE) /MRSS/T_DEM_STR_WRK Complex demand in structure representation 20130326

Method CONVERT_DEMAND_STR_TO_WRK on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method CONVERT_DEMAND_TO_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEM_STR Complex Demand in Structure Representation 20130326
2 Exporting ES_DEMAND_WRK Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_WRK Complex Demand in Structure Representation 20130326
3 Exporting ET_QUALIFICATIONS Call by reference Type reference (TYPE) /MRSS/T_QUALIF_REQ_DEM_EXT_TAB Required qualifications 20130326
4 Importing IS_DEMAND Call by reference Type reference (TYPE) /MRSS/T_NW_DEM_STR Complex Demand in Structure Representation 20130326
5 Importing IS_DEMAND_WRK Call by reference Type reference (TYPE) /MRSS/T_NW_DEM_STR_WRK Complex Demand in Structure Representation 20130326

Method CONVERT_DEMAND_TO_INT on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method CONVERT_NEW_DATA_TO_DEMAND_STR 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_WRK_TAB Complex demands in structure representation 20130326

Method CONVERT_NEW_DATA_TO_DEMAND_STR on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method CREATE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DEM_H Call by reference Type reference (TYPE) /MRSS/T_DEM_H_EXT Attributes of Complex Demands 20130322
2 Importing IT_ADDRESS Call by reference Type reference (TYPE) /MRSS/T_DEM_ADDRESS_EXT_TAB Addresses for Demands 20130322
3 Importing IT_ADM Call by reference Type reference (TYPE) /MRSS/T_DEM_ADM_WRK_EXT_TAB Administrative Item Data 20130322
4 Importing IT_DEM_MAP Call by reference Type reference (TYPE) /MRSS/T_NW_DEM_MAP_WRK_TAB Demand Mapping Keys 20130717
5 Importing IT_INFO Call by reference Type reference (TYPE) /MRSS/T_DEM_INFO_EXT_TAB Informative Attributes 20130322
6 Importing IT_OPERA_ACTIVITY Call by reference Type reference (TYPE) /MRSS/T_DEM_OPERATION_TAB Operations 20130322
7 Importing IT_PARTNER_EXT Call by reference Type reference (TYPE) /MRSS/T_DEM_PARTNER_EXT_TAB Table with partner of a requirement 20130322
8 Importing IT_PLR Call by reference Type reference (TYPE) /MRSS/T_DEM_PLR_EXT_TAB Attributes of Planning-Relevant Items 20130322
9 Importing IT_PLRS Call by reference Type reference (TYPE) /MRSS/T_DEM_PLRS_EXT_TAB Attributes of Planning-Relevant Service Items 20130322
10 Importing IT_QUALIF_DEM Call by reference Type reference (TYPE) /MRSS/T_QUALIF_REQ_DEM_EXT_TAB Required qualifications 20130322
11 Importing IT_RELAT_DEM Call by reference Type reference (TYPE) /MRSS/T_DEM_RELAT_EXT_TAB Relationships Between Demands with External Keys 20130322
12 Importing IT_STATUS_EXT Call by reference Type reference (TYPE) /MRSS/T_DEM_STATUS_EXT_TAB Table with statuses of a requirement 20130322
13 Importing IT_TECH_OBJECTS Call by reference Type reference (TYPE) /MRSS/T_TECH_OBJECT_EXT_TAB Item linked to Technical Objects Tab 20130508
14 Importing IT_TOOL Call by reference Type reference (TYPE) /MRSS/T_DEM_TOOL_EXT_TAB Tool Item Attributes 20130322
15 Importing IV_ORDER_BEING_CONFIRMED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Is this a case of order confirmation? 20140507
16 Importing IV_PRNT_OR_NMAT_STATUS_SET Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Integrating Print or NMAT Status 20130902
17 Importing IV_SALES_ORG Call by reference Type reference (TYPE) VKORG Sales Organization 20130325
18 Returning RREF_INSTANCE Value transfer Object reference (TYPE REF TO) /MRSS/CL_INT_PM_FWDINTEGR_DEM Demand forward integration 20130322

Method CREATE_INSTANCE on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method DEMAND_CHANGE_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSIGNMENT_OLD Call by reference Type reference (TYPE) /MRSS/T_ASS_KEY_EXT_DET_TAB Table with Assignments 20130327
2 Importing IT_DEMANDS_OLD Call by reference Type reference (TYPE) /MRSS/T_NW_DEM_STR_TAB Complex demands in structure representation 20130409
3 Importing IV_KEY_EXT Call by reference Type reference (TYPE) /MRSS/T_DEM_KEY_EXT External Demand Key 20130325
4 Importing IV_KEY_EXT_H Call by reference Type reference (TYPE) /MRSS/T_DEM_KEY_EXT External Demand Key 20130325
5 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20130325
6 Importing IV_RELEVANT Call by reference Type reference (TYPE) /MRSS/T_DISPO_FLG Relevancy for Resource Planning 20130325

Method DEMAND_CHANGE_OPERATION on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method DETERMINE_SERVICE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ITEM Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Structure representation of a demand item 20130327

Method DETERMINE_SERVICE_AREA on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method GET_OPERA_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OPERA_ACTIVITY Value transfer Type reference (TYPE) /MRSS/T_DEM_OPERATION_TAB Operations 20130722

Method GET_OPERA_ACTIVITY on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method GET_RELATIONSHIP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DEMANDS_NEW Call by reference Type reference (TYPE) /MRSS/T_DEM_STR_WRK_TAB Complex demands in structure representation 20140507
2 Importing IT_DEMANDS_OLD Call by reference Type reference (TYPE) /MRSS/T_NW_DEM_STR_TAB Complex demands in structure representation 20140507

Method GET_RELATIONSHIP_DATA on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method INTEGRATE_DEMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IRRELEVANT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEM_KEY_EXT_TAB Table with External Keys 20130715
2 Exporting EV_DEMAND_IRRELEVANT Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN The entire demand is irrelevant! 20130715

Method INTEGRATE_DEMANDS on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method IS_ADDRESS_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 20130326
2 Importing IS_ADDRESS_NEW Call by reference Type reference (TYPE) /MRSS/T_ADDRESS Structure to store the adresses to GEO code 20130326
3 Importing IS_ADDRESS_OLD Call by reference Type reference (TYPE) /MRSS/T_ADDRESS Structure to store the adresses to GEO code 20130326

Method IS_ADDRESS_CHANGED on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method IS_THE_APPOINTMENT_CANCELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPOINTMENT_CANCELLED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Appointment is cancelled 20130603
2 Importing IV_KEY_EXT Call by reference Type reference (TYPE) /MRSS/T_DEM_KEY_EXT External Demand Key 20130603

Method IS_THE_APPOINTMENT_CANCELLED on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method READ_MRS_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASS_KEY_EXT_DET_TAB Table with Assignments 20130326
2 Exporting ET_ASSIGNMENTS_DET Call by reference Type reference (TYPE) /MRSS/T_ASS_KEY_EXT_TAB Table with Assignments (Internal Representation) 20130326
3 Exporting ET_CHILD_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASS_KEY_EXT_TAB Table with Assignments (Internal Representation) 20130326
4 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_NW_MESSAGE_TAB Messages 20130326
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130326
6 Importing IS_CONTROL_PARAMETERS Call by reference Type reference (TYPE) /MRSS/T_NW_ASG_READ_PARAM Parameters for assignment read 20130326

Method READ_MRS_ASSIGNMENTS on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method READ_MRS_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_NW_DEM_STR_TAB Complex demands in structure representation 20130325
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_NW_MESSAGE_TAB Messages 20130325
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Something failed! 20130325

Method READ_MRS_DEMANDS on class /MRSS/CL_INT_PM_FWDINTEGR_DEM has no exception.

Method VALIDATE_WORK_CENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ITEM Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Structure representation of a demand item 20130831
2 Importing IS_DEMAND_OLD Call by reference Type reference (TYPE) /MRSS/T_NW_DEM_STR Complex Demand in Structure Representation 20130831

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