SAP ABAP Class /MRSS/CL_BASIS_DEM (Demand Functions)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC (Application Component) Maintenance Processing
     /MRSS/BASIS_DEM (Package) Demand related Data and Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_BASIS_DEM Interface for Demand functions 20071109
2 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_BASIS_SAVEABLE MRS Basis Lifecycle Methods 20071109
Properties
Class /MRSS/CL_BASIS_DEM  
Short Description Demand Functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/BASIS_DEM   Demand related Data and Functions 
Created 20071109   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_BASIS_DEM has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_BASIS_DEM Interface for Demand functions 20071109
2 /MRSS/IF_BASIS_SAVEABLE MRS Basis Lifecycle Methods 20071109
Friends
Class /MRSS/CL_BASIS_DEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_DEMAND_ALL Instance attribute Private Type reference (TYPE) /MRSS/T_BASIS_DEM_DATA_TAB Demand Detaiils 20071112
2 GT_DEMAND_DEL Instance attribute Private Type reference (TYPE) /MRSS/T_BASIS_DEM_DATA_TAB Demand Detaiils 20071112
3 GT_DEMAND_INS Instance attribute Private Type reference (TYPE) /MRSS/T_BASIS_DEM_DATA_TAB Demand Detaiils 20071112
4 GT_DEMAND_UPD Instance attribute Private Type reference (TYPE) /MRSS/T_BASIS_DEM_DATA_TAB Demand Detaiils 20071112
5 GT_QUALIF_ALL Instance attribute Private Type reference (TYPE) /MRSS/T_BASIS_QUAL_DATA_TAB Demand Qualification Details 20071112
6 GT_QUALIF_DEL Instance attribute Private Type reference (TYPE) /MRSS/T_BASIS_QUAL_DATA_TAB Demand Qualification Data 20071112
7 GT_QUALIF_INS Instance attribute Private Type reference (TYPE) /MRSS/T_BASIS_QUAL_DATA_TAB Demand Qualification Data 20071112
8 GT_QUALIF_NOT_FOUND_FOR_DEMAND Instance attribute Private Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20131112
Methods
# Method Level Visibility Method type Description Created on
1 ADMIN_DATA_GET Instance method Private Method Get Admin Data 20071113
2 DEMAND_GET Instance method Private Method Get Demands 20071113
3 DEMAND_MAINTAIN Instance method Private Method Maintain demands 20071113
4 DEMAND_QUALIF_MAINTAIN Instance method Private Method 20071113
5 REFRESH_AFTER_SAVE Instance method Private Method Refresh modification buffers 20081017
6 REFRESH_ALL Instance method Private Method Refresh all buffers 20081017
7 SAVE Instance method Private Method Save to DB 20071114
Events
Class /MRSS/CL_BASIS_DEM has no event.
Types
Class /MRSS/CL_BASIS_DEM has no local type.
Method Signatures

Method ADMIN_DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AT Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20071113
2 Exporting EV_AWTYP Call by reference Type reference (TYPE) /MRSS/T_AWTYP Reference Transaction 20071113
3 Exporting EV_BY Call by reference Type reference (TYPE) SYUNAME User Name 20071113
4 Exporting EV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20071113

Method ADMIN_DATA_GET on class /MRSS/CL_BASIS_DEM has no exception.

Method DEMAND_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_BASIS_DEM_DATA_TAB Demand Detaiils 20071113
2 Exporting ET_INVALID_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20071113
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20071113
4 Exporting ET_QUALIF_REQ Call by reference Type reference (TYPE) /MRSS/T_BASIS_QUAL_DATA_TAB Required qualifications 20071113
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20071113
6 Importing IT_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20071113

Method DEMAND_GET on class /MRSS/CL_BASIS_DEM has no exception.

Method DEMAND_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 20071113
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20071113
3 Importing IS_ADMIN_RECORD Call by reference Type reference (TYPE) /MRSS/T_WFM_ADMIN_RECORD Administrative Data for Communication with WFM Core System 20080715
4 Importing IS_TIMEINT Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20071113
5 Importing IT_QUALIF_REQ Call by reference Type reference (TYPE) /MRSS/T_QUALIF_REQ_WFM_TAB Required qualifications 20071113
6 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) CHAR80 Char 80 20071113
7 Importing IV_DURATION Call by reference Type reference (TYPE) INT4 Natural Number 20071113
8 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20071113
9 Importing IV_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION Command Operation 20071113

Method DEMAND_MAINTAIN on class /MRSS/CL_BASIS_DEM has no exception.

Method DEMAND_QUALIF_MAINTAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20071113
2 Importing IT_QUALIF_REQ Call by reference Type reference (TYPE) /MRSS/T_QUALIF_REQ_WFM_TAB Required qualifications 20071113
3 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20071113
4 Importing IV_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION Command Operation 20071113

Method DEMAND_QUALIF_MAINTAIN on class /MRSS/CL_BASIS_DEM has no exception.

Method REFRESH_AFTER_SAVE Signature

Method REFRESH_AFTER_SAVE on class /MRSS/CL_BASIS_DEM has no parameter.
Method REFRESH_AFTER_SAVE on class /MRSS/CL_BASIS_DEM has no exception.

Method REFRESH_ALL Signature

Method REFRESH_ALL on class /MRSS/CL_BASIS_DEM has no parameter.
Method REFRESH_ALL on class /MRSS/CL_BASIS_DEM has no exception.

Method SAVE Signature

Method SAVE on class /MRSS/CL_BASIS_DEM has no parameter.
Method SAVE on class /MRSS/CL_BASIS_DEM has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 610