SAP ABAP Class /MRSS/CL_SQE_QUALIF_TOOLS (Diverse tools for matching)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SQE (Package) MRS qualifications: engine
Properties
Class /MRSS/CL_SQE_QUALIF_TOOLS  
Short Description Diverse tools for matching    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SQE   MRS qualifications: engine 
Created 20060907   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SQE_QUALIF_TOOLS has no forward declaration.
Interfaces
Class /MRSS/CL_SQE_QUALIF_TOOLS has no interface implemented.
Friends
Class /MRSS/CL_SQE_QUALIF_TOOLS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_FCODE_DSP_TOGGLE Constant Private Type reference (TYPE) SY-UCOMM 'DSP_TOGGLE' Screens, Function Code That Triggered PAI 20060907
2 CV_FCODE_MTCH_TRACE Constant Private Type reference (TYPE) SY-UCOMM 'MTRACE' Screens, Function Code That Triggered PAI 20060907
3 CV_PLANNING_NODE_F4_END Constant Protected Type reference (TYPE) SY-UCOMM 'TREX' Function code: end search help for org. nodes 20060907
4 CV_SUBOBJECT_PLR Constant Protected Type reference (TYPE) /MRSS/T_DEM_SUBOBJ 'PLR' Subobject: planning-relevant items 20060907
Methods
# Method Level Visibility Method type Description Created on
1 CALC_TRAVEL_DETAILS Static method Protected Method Calculate Travel Details to Display in Ranking Table 20071211
2 CALLBACK_F4_SH_RESOURCE_NODES Static method Public Method CALLBACK routine for method PLANNING_NODE_Fd_CALL 20060907
3 CONVERT_DURATION Static method Public Method Conversion of duration 20060907
4 DEMAND_CONTACT_PERSON_GET Static method Public Method Determine contact person for demand 20060907
5 DEMAND_REQUESTOR_GET Static method Public Method Determine requestor for demand 20060907
6 DEMAND_RESMGR_GET Static method Public Method Determine resource manager for demand 20060907
7 GET_TRAVEL_DETAILS Static method Public Method Calculate Travel Time 20071211
8 PLANNING_NODE_F4_CALL Static method Public Method Input help for org. nodes 20060907
9 PLANNING_NODE_RESOURCE_GET Static method Public Method Provides a list of resource GUIDs for the entorg. 20060907
10 PROFILE_GUID_OF_DEMAND_GET Static method Public Method Returns the profile GUID for demand 20060907
11 PROFILE_ONCA_SEARCHTYPE_GET Static method Public Method Read Search Mode for On-Call Types from Profile 20060908
12 REF_PROFILE_AND_PROF_GET Static method Public Method Get Ref. Profile & Proficiency for a Resource 20080311
13 RESOURCE_RESMGR_GET Static method Public Method Determine resource manager for demand 20060907
14 RESULT_INFO_DETAIL_POPUP Static method Public Method Popup with details of info field 20060907
15 RESULT_INFO_MENU Static method Public Method Buttons/functions for displaying additional data for res. 20060926
Events
Class /MRSS/CL_SQE_QUALIF_TOOLS has no event.
Types
Class /MRSS/CL_SQE_QUALIF_TOOLS has no local type.
Method Signatures

Method CALC_TRAVEL_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TRV_DISTANCE Call by reference Type reference (TYPE) /MRSS/T_TRV_DISTANCE Distance to travel 20071211
2 Exporting EV_TRV_DURATION Call by reference Type reference (TYPE) /MRSS/T_SGU_TRV_DURATION Duration of Travel 20071211
3 Exporting EV_TRV_TYPE Call by reference Type reference (TYPE) /MRSS/T_TRV_TYPE Travel type 20071211
4 Importing IREF_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Bedarf 20071211
5 Importing IREF_RESOURCE Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGE_SINGLE_RESOURCE Scheduling Engine Einzelne Resource 20071211
6 Importing IV_DEM_END_TST Call by reference Type reference (TYPE) TIMESTAMP Demand end timestamp 20071211
7 Importing IV_DEM_START_TST Call by reference Type reference (TYPE) TIMESTAMP Demand start timestamp 20071211
8 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP End timestamp for the resource tour 20071211
9 Importing IV_START_TSTMP Call by reference Type reference (TYPE) TIMESTAMP Start timestamp for the resoruce tour 20071211

Method CALC_TRAVEL_DETAILS on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method CALLBACK_F4_SH_RESOURCE_NODES Signature

Method CALLBACK_F4_SH_RESOURCE_NODES on class /MRSS/CL_SQE_QUALIF_TOOLS has no parameter.
Method CALLBACK_F4_SH_RESOURCE_NODES on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method CONVERT_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_DURATION Call by reference Type reference (TYPE) P Dauer 20060907
2 Changing CV_DURATION_UNIT Call by reference Type reference (TYPE) /MRSS/T_SGU_DURATION_UNIT Zeiteinheit 20060907
3 Changing CV_SECONDS Call by reference Type reference (TYPE) I Dauer in Sekunden 20060907

Method CONVERT_DURATION on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method DEMAND_CONTACT_PERSON_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESOURCE_DATA Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_DETAILS_TAB Ressourcen Details 20060907
2 Exporting ET_RESOURCE_GUIDS Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_ID_TAB Ressourcen Details 20060907
3 Importing IV_DEMAND Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20060907

Method DEMAND_CONTACT_PERSON_GET on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method DEMAND_REQUESTOR_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESOURCE_DATA Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_DETAILS_TAB Ressourcen Details 20060907
2 Exporting ET_RESOURCE_GUIDS Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_ID_TAB Ressourcen Details 20060907
3 Importing IV_DEMAND Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20060907

Method DEMAND_REQUESTOR_GET on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method DEMAND_RESMGR_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESOURCE_DATA Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_DETAILS_TAB Ressourcen Details 20060907
2 Exporting ET_RESOURCE_GUIDS Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_ID_TAB Ressourcen Details 20060907
3 Importing IV_DEMAND Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20060907

Method DEMAND_RESMGR_GET on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method GET_TRAVEL_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RANK_MATCH Call by reference Type reference (TYPE) /MRSS/T_SQE_RANK_MATCH_TAB Matching data 20071211
2 Importing IREF_DEMANDS_IF Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_MNT_DEMANDS Modifikation von Bedarfen 20071211
3 Importing IREF_RESOURCE_IF Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_MNT_RESOURCES Modifikation von Ressourcen und Einsätzen 20071211
4 Importing IS_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL 20100823
5 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20071211
6 Importing IV_RES_SEARCH Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20071211

Method GET_TRAVEL_DETAILS on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method PLANNING_NODE_F4_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLANNING_NODE_OBJEC Call by reference Type reference (TYPE) /MRSS/T_OBJEC_TAB Tabelle mit Objekten 20060907
2 Exporting EV_CANCELED Call by reference Type reference (TYPE) XFLAG Auswahl abgebrochen 20060907
3 Importing IT_PLANNING_NODE_OBJEC Call by reference Type reference (TYPE) /MRSS/T_OBJEC_TAB Tabelle mit Objekten 20060907
4 Importing IV_CALLBACK_FORM Call by reference Type reference (TYPE) SY-XFORM 20060907
5 Importing IV_CALLBACK_PROGRAM Call by reference Type reference (TYPE) SY-REPID 20060907
6 Importing IV_MULTIPLE_CHOICE Call by reference Type reference (TYPE) DDBOOL_D 'X' DD: Wahrheitswert 20060907

Method PLANNING_NODE_F4_CALL on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method PLANNING_NODE_RESOURCE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERNR Call by reference Type reference (TYPE) /MRSS/T_OBJID_TAB Personalnummer oder Business Partner 20060907
2 Importing IV_BEGDA Call by reference Type reference (TYPE) OBJEC-BEGDA Beginndatum 20101112
3 Importing IV_ENDDA Call by reference Type reference (TYPE) OBJEC-ENDDA Endedatum 20101112
4 Importing IV_ORG_OBJID Call by reference Type reference (TYPE) /MRSS/T_ORGOBJECT Benutzer ID 20060907
5 Importing IV_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20060907

Method PLANNING_NODE_RESOURCE_GET on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method PROFILE_GUID_OF_DEMAND_GET 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) HROBJECT Objekt 20060907
2 Exporting EV_PROFILE_GUID Call by reference Type reference (TYPE) /MRSS/T_PROFILE_GUID Profil-GUID 20060907
3 Importing IS_DEMAND_DATA Call by reference Type reference (TYPE) /MRSS/T_DEM_STR Komplexer Bedarf 20060907
4 Importing IS_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL OBSOLET 20060907
5 Importing IV_DEMAND Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20060907

Method PROFILE_GUID_OF_DEMAND_GET on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method PROFILE_ONCA_SEARCHTYPE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ONCA_SEARCHTYPE Call by reference Type reference (TYPE) /MRSS/T_ONCALL_SRCH_TYP Suchmodus Bereitschaftsart 20060908
2 Importing IV_PROFILE_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID Profil GUID 20060908

Method PROFILE_ONCA_SEARCHTYPE_GET on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method REF_PROFILE_AND_PROF_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REF_PROF_AND_PROF Call by reference Type reference (TYPE) /MRSS/T_REF_PROF_AND_PROF Employee Header details 20080311
2 Importing IV_RESOURCE_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20080311

Method REF_PROFILE_AND_PROF_GET on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method RESOURCE_RESMGR_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESOURCE_DATA Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_DETAILS_TAB Ressourcen Details 20060907
2 Exporting ET_RESOURCE_GUIDS Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_ID_TAB Ressourcen Details 20060907
3 Importing IV_RESOURCE Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20060907

Method RESOURCE_RESMGR_GET on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method RESULT_INFO_DETAIL_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALWAYS_ANON Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20061012
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) /MRSS/T_SQE_FIELD_RES_STRUC MRS: Feldname Ergebnisliste 20060907
3 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20060907
4 Importing IV_MATCHING_TYPE Call by reference Type reference (TYPE) /MRSS/T_SQE_MATCHING_TYPE Matching Art 20060907

Method RESULT_INFO_DETAIL_POPUP on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.

Method RESULT_INFO_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOOLBAR_BUTTONS Call by reference Type reference (TYPE) TTB_BUTTON Toolbarbuttons 20060926
2 Importing IS_DDIC_STRUCT Call by reference Type reference (TYPE) /MRSS/T_SQE_MATCH_STRUCT Structurinfo Ergebnisliste 20060926
3 Importing IV_MATCHING_TYPE Call by reference Type reference (TYPE) /MRSS/T_SQE_MATCHING_TYPE Matching Art 20060926

Method RESULT_INFO_MENU on class /MRSS/CL_SQE_QUALIF_TOOLS has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 195