SAP ABAP Class /MRSS/CL_SGE_APP_BOOKING_MGR (Appointment Booking Manager)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGE (Package) Multiresource Planning: Scheduling Engine
Properties
Class /MRSS/CL_SGE_APP_BOOKING_MGR  
Short Description Appointment Booking Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGE   Multiresource Planning: Scheduling Engine 
Created 20101223   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGE_APP_BOOKING_MGR has no forward declaration.
Interfaces
Class /MRSS/CL_SGE_APP_BOOKING_MGR has no interface implemented.
Friends
Class /MRSS/CL_SGE_APP_BOOKING_MGR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_BADI_SGE_APP_OFFERING Instance attribute Protected Object reference (TYPE REF TO) /MRSS/SGE_APPOINTMENT_OFFERING 20101223
2 GREF_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) /MRSS/CL_SGE_APP_BOOKING_MGR Appointment Booking Manager 20110111
3 GS_DEM_DATA Instance attribute Private Type reference (TYPE) /MRSS/T_SGE_APP_SCHED_DEM_DATA Demand Data for appintment Scheduling 20110429
4 GV_SEARCH_STRATEGY Instance attribute Private Type reference (TYPE) /MRSS/T_SGE_SEARCH_STRATEGY Search Strategy 20110429
5 LREF_APPLICATION Static Attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGE_APPLICATION Date Scheduling 20110303
Methods
# Method Level Visibility Method type Description Created on
1 FILTER_APPNTMNTS_BY_FRZN_PER Instance method Private Method Filter the appointments by frozen period for resource 20101223
2 FILTER_APPOINTMENTS_BY_BADI Instance method Private Method Filter appointments by custom logic in the BADI 20101223
3 GET_APPOINTMENTS Instance method Public Method Get the appopintments 20101223
4 GET_APPT_BOOKING_HANDLER Instance method Private Method Get the Handler for Appointment Booking 20110303
5 GET_INSTANCE Static method Public Method Get Instance of appointment manager 20101223
6 IS_RESOURCE_FULLY_BOOKED Instance method Public Method To check whether the resource is fully booked or not 20101223
7 SCHEDULE_APPOINTMENT Instance method Public Method Schedule Appointments 20110311
Events
Class /MRSS/CL_SGE_APP_BOOKING_MGR has no event.
Types
Class /MRSS/CL_SGE_APP_BOOKING_MGR has no local type.
Method Signatures

Method FILTER_APPNTMNTS_BY_FRZN_PER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPOINTMENTS Call by reference Type reference (TYPE) /MRSS/T_APPOINTMENT_TAB 20101223
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20101223
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20101223
4 Importing IT_APPOINTMENTS Call by reference Type reference (TYPE) /MRSS/T_APPOINTMENT_TAB 20101223

Method FILTER_APPNTMNTS_BY_FRZN_PER on class /MRSS/CL_SGE_APP_BOOKING_MGR has no exception.

Method FILTER_APPOINTMENTS_BY_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPOINTMENTS Call by reference Type reference (TYPE) /MRSS/T_APPOINTMENT_TAB 20101223
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20101223
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20101223
4 Importing IT_APPOINTMENTS Call by reference Type reference (TYPE) /MRSS/T_APPOINTMENT_TAB 20101223

Method FILTER_APPOINTMENTS_BY_BADI on class /MRSS/CL_SGE_APP_BOOKING_MGR has no exception.

Method GET_APPOINTMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPOINTMENTS Call by reference Type reference (TYPE) /MRSS/T_APPOINTMENT_TAB Table with results of Date Search 20101223
2 Exporting ET_INTERVALS Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL_TAB Table with Time Stamp Intervals 20101223
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20101223
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20101223
5 Importing IS_ADDRESS_DATA Call by reference Type reference (TYPE) /MRSS/T_DEM_ADDRESS_EXT Demand Address (Potential Usage Site) 20101223
6 Importing IS_DEM_DATA Call by reference Type reference (TYPE) /MRSS/T_SGE_APP_SCHED_DEM_DATA Demand Data for appintment Scheduling 20101223
7 Importing IS_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20101223
8 Importing IS_ORG_UNIT Call by reference Type reference (TYPE) /MRSS/T_ORG_UNIT Resource planning node 20101223
9 Importing IS_SEARCH_STRATEGY_DATA Call by reference Type reference (TYPE) /MRSS/T_SEARCH_STRATEGY_DATA Search Strategy Data 20101223
10 Importing IT_INTERVALS Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL_TAB Table with Time Stamp Intervals 20101223
11 Importing IT_QUALIF_HR Call by reference Type reference (TYPE) /MRSS/T_QUALIF_REQ_WFM_TAB Required qualifications 20101223
12 Importing IT_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_SGE_RES_GUID_PRIO_TAB Table Type: Res guid with priority 20101223
13 Importing IV_AIG Call by reference Type reference (TYPE) /MRSS/T_AIG_GRP Date Interval Group 20101223
14 Importing IV_DURATION Call by reference Type reference (TYPE) INT4 Natural number 20101223
15 Importing IV_QUALIF_MRS_PROF_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20101223
16 Importing IV_SEARCH_STRATEGY Call by reference Type reference (TYPE) /MRSS/T_SGE_SEARCH_STRATEGY Search Strategy 20101223
17 Importing IV_TIMEZONE Call by reference Type reference (TYPE) TZNZONE Time Zone 20110511

Method GET_APPOINTMENTS on class /MRSS/CL_SGE_APP_BOOKING_MGR has no exception.

Method GET_APPT_BOOKING_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_INSTANCE Value transfer Type reference (TYPE) /MRSS/T_APP_BOOK_TYPE_REF_TAB Date Scheduling 20110415

Method GET_APPT_BOOKING_HANDLER on class /MRSS/CL_SGE_APP_BOOKING_MGR has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_APPLICATION Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGE_APPLICATION Scheduling Engine Application 20101223
2 Returning RREF_INSTANCE Value transfer Object reference (TYPE REF TO) /MRSS/CL_SGE_APP_BOOKING_MGR Appointment Booking Manager 20101223

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

Method IS_RESOURCE_FULLY_BOOKED 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 Tabelle von Nachrichten 20101223
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20101223
3 Exporting EV_RESOURCE_FULLY_BOOKED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20101223
4 Importing IS_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Zeitintervall 20101223
5 Importing IT_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB Liste mit Guids 20101223
6 Importing IV_AIG Call by reference Type reference (TYPE) /MRSS/T_AIG_GRP 20101223
7 Importing IV_OVERBOOKING_ALLOWED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20101223
8 Importing IV_TIMEZONE Call by reference Type reference (TYPE) TZNZONE Time Zone 20110511

Method IS_RESOURCE_FULLY_BOOKED on class /MRSS/CL_SGE_APP_BOOKING_MGR has no exception.

Method SCHEDULE_APPOINTMENT 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 20110311
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20110311
3 Importing IS_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEM_STR Complex demand in structure representation 20110311
4 Importing IT_ENQUIRY Call by reference Type reference (TYPE) /MRSS/T_ENQUIRY_TAB Table with Requests for Dates 20110311
5 Importing IT_OP_DATA Call by reference Type reference (TYPE) /MRSS/T_DEM_OPERATION_TAB Operations 20110311
6 Importing IT_SELF_PLAN Call by reference Type reference (TYPE) /MRSS/T_DEM_SELFPLAN_TAB Table for storing demands and their Self plan statuses 20110311

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