SAP ABAP Class /MRSS/CL_SGE_CHECKS (Checks in the Scheduling Engine Application)
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_CHECKS  
Short Description Checks in the Scheduling Engine Application    
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 20030508   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGE_CHECKS has no forward declaration.
Interfaces
Class /MRSS/CL_SGE_CHECKS has no interface implemented.
Friends
Class /MRSS/CL_SGE_CHECKS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGE_CHECKS Checks in the Scheduling Engine Application 20110920
2 GT_CHECK Instance attribute Public Type reference (TYPE) /MRSS/T_CHECK_CLS_TAB Table with Check Classes 20030610
3 GT_SKIP_ALERTS Instance attribute Private Type reference (TYPE) /MRSS/T_SKIP_ALERTS_TAB Store Skipped Alerts 20100628
Methods
# Method Level Visibility Method type Description Created on
1 CHECKS_PERFORM Instance method Public Method Run Checks for Several Components 20030829
2 CHECKS_PERFORM_CHANGE Instance method Public Method Check After Change 20030610
3 CHECKS_PERFORM_COMPONENT Instance method Private Method Run Checks for a Component 20030807
4 CLEAR_BUFFER_DATA Instance method Public Method Clear Buffered Data After Executing Commands 20121217
5 GET_INSTANCE Static method Public Method Gets Instance 20110920
6 GET_RELATED_COMPONENTS Instance method Private Method Get Dependent Components 20030901
7 HANDLER_DATA_CHANGED Instance method Public Event handling method Event Handler for Changed Data 20030610
8 INITIALIZE Instance method Public Method Initialization 20031124
9 IS_CHECK_REQUIRED Instance method Public Method Is Check Required? 20101222
10 SKIP_QUALIFICATION_CHECK Instance method Public Method Set Indicator for Skip Qualification Check 20100628
11 SUPPRESS_CHECK_FLAG Instance method Public Method Suppress Check Indicator 20100628
12 TRIGGER_PERIOD_PROC Instance method Public Method Trigger Periodic Checks 20030930
Events
Class /MRSS/CL_SGE_CHECKS has no event.
Types
Class /MRSS/CL_SGE_CHECKS has no local type.
Method Signatures

Method CHECKS_PERFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASSIGNMENT_TAB Tabelle der Einsätze 20030829
2 Importing IT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Tabelle mit Bedarfen 20030829
3 Importing IT_EXCLUDE_ALERT_MSG Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20080118
4 Importing IT_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_TAB Tabelle mit Resourcen 20030829
5 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030829
6 Importing IV_CHECK_TIME_DEP Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Boolean Variable 20080118
7 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030829

Method CHECKS_PERFORM on class /MRSS/CL_SGE_CHECKS has no exception.

Method CHECKS_PERFORM_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_DATA_CHANGED Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGE_DATA_CHANGED Datenänderung der Scheduling Engine Applikation 20030610

Method CHECKS_PERFORM_CHANGE on class /MRSS/CL_SGE_CHECKS has no exception.

Method CHECKS_PERFORM_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_ASSIGNMENT Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_ASSIGNMENT Einsatz der Scheduling Engine 20030807
2 Importing IREF_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Bedarf 20030807
3 Importing IREF_RESOURCE Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGE_SINGLE_RESOURCE Scheduling Engine Einzelne Resource 20030807

Method CHECKS_PERFORM_COMPONENT on class /MRSS/CL_SGE_CHECKS has no exception.

Method CLEAR_BUFFER_DATA Signature

Method CLEAR_BUFFER_DATA on class /MRSS/CL_SGE_CHECKS has no parameter.
Method CLEAR_BUFFER_DATA on class /MRSS/CL_SGE_CHECKS 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_SGE_CHECKS Prüfungen der Scheduling Engine Applikation 20110920

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

Method GET_RELATED_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_ASSIGNMENT_TAB Tabelle der Einsätze 20030901
2 Exporting ET_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Tabelle mit Bedarfen 20030901
3 Exporting ET_RESOURCE Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_TAB Tabelle mit Resourcen 20030901
4 Exporting EV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030901
5 Exporting EV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030901
6 Importing IREF_ASSIGNMENT Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_ASSIGNMENT Einsatz der Scheduling Engine 20030901
7 Importing IREF_DEMAND Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_SINGLE_DEMAND Bedarf 20030901
8 Importing IREF_RESOURCE Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGE_SINGLE_RESOURCE Scheduling Engine Einzelne Resource 20030901

Method GET_RELATED_COMPONENTS on class /MRSS/CL_SGE_CHECKS has no exception.

Method HANDLER_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_DATA_CHANGED Call by reference Attribute reference (LIKE) 20030610

Method HANDLER_DATA_CHANGED on class /MRSS/CL_SGE_CHECKS has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_ALERT Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGA_ALERT_INT Interface für den Alert-Monitor 20031124
2 Importing IREF_CLOCKING Call by reference Object reference (TYPE REF TO) /MRSS/IF_SGE_CLOCKING Schnittstelle zur Zeiterfassung 20031128
3 Importing IREF_RESOURCE_MGR Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGE_RESOURCE_MGR Scheduling Engine Resource Manager 20031124
4 Importing IV_CHECK_PROFILE Call by reference Type reference (TYPE) /MRSS/T_CHECK_PROFILE Profil für Prüfungen der Plantafel 20031124

Method INITIALIZE on class /MRSS/CL_SGE_CHECKS has no exception.

Method IS_CHECK_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SKIP_ALERT Call by reference Type reference (TYPE) /MRSS/T_ALERT_MESSAGE Work Area: Message 20101222
2 Returning RV_SKIP_ALERT Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20101222

Method IS_CHECK_REQUIRED on class /MRSS/CL_SGE_CHECKS has no exception.

Method SKIP_QUALIFICATION_CHECK Signature

Method SKIP_QUALIFICATION_CHECK on class /MRSS/CL_SGE_CHECKS has no parameter.
Method SKIP_QUALIFICATION_CHECK on class /MRSS/CL_SGE_CHECKS has no exception.

Method SUPPRESS_CHECK_FLAG Signature

Method SUPPRESS_CHECK_FLAG on class /MRSS/CL_SGE_CHECKS has no parameter.
Method SUPPRESS_CHECK_FLAG on class /MRSS/CL_SGE_CHECKS has no exception.

Method TRIGGER_PERIOD_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASSIGNMENT_TAB Tabelle der Einsätze 20030930
2 Importing IT_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_DEMAND_TAB Tabelle mit Bedarfen 20030930
3 Importing IT_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_TAB Tabelle mit Resourcen 20030930
4 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20031128
5 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20031128

Method TRIGGER_PERIOD_PROC on class /MRSS/CL_SGE_CHECKS has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 401