SAP ABAP Class CL_PT_DAY_DRIVER (Day Driver)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PT (Application Component) Personnel Time Management
     PAOC_TIM_TIME_EVAL_DRIVER (Package) Classes for Drivers, Interfaces, and Contexts in Time Eval.
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PT_ABSTRACT_DRIVER Abstract Driver Class 20010703
Properties
Class CL_PT_DAY_DRIVER  
Short Description Day Driver    
Super Class CL_PT_ABSTRACT_DRIVER Abstract Driver Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_TIM_TIME_EVAL_DRIVER   Classes for Drivers, Interfaces, and Contexts in Time Eval. 
Created 20010703   SAP 
Last change 20010703   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_PT_DRIVER_APPLICATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_PT_TIME_EVAL_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_PT_TIME_EVAL_LOG_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_PT_TIME_EVAL_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 THRPL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PT_DAY_DRIVER has no interface implemented.
Friends
Class CL_PT_DAY_DRIVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTEXT Instance attribute Private Object reference (TYPE REF TO) CL_PT_DAY_DRIVER_CONTEXT Personnel Assignment Context of Day Driver 20010703
2 CONTRACT_CONTEXTS Instance attribute Private Type reference (TYPE) T_CONTRACT_STATUS Personnel Assignment Contexts 20010703
3 CONTRACT_CONTEXT_RECYCLE_BIN Instance attribute Private Type reference (TYPE) TY_CONTRACT_RECYCLE_BIN_TAB Reusable Pers. Assignment Contexts 20020130
4 FUNCTION_DRIVER_CUMBT Instance attribute Private Object reference (TYPE REF TO) CL_PT_FUNCTION_DRIVER Function Driver for CUMBT Processing 20020725
5 FUNCTION_DRIVER_CUMBT_IF Instance attribute Private Object reference (TYPE REF TO) CL_PT_FUNCTION_DRIVER_DAY_IF Interface Object Function Driver (Used by Day Driver) 20020725
6 INTERFACE Instance attribute Private Object reference (TYPE REF TO) IF_PT_DAY_DRIVER_IF Interface Day Driver 20010703
7 LOG Instance attribute Private Object reference (TYPE REF TO) IF_PT_TIME_EVAL_LOG Interface for Time Evaluation Log (Facade for HRPL) 20011025
8 MY_REMOVED_CONTRACTS Instance attribute Private Type reference (TYPE) T_CONTRACT_STATUS 20010731
9 NO Constant Private Type reference (TYPE) PT_TIME_FLAG '0' Attendance or Absence Status 20010703
10 START_DATE Instance attribute Private Type reference (TYPE) D Start Date for Evaluation of All PersAssgmts in Curr. Period 20010703
11 YES Constant Private Type reference (TYPE) PT_TIME_FLAG '1' Attendance or absence status 20010703
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_LAST_EVALUATED_DATES Instance method Private Method Adjust last_evaluated_date for Inactive Periods 20010704
2 BEFORE_DAYS_FOR_CONTRACT Instance method Private Method Executes INI Block for Each Pers. Assgmt 20010704
3 CLOSE_LOG Instance method Private Method Sets log_basic-aper_tab in log 20011030
4 DETERMINE_REL_DAY_IN_PERIOD Instance method Private Method Determines Relative Day in Predefined Period 20010703
5 DET_STARTDATE_FROM_CONTRACTS Instance method Private Method Determines First Day to Be Evaluated 20010704
6 END_OF_DAY_FOR_CONTRACT Instance method Private Method Executes END Block for Each Pers. Assgmt 20010704
7 GET_CONTEXT_FROM_RECYCLE_BIN Instance method Private Method Gets Pers. Assignment Context from Recycle Bin if Exists 20020130
8 GET_CONTRACT_CONTEXT Instance method Private Method Delivers Personnel Assignment Dependent Context 20010703
9 GET_ORIGINAL_CONTRACTS Instance method Private Method Gets Initiating Personnel Numbers for a Message 20020207
10 GET_PSP_ENTRY Instance method Private Method Determines current PSP entry 20010703
11 GET_T001P_ENTRY Instance method Private Method Determines Current T001p Entry 20010703
12 GET_T503_ENTRY Instance method Private Method Determines Current T503 Entry 20010703
13 GET_WPBP_ENTRY Instance method Private Method Determines current WPBP entry 20010703
14 INIT_AS Instance method Private Method Determines Start and End of Current Schema Block and ID 20010703
15 INIT_CONTRACT_STATUS Instance method Private Method Initializes contract_status Table (Partic. Context Object) 20010704
16 INIT_ERROR_STATUS_FOR_CONTS Instance method Private Method Sets error_status for Each Pers. Assgmt to "0" (if initial) 20010731
17 INIT_LAST_EVAL_DATE_FOR_CONT Instance method Private Method Initializes LAST_EVALUATED_DATE for a Personnel Assignment 20020208
18 INIT_SW_AND_TABS_FOR_CONTRACT Instance method Private Method Initializes Pers.Assignment-Dependent Tables and Switches 20010703
19 IS_CONTRACT_ACTIV Instance method Private Method Is Personnel Assignment Active 20010703
20 IS_TIMEEVAL_ON Instance method Private Method Does Pers.Assignment Take Part in Time Evaluation 20010703
21 MERGE_NO_RESET_TIMETYPES Instance method Private Method Enters Time Types with EISUM=2 from ZES to TES 20010703
22 ON_DO_CUMBT Instance method Private Method Handler: CUMBT Processing (Triggered by TEXIT) 20020725
23 OPEN_LOG Instance method Private Method Sets log_basic-aper_tab in log 20011029
24 PROCESS_MESSAGE_QUEUE_AFT_END Instance method Private Method Message Handling After END Driver Executed 20020814
25 PROCESS_MESSAGE_QUEUE_AFT_INI Instance method Private Method Message Handling After INI Driver Executed 20020814
26 REMOVE_ALL_CONTEXTS Instance method Private Method Deletes all own contexts from the global context 20011114
27 REMOVE_CONTRACT Instance method Private Method Deletes an inactive personnel assignment from global context 20010731
28 RESTORE_CONTRACTS Instance method Private Method Restores inactive personnel assignments to global context 20010731
29 SEND_MESSAGE Instance method Private Method Message to the application 20010705
30 SET_ERROR_DATE_FOR_CONTRACT Instance method Private Method Sets error_date for one personnel assignment 20010705
31 SET_ERROR_DATE_FOR_CONTRACTS Instance method Private Method Sets error_date for every personnel assignment 20010705
32 SET_ERROR_STATUS_FOR_CONTRACT Instance method Private Method Sets error_status for One Personnel Assignment 20010726
33 SET_ERROR_STATUS_FOR_CONTRACTS Instance method Private Method Sets error_status for Every Personnel Assignment 20010726
34 SET_FIRST_ACTIV_CPERIOD Instance method Private Method Determines first_activ_cperiod for Form for Pers. Assignment 20010726
35 SET_LAST_EVAL_DATES_FOR_CONTS Instance method Private Method Sets last_evaluated_dates for Every Personnel Assignment 20010705
Events
Class CL_PT_DAY_DRIVER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CONTRACT_STATUS Private See coding 20010703
2 TY_CONTRACT_RECYCLE_BIN Private See coding Reusable Pers. Assignment Contexts 20020130
3 TY_CONTRACT_RECYCLE_BIN_TAB Private See coding Reusable Pers. Assignment Contexts: Table Type 20020130
4 T_CONTRACT_STATUS Private See coding 20010703
Method Signatures

Method ADJUST_LAST_EVALUATED_DATES Signature

Method ADJUST_LAST_EVALUATED_DATES on class CL_PT_DAY_DRIVER has no parameter.
Method ADJUST_LAST_EVALUATED_DATES on class CL_PT_DAY_DRIVER has no exception.

Method BEFORE_DAYS_FOR_CONTRACT Signature

Method BEFORE_DAYS_FOR_CONTRACT on class CL_PT_DAY_DRIVER has no parameter.
# Exception Resumable Description Created on
1 CX_PT_BEFORE_PROCESSING_FAILED "before processing" fehlgeschlagen 20010704

Method CLOSE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ERROR_STATUS Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20011030

Method CLOSE_LOG on class CL_PT_DAY_DRIVER has no exception.

Method DETERMINE_REL_DAY_IN_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATE Value transfer Type reference (TYPE) D Tag 20010703
2 Importing IM_PERIOD_BEGDA Value transfer Type reference (TYPE) D Periodenbeginn 20010703
3 Importing IM_PERIOD_ENDDA Value transfer Type reference (TYPE) D Periodenende 20010703
4 Returning RESULT Value transfer Type reference (TYPE) TAG Laufender Tag der Abrechnung 20010703

Method DETERMINE_REL_DAY_IN_PERIOD on class CL_PT_DAY_DRIVER has no exception.

Method DET_STARTDATE_FROM_CONTRACTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) D Startdatum 20010704

Method DET_STARTDATE_FROM_CONTRACTS on class CL_PT_DAY_DRIVER has no exception.

Method END_OF_DAY_FOR_CONTRACT Signature

Method END_OF_DAY_FOR_CONTRACT on class CL_PT_DAY_DRIVER has no parameter.
# Exception Resumable Description Created on
1 CX_PT_AFTER_PROCESSING_FAILED "after processing" fehlgeschlagen 20010704

Method GET_CONTEXT_FROM_RECYCLE_BIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20020130
2 Importing IM_PERSON_ID Call by reference Type reference (TYPE) PERSONID ID der zentralen Person 20020130
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_PT_DAYDRIV_CONTRACT_CONT vertragsabh. Kontext des Tagestreibers 20020130

Method GET_CONTEXT_FROM_RECYCLE_BIN on class CL_PT_DAY_DRIVER has no exception.

Method GET_CONTRACT_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010703
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_PT_DAYDRIV_CONTRACT_CONT vertragsabh. Kontext des Tagestreibers 20010703
# Exception Resumable Description Created on
1 CX_PT_PRECONDITION_VIOLATED Vorbedingung verletzt 20010703

Method GET_ORIGINAL_CONTRACTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) IF_PT_DRIVER_MESSAGE Interface Treibernachricht 20020207
2 Returning RESULT Value transfer Type reference (TYPE) PTT_PERNRS Liste von Personalnummern 20020207

Method GET_ORIGINAL_CONTRACTS on class CL_PT_DAY_DRIVER has no exception.

Method GET_PSP_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR Personalnummer 20010704
2 Importing IM_DATE Value transfer Type reference (TYPE) D Stichtag 20010703
3 Returning RESULT Value transfer Type reference (TYPE) PC2BA Persönlicher Arbeitszeitplan (Tabelle PSP) 20010703

Method GET_PSP_ENTRY on class CL_PT_DAY_DRIVER has no exception.

Method GET_T001P_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010703
2 Importing IM_PERS_AREA Value transfer Type reference (TYPE) PERSA Werkstabelle für National Contracts 20010703
3 Importing IM_PERS_SUBAREA Value transfer Type reference (TYPE) BTRTL Personalteilbereich 20010703
4 Returning RESULT Value transfer Type reference (TYPE) T001P Personalbereich/-teilbereich 20010703

Method GET_T001P_ENTRY on class CL_PT_DAY_DRIVER has no exception.

Method GET_T503_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010703
2 Importing IM_EMPL_GROUP Value transfer Type reference (TYPE) PERSG Mitarbeitergruppe 20010703
3 Importing IM_EMPL_SUBGROUP Value transfer Type reference (TYPE) PERSK Mitarbeiterkreis 20010703
4 Returning RESULT Value transfer Type reference (TYPE) T503 Mitarbeitergruppe/-kreis 20010703

Method GET_T503_ENTRY on class CL_PT_DAY_DRIVER has no exception.

Method GET_WPBP_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR Personalnummer 20010704
2 Importing IM_DATE Value transfer Type reference (TYPE) D Bestimmungsdatum 20010703
3 Returning RESULT Value transfer Type reference (TYPE) PC205 Abrechnungsergebnis: Arbeitsplatz/Basisbezüge 20010703

Method GET_WPBP_ENTRY on class CL_PT_DAY_DRIVER has no exception.

Method INIT_AS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_AS_LOOP_BEGIN Value transfer Type reference (TYPE) PT_SCHEMA_POSITION Beginnzeilennummer 20010703
2 Exporting EX_AS_LOOP_END Value transfer Type reference (TYPE) PT_SCHEMA_POSITION Endezeilennummer 20010703
3 Exporting EX_SCHEMA_BLOCK Value transfer Type reference (TYPE) PT_SCHEMA_BLOCK Verarbeitungsblock im Schema 20010703

Method INIT_AS on class CL_PT_DAY_DRIVER has no exception.

Method INIT_CONTRACT_STATUS Signature

Method INIT_CONTRACT_STATUS on class CL_PT_DAY_DRIVER has no parameter.
Method INIT_CONTRACT_STATUS on class CL_PT_DAY_DRIVER has no exception.

Method INIT_ERROR_STATUS_FOR_CONTS Signature

Method INIT_ERROR_STATUS_FOR_CONTS on class CL_PT_DAY_DRIVER has no parameter.
Method INIT_ERROR_STATUS_FOR_CONTS on class CL_PT_DAY_DRIVER has no exception.

Method INIT_LAST_EVAL_DATE_FOR_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20020208
2 Importing IM_DATE Call by reference Type reference (TYPE) DATS aktueller Tag 20020208

Method INIT_LAST_EVAL_DATE_FOR_CONT on class CL_PT_DAY_DRIVER has no exception.

Method INIT_SW_AND_TABS_FOR_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010703
2 Importing IM_SCHEMA_BLOCK Value transfer Type reference (TYPE) PT_SCHEMA_BLOCK Verarbeitungsblock im Schema 20010703

Method INIT_SW_AND_TABS_FOR_CONTRACT on class CL_PT_DAY_DRIVER has no exception.

Method IS_CONTRACT_ACTIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010703
2 Importing IM_DATE Value transfer Type reference (TYPE) D Stichtag 20010704
3 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D aktiv ja/nein 20010703

Method IS_CONTRACT_ACTIV on class CL_PT_DAY_DRIVER has no exception.

Method IS_TIMEEVAL_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010703
2 Importing IM_DATE Value transfer Type reference (TYPE) D Stichtag 20010704
3 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20010703

Method IS_TIMEEVAL_ON on class CL_PT_DAY_DRIVER has no exception.

Method MERGE_NO_RESET_TIMETYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010703
2 Importing IM_DATE Value transfer Type reference (TYPE) D Stichtag 20010703

Method MERGE_NO_RESET_TIMETYPES on class CL_PT_DAY_DRIVER has no exception.

Method ON_DO_CUMBT Signature

Method ON_DO_CUMBT on class CL_PT_DAY_DRIVER has no parameter.
Method ON_DO_CUMBT on class CL_PT_DAY_DRIVER has no exception.

Method OPEN_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATE Call by reference Type reference (TYPE) D 20011029
2 Importing IM_PERIOD Call by reference Type reference (TYPE) PT_TIMEEVAL_PERIOD Jahr-Periode-Komplex 20011029

Method OPEN_LOG on class CL_PT_DAY_DRIVER has no exception.

Method PROCESS_MESSAGE_QUEUE_AFT_END Signature

Method PROCESS_MESSAGE_QUEUE_AFT_END on class CL_PT_DAY_DRIVER has no parameter.
Method PROCESS_MESSAGE_QUEUE_AFT_END on class CL_PT_DAY_DRIVER has no exception.

Method PROCESS_MESSAGE_QUEUE_AFT_INI Signature

Method PROCESS_MESSAGE_QUEUE_AFT_INI on class CL_PT_DAY_DRIVER has no parameter.
Method PROCESS_MESSAGE_QUEUE_AFT_INI on class CL_PT_DAY_DRIVER has no exception.

Method REMOVE_ALL_CONTEXTS Signature

Method REMOVE_ALL_CONTEXTS on class CL_PT_DAY_DRIVER has no parameter.
Method REMOVE_ALL_CONTEXTS on class CL_PT_DAY_DRIVER has no exception.

Method REMOVE_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010731

Method REMOVE_CONTRACT on class CL_PT_DAY_DRIVER has no exception.

Method RESTORE_CONTRACTS Signature

Method RESTORE_CONTRACTS on class CL_PT_DAY_DRIVER has no parameter.
Method RESTORE_CONTRACTS on class CL_PT_DAY_DRIVER has no exception.

Method SEND_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ERROR Value transfer Type reference (TYPE) ERROR Nummer der Meldungsart 20010709
2 Importing IM_LDATE Value transfer Type reference (TYPE) D log. Datum in Fehler 20010709
3 Importing IM_MESSAGE_ID Value transfer Type reference (TYPE) PT_DRIVER_MESSAGE_ID Nachrichten ID 20010705
4 Importing IM_MESSAGE_TYPE Value transfer Type reference (TYPE) PT_DRIVER_MESSAGE_TYPE Treibernachrichtentyp 20010705
5 Importing IM_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT Nachrichtenobjekt 20010705
6 Importing IM_TEXT Value transfer Type reference (TYPE) STRING Nachrichtentext 20010705
7 Importing IM_UTEXT Value transfer Type reference (TYPE) ERTEX Meldungszusatz 20010709

Method SEND_MESSAGE on class CL_PT_DAY_DRIVER has no exception.

Method SET_ERROR_DATE_FOR_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010705
2 Importing IM_DATE Value transfer Type reference (TYPE) D Datum 20010705

Method SET_ERROR_DATE_FOR_CONTRACT on class CL_PT_DAY_DRIVER has no exception.

Method SET_ERROR_DATE_FOR_CONTRACTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATE Value transfer Type reference (TYPE) D Datum 20010705

Method SET_ERROR_DATE_FOR_CONTRACTS on class CL_PT_DAY_DRIVER has no exception.

Method SET_ERROR_STATUS_FOR_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010726
2 Importing IM_ERROR_STATUS Value transfer Type reference (TYPE) PT_ERROR_STATUS Error Status der Zeitauswertung 20010726

Method SET_ERROR_STATUS_FOR_CONTRACT on class CL_PT_DAY_DRIVER has no exception.

Method SET_ERROR_STATUS_FOR_CONTRACTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ERROR_STATUS Value transfer Type reference (TYPE) PT_ERROR_STATUS Error Status der Zeitauswertung 20010726

Method SET_ERROR_STATUS_FOR_CONTRACTS on class CL_PT_DAY_DRIVER has no exception.

Method SET_FIRST_ACTIV_CPERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRACT_ID Value transfer Type reference (TYPE) PCCE_PERNR 20010726

Method SET_FIRST_ACTIV_CPERIOD on class CL_PT_DAY_DRIVER has no exception.

Method SET_LAST_EVAL_DATES_FOR_CONTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATE Value transfer Type reference (TYPE) D Datum 20010705

Method SET_LAST_EVAL_DATES_FOR_CONTS on class CL_PT_DAY_DRIVER has no exception.
History
Last changed by/on SAP  20010703 
SAP Release Created in 110