SAP ABAP Class /MRSS/CL_REQ_DEMAND (Request Demand)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   CA-CUS (Application Component) Global Organization Customizing
     /MRSS/REQUEST_INT (Package) Requests for Internal Consultants
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_REQ_DEMAND Demand Interface 20090815
Properties
Class /MRSS/CL_REQ_DEMAND  
Short Description Request Demand    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/REQUEST_INT   Requests for Internal Consultants 
Created 20090815   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_REQ_DEMAND Demand Interface 20090815
Friends
Class /MRSS/CL_REQ_DEMAND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_REQ_PROF Instance attribute Private Object reference (TYPE REF TO) /MRSS/CL_SQP_DEM_PROFILE Requirements Profile 20090824
2 GS_DEM_DATA Instance attribute Private Type reference (TYPE) /MRSS/T_REQ_DEM_BO Request Demand UI structure 20090824
3 GS_MDATA Static Attribute Public Type reference (TYPE) /MRSS/D_REQ_MDAT Master Data for Requests 20090818
4 GS_OLD_DEM_DATA Instance attribute Public Type reference (TYPE) /MRSS/T_REQ_DEM_BO Request Demand UI structure 20090818
5 GT_REQ_CAND Instance attribute Private Type reference (TYPE) /MRSS/T_REQ_CAND_BO_TAB Table type for Candidates - BO 20090907
6 GV_TENDER_GUID Instance attribute Private Type reference (TYPE) /MRSS/T_REQ_GUID Portal GUID 20090907
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20090818
2 CONSTRUCTOR Instance method Public Constructor 20090815
3 GET_RM_DATA_FROM_DEM_GUID Static method Public Method GET RM Request, Role, Dem OBJID from Req GUID 20090907
4 IS_CAND_IN_RM Static method Public Method Check if candidate is in RM 20090919
5 PUSH_TO_RM Static method Public Method Update Data in RMFS 20090907
6 VALIDATE_CAND_INFO Static method Private Method 20090919
Events
Class /MRSS/CL_REQ_DEMAND has no event.
Types
Class /MRSS/CL_REQ_DEMAND has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /MRSS/CL_REQ_DEMAND has no parameter.
Method CLASS_CONSTRUCTOR on class /MRSS/CL_REQ_DEMAND has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TENDER_GUID Call by reference Type reference (TYPE) /MRSS/T_REQ_GUID Request GUID 20090907
# Exception Resumable Description Created on
1 DATA_ERROR 20090820
2 DEMAND_ERROR 20090820

Method GET_RM_DATA_FROM_DEM_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REQUEST_NO Call by reference Type reference (TYPE) /MRSS/T_RM_REQ_ID Request Number 20090907
2 Exporting EV_ROLE_NO Call by reference Type reference (TYPE) /MRSS/T_RM_ROLE_ID Role Number 20090907
3 Exporting EV_SP_GROUP Call by reference Type reference (TYPE) OBJEKTID Object ID 20090907
4 Importing IV_RM_DEM_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID 20090907

Method GET_RM_DATA_FROM_DEM_GUID on class /MRSS/CL_REQ_DEMAND has no exception.

Method IS_CAND_IN_RM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IN_RM Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 20090919
2 Importing IS_REQUEST Call by reference Type reference (TYPE) /MRSS/T_RM_REQUEST Request Header 20090919
3 Importing IV_PERNR Call by reference Type reference (TYPE) PERNR_D Personnel Number 20090919
4 Importing IV_RM_DEM_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID 20090919
5 Importing IV_ROLE_NO Call by reference Type reference (TYPE) /MRSS/T_RM_ROLE_ID Role Number 20090919

Method IS_CAND_IN_RM on class /MRSS/CL_REQ_DEMAND has no exception.

Method PUSH_TO_RM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Return Messages 20090908
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 20090907
3 Importing IS_REQ_CAND_BO Call by reference Type reference (TYPE) /MRSS/T_REQ_CAND_BO Request Candidate Structure 20090907
4 Importing IS_REQ_CAND_RM_DATA Call by reference Type reference (TYPE) /MRSS/T_REQ_RM_CAND_DATA RM Candidate data for Tender Request in UI 20090908
5 Importing IS_REQ_DEM_BO Call by reference Type reference (TYPE) /MRSS/T_REQ_DEM_BO Request Demand UI structure 20090907
6 Importing IV_COMMIT Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 20090916
7 Importing IV_NEW_RSRC Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 20090908
8 Importing IV_UNAME Call by reference Type reference (TYPE) USNAM SY-UNAME User name 20090908

Method PUSH_TO_RM on class /MRSS/CL_REQ_DEMAND has no exception.

Method VALIDATE_CAND_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB 20090919
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 20090919
3 Importing IS_REQ_CAND_BO Call by reference Type reference (TYPE) /MRSS/T_REQ_CAND_BO Request Candidate Structure 20090919
4 Importing IS_REQ_CAND_RM_DATA Call by reference Type reference (TYPE) /MRSS/T_REQ_RM_CAND_DATA RM Candidate data for Tender Request in UI 20090919
5 Importing IS_RM_REQUEST Call by reference Type reference (TYPE) /MRSS/T_RM_REQUEST Request Header 20090919
6 Importing IV_APPLY Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 20090919
7 Importing IV_ROLE_NO Call by reference Type reference (TYPE) /MRSS/T_RM_ROLE_ID Role Number 20090919
8 Importing IV_UNAME Call by reference Type reference (TYPE) USNAM User name 20090919
9 Importing IV_WITHDRAW Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 20090919

Method VALIDATE_CAND_INFO on class /MRSS/CL_REQ_DEMAND has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 700