SAP ABAP Class /MRSS/CL_RAL_SELECTION (Data Selection for Resource Assignment View)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   CA-MRS (Application Component) SAP Multiresource Scheduling
     /MRSS/RAL (Package) Package for Resource Assignment List
Properties
Class /MRSS/CL_RAL_SELECTION  
Short Description Data Selection for Resource Assignment View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/RAL   Package for Resource Assignment List 
Created 20120806   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_RAL_SELECTION has no forward declaration.
Interfaces
Class /MRSS/CL_RAL_SELECTION has no interface implemented.
Friends
Class /MRSS/CL_RAL_SELECTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_APPLICATION Instance attribute Protected Object reference (TYPE REF TO) /MRSS/CL_SGE_APPLICATION_MNT Scheduling Engine Application: Planning Board 20121009
2 GREF_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) /MRSS/CL_RAL_SELECTION Data Selection for Resource Assignment View 20120806
3 GREF_ROUTER Instance attribute Protected Object reference (TYPE REF TO) /MRSS/IF_NW_ROUTER_FACADE NW Router 20120808
Methods
# Method Level Visibility Method type Description Created on
1 GET_ADDRESS_DATA Instance method Public Method Get Address Data 20120806
2 GET_ASSIGNMENT_DATA Instance method Public Method Get Assignment Data 20120806
3 GET_ASSIGNMENT_STATUS Instance method Public Method Get Assignment Status 20120829
4 GET_BP_PERS_NUMBER_BY_USER Instance method Private Method Get the BP Personnal Number by SAP User 20120808
5 GET_CUSTOM_DATA Instance method Public Method Get Custom Data 20120904
6 GET_DATA_SELECTION Instance method Public Method Get Data Selection Customizing 20120807
7 GET_DEMAND_DATA Instance method Public Method Get Demand Data 20120806
8 GET_DEMAND_PARENTS Instance method Private Method Get Demand Parents (e.g. PS WBS Element or PS Project) 20120806
9 GET_GLOBAL_TIMEZONE Instance method Public Method Get global Time Zone 20120901
10 GET_HR_PERS_NUMBER_BY_USER Instance method Private Method Get the HR Personnal Number by SAP User 20120808
11 GET_INSTANCE Static method Public Method Get Instance 20120806
12 GET_NAMES_FOR_RESOURCES Instance method Public Method Get Names for Resources 20120808
13 GET_ORG_UNIT_DESCRIPTION Instance method Public Method Get Org Unit Descriptions 20120823
14 GET_ORG_UNIT_FOR_PERS_NUMBER Instance method Private Method Get the Planning Node for a Resource 20120808
15 GET_RESOURCES_BY_PERS_NUMBER Instance method Public Method Get Resources by Personnel Number 20120808
16 GET_RESOURCES_BY_USER Instance method Public Method Get Resources by User 20120806
17 GET_RESOURCE_DATA Instance method Public Method Get Resource Data 20120806
18 GET_RESOURCE_GUID_BY_PERS_NUM Instance method Private Method Get Resource Guid by Personnel Number 20121017
19 GET_RM_REQUEST_DATA Instance method Public Method Get RM Request Data 20120825
20 GET_RM_REQUEST_DATA_VIA_API Instance method Public Method Get RM Request Data via the RM API 20120901
21 GET_RM_REQUEST_NUMBERS_BY_DEM Instance method Public Method Get RM Request Numbers from Demand IDs 20120902
22 GET_STATUS_DATA Instance method Public Method Obsolet - Get Status Data 20120825
23 GET_TRAVEL_TIME_DATA Instance method Public Method Get Travel Time Data 20120806
24 GET_WORK_CENTER_DATA Instance method Public Method Get Work Center and Plant Data 20120824
25 INITIALIZE Instance method Private Method Initialization 20120806
26 INIT_PLBO_PROFILE_BY_USER Instance method Public Method Initialize Planning Board Profile by User 20121011
27 INSERT_READ_LOGS Instance method Private Method Insert (logging) the resource details 20130605
Events
Class /MRSS/CL_RAL_SELECTION has no event.
Types
Class /MRSS/CL_RAL_SELECTION has no local type.
Method Signatures

Method GET_ADDRESS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEMAND_ADDRESS Call by reference Type reference (TYPE) /MRSS/T_RAL_ADDRESS_TAB Table for Address 20120806
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20120808
3 Exporting ET_RESOURCE_ADDRESS Call by reference Type reference (TYPE) /MRSS/T_RAL_ADDRESS_TAB Table for Address 20120806
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
5 Importing IT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120806
6 Importing IT_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120806

Method GET_ADDRESS_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_ASSIGNMENT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENT_DATA Call by reference Type reference (TYPE) /MRSS/T_RAL_ASSIGNMENT_DAT_TAB MRS Assignment Data 20120806
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20120808
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
4 Importing IT_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120806
5 Importing IV_BEGDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120806
6 Importing IV_ENDDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120806

Method GET_ASSIGNMENT_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_ASSIGNMENT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENT_STATUS Call by reference Type reference (TYPE) /MRSS/T_RAL_ASG_STATUS_TAB Table for Comprehensive Assignment Status in External Format 20120829
2 Importing IV_ASSIGNMENT_KEY Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20120829
3 Importing IV_DEMAND_HEADER_KEY Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20120829
4 Importing IV_DEMAND_KEY Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20120829
5 Importing IV_RM_REQUEST_NUMBER Call by reference Type reference (TYPE) /MRSS/T_RAL_RM_REQ_NUMBER RM Request Number 20120903
6 Importing IV_RM_ROLE_NUMBER Call by reference Type reference (TYPE) /MRSS/T_RAL_RM_REQ_ROLE_NUMBER RM Role Number 20120903

Method GET_ASSIGNMENT_STATUS on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_BP_PERS_NUMBER_BY_USER 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 20120808
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
3 Exporting EV_PERSONNEL_NUMBER Call by reference Type reference (TYPE) BU_PARTNER Personnel number or business partner 20120808
4 Importing IV_BEGDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
5 Importing IV_ENDDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
6 Importing IV_USER Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20120808

Method GET_BP_PERS_NUMBER_BY_USER on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_CUSTOM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENT_DATA Call by reference Type reference (TYPE) /MRSS/T_RAL_ASSIGNMENT_DAT_TAB Table for Assignment Data 20120904
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20120904
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120904
4 Importing IT_ASSIGNMENT_DATA Call by reference Type reference (TYPE) /MRSS/T_RAL_ASSIGNMENT_DAT_TAB Table for Assignment Data 20120904

Method GET_CUSTOM_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_DATA_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DATA_SELECTION Value transfer Type reference (TYPE) /MRSS/C_RAL_DSEL Customizing for Data Selection in Resource Assignment List 20120807

Method GET_DATA_SELECTION on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_DEMAND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEM_ADM Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_ADM_TAB Table for Administrative Demand Item Data 20120806
2 Exporting ET_DEM_AREA Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_AREA_TAB Table for Mapping Demand and Service Area 20120806
3 Exporting ET_DEM_DATA Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_DATA_TAB Table for Demand Master Data 20120806
4 Exporting ET_DEM_H Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_H_TAB Table for Complex Demands 20120806
5 Exporting ET_DEM_INFO Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_INFO_TAB Table for Informative Fields for Demand Items 20120806
6 Exporting ET_DEM_MAP Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_MAP_TAB Table for Mapping External Keys to Demand Header 20120824
7 Exporting ET_DEM_MATE Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_MATE_TAB Table for Data for Spare Part Items 20120806
8 Exporting ET_DEM_PARENTS Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_H_TAB Table for Complex Demands 20120806
9 Exporting ET_DEM_PLR Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_PLR_TAB Table for Data required for planning-relevant items 20120806
10 Exporting ET_DEM_PLRS Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_PLRS_TAB Table for Data for Service Items 20120806
11 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20120808
12 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
13 Importing IT_DEMAND_HEADERS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120806
14 Importing IT_DEMAND_ITEMS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120806

Method GET_DEMAND_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_DEMAND_PARENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEM_CHILDREN Call by reference Type reference (TYPE) /MRSS/T_DEM_H_TAB Complex Demand 20120806
2 Returning RT_DEM_PARENTS Value transfer Type reference (TYPE) /MRSS/T_DEM_H_TAB Complex Demand 20120806

Method GET_DEMAND_PARENTS on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_GLOBAL_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TIMEZONE Value transfer Type reference (TYPE) TIMEZONE Time Zone 20120901

Method GET_GLOBAL_TIMEZONE on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_HR_PERS_NUMBER_BY_USER 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 20120808
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
3 Exporting EV_PERSONNEL_NUMBER Call by reference Type reference (TYPE) BU_PARTNER Personnel number or business partner 20120808
4 Importing IV_BEGDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
5 Importing IV_ENDDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
6 Importing IV_USER Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20120808

Method GET_HR_PERS_NUMBER_BY_USER on class /MRSS/CL_RAL_SELECTION 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/CL_RAL_SELECTION Data Selection for Resource Assignment View 20120806

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

Method GET_NAMES_FOR_RESOURCES 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 20120808
2 Exporting ET_RESOURCE_DATA Call by reference Type reference (TYPE) /MRSS/T_RES_DATA_TAB Resource Data 20120808
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
4 Importing IT_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120808
5 Importing IV_BEGDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
6 Importing IV_ENDDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808

Method GET_NAMES_FOR_RESOURCES on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_ORG_UNIT_DESCRIPTION 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 20120909
2 Exporting ET_ORG_UNIT_DATA Call by reference Type reference (TYPE) /MRSS/T_RAL_ORG_UNIT_DATA_TAB Table of Comprehensive Object and Work Center Data 20120909
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120909
4 Importing IT_LOGSYS_OBJECT Call by reference Type reference (TYPE) /MRSS/T_RAL_LOGSYS_HROBJEC_TAB Table for Combination of Logsys and Object 20120909
5 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20120909

Method GET_ORG_UNIT_DESCRIPTION on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_ORG_UNIT_FOR_PERS_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ORG_UNIT Call by reference Type reference (TYPE) /MRSS/T_ORG_UNIT_INFO Org unit Info 20120808
2 Importing IV_BEGDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
3 Importing IV_ENDDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
4 Importing IV_PERSONNEL_NUMBER Call by reference Type reference (TYPE) BU_PARTNER Personnel number or business partner 20120808

Method GET_ORG_UNIT_FOR_PERS_NUMBER on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_RESOURCES_BY_PERS_NUMBER 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 20120808
2 Exporting ET_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120808
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
4 Importing IV_BEGDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
5 Importing IV_ENDDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120808
6 Importing IV_PERSONNEL_NUMBER Call by reference Type reference (TYPE) BU_PARTNER User Name in User Master Record 20120808
7 Importing IV_SELECTION_TYPE Call by reference Type reference (TYPE) /MRSS/T_RAL_SELECTION_TYPE Selection Type on the UI 20120914

Method GET_RESOURCES_BY_PERS_NUMBER on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_RESOURCES_BY_USER 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 20120808
2 Exporting ET_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120806
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
4 Importing IV_BEGDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120806
5 Importing IV_ENDDA Call by reference Type reference (TYPE) DATS Field of type DATS 20120806
6 Importing IV_SELECTION_TYPE Call by reference Type reference (TYPE) /MRSS/T_RAL_SELECTION_TYPE Selection Type on the UI 20120914
7 Importing IV_USER Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20120806

Method GET_RESOURCES_BY_USER on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_RESOURCE_DATA 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 20120808
2 Exporting ET_RESOURCE_DATA Call by reference Type reference (TYPE) /MRSS/T_RAL_RES_DATA_TAB Table for Resource Data 20120806
3 Exporting ET_RES_INFO Call by reference Type reference (TYPE) /MRSS/T_RAL_RES_INFO_TAB Table for Resource Info Data 20120806
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
5 Importing IT_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120806

Method GET_RESOURCE_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_RESOURCE_GUID_BY_PERS_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESOURCE_GUID Value transfer Type reference (TYPE) /MRSS/T_GUID GUID 20121017
2 Importing IV_PERSONNEL_NUMBER Call by reference Type reference (TYPE) BU_PARTNER Personnel Number 20121017

Method GET_RESOURCE_GUID_BY_PERS_NUM on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_RM_REQUEST_DATA 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 20120825
2 Exporting ET_RM_HEADER Call by reference Type reference (TYPE) /MRSS/T_RAL_RM_REQUEST_TAB Structure for RM Request Header Data 20120825
3 Exporting ET_RM_ROLE Call by reference Type reference (TYPE) /MRSS/T_RAL_RM_ROLE_TAB Table for RM Role Data 20120825
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120825
5 Importing IT_DEM_H Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_H_TAB List of GUIDs 20120825

Method GET_RM_REQUEST_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_RM_REQUEST_DATA_VIA_API 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 20120902
2 Exporting ET_RM_REQUEST Call by reference Type reference (TYPE) /MRSS/T_RAL_RM_REQ_TAB Table for RM Request Data 20120902
3 Exporting ET_RM_ROLE Call by reference Type reference (TYPE) /MRSS/T_RM_ROLE_UI_TAB Role UI table type 20120902
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120902
5 Importing IT_RM_REQUEST_NUMBER Call by reference Type reference (TYPE) /MRSS/T_RAL_RM_REQ_NUMBER_TAB Table for RM Request Number 20120902

Method GET_RM_REQUEST_DATA_VIA_API on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_RM_REQUEST_NUMBERS_BY_DEM 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 20120902
2 Exporting ET_RM_REQUEST_NUMBER Call by reference Type reference (TYPE) /MRSS/T_RAL_RM_REQ_NUMBER_TAB Table for RM Request Number 20120902
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120902
4 Importing IT_DEM_H Call by reference Type reference (TYPE) /MRSS/T_RAL_DEM_H_TAB Table for Complex Demands 20120902

Method GET_RM_REQUEST_NUMBERS_BY_DEM on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_STATUS_DATA Signature

Method GET_STATUS_DATA on class /MRSS/CL_RAL_SELECTION has no parameter.
Method GET_STATUS_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_TRAVEL_TIME_DATA 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 20120808
2 Exporting ET_TRAVEL_TIME_DATA Call by reference Type reference (TYPE) /MRSS/T_RAL_TRAVEL_TIME_TAB Table for Travel Time Data 20120806
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120808
4 Importing IT_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20120806

Method GET_TRAVEL_TIME_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method GET_WORK_CENTER_DATA 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 20120824
2 Exporting ET_WORK_CENTER_DATA Call by reference Type reference (TYPE) /MRSS/T_RAL_WC_DATA_TAB Table of Comprehensive Object and Work Center Data 20120824
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120824
4 Importing IT_LOGSYS_OBJECT Call by reference Type reference (TYPE) /MRSS/T_RAL_LOGSYS_HROBJEC_TAB Structure for Combination of Logsys and Object 20120824
5 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20120824

Method GET_WORK_CENTER_DATA on class /MRSS/CL_RAL_SELECTION has no exception.

Method INITIALIZE Signature

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

Method INIT_PLBO_PROFILE_BY_USER Signature

Method INIT_PLBO_PROFILE_BY_USER on class /MRSS/CL_RAL_SELECTION has no parameter.
Method INIT_PLBO_PROFILE_BY_USER on class /MRSS/CL_RAL_SELECTION has no exception.

Method INSERT_READ_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ADDRESS Call by reference Type reference (TYPE) /MRSS/T_SGE_ADDRESS_TAB Address Details of Resources 20130605

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