SAP ABAP Class CL_PT_TIME_CALC_APPL_CORE_BASE (Base Class: Application Core Time Evaluation and Payroll)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PT (Application Component) Personnel Time Management
     PAOC_TIM_TIME_EVAL_APPL_BASE (Package) Basis Package for Time Evaluation Applications
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PT_DRIVER_APPLICATION_CORE Driver Application Core Interface 20011119
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PT_DRIVER_FACTORY Interface Driver Factory 20011119
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PT_SCHEMA_DRIVER_FACTORY Schema Driver Factory 20011129
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PT_RPCALC_APPLICATION_CORE Application Core: Time Management Integration Payroll 20011119
2 Inheritance (c INHERITING FROM c_ref)  CL_PT_RPTIME_APPLICATION_CORE Application Core Time Evaluation 20011119
Properties
Class CL_PT_TIME_CALC_APPL_CORE_BASE  
Short Description Base Class: Application Core Time Evaluation and Payroll    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_TIM_TIME_EVAL_APPL_BASE   Basis Package for Time Evaluation Applications 
Created 20011119   SAP 
Last change 20011119   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PT_TIME_CALC_APPL_CORE_BASE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_PT_DRIVER_APPLICATION_CORE Driver Application Core Interface 20011119
2 IF_PT_DRIVER_FACTORY Interface Driver Factory 20011119
3 IF_PT_SCHEMA_DRIVER_FACTORY Schema Driver Factory 20011129
Friends
Class CL_PT_TIME_CALC_APPL_CORE_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE_SCHEMA_DRIVERS Instance attribute Protected Type reference (TYPE) TY_DRIVER_TAB Active Schema Driver; Requested Using GET_SCHEMA DRIVER 20011129
2 CO_FIRST_DRIVER_INDEX Constant Protected Type reference (TYPE) I 1 Index of First Driver 20011119
3 CREATED_DRIVERS Instance attribute Protected Type reference (TYPE) CREATED_DRIVER_TAB Internal Table with Generated Drivers 20011119
4 DRIVER_HIERARCHY Instance attribute Protected Type reference (TYPE) DRIVER_HIERARCHY_TAB Internal Table with Driver Hierarchy 20011119
5 FUNCTION_DRIVER_RECYCLE_BIN Instance attribute Protected Type reference (TYPE) TY_DRIVER_TAB Function Driver Instances for GET_SCHEMA_DRIVER 20011203
6 NEXT_DRIVERS Instance attribute Protected Type reference (TYPE) TY_NEXT_DRIVER_TAB Internal Table with Next Driver 20011119
7 RPTIME_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) CL_PT_RPTIME_CONTEXT Time Evaluation Context (CE) 20011119
8 SCHEMA_DRIVER_RECYCLE_BIN Instance attribute Protected Type reference (TYPE) TY_DRIVER_TAB Schema Driver Instances Available for GET_schema_driver 20011203
9 SCHEMA_FUNCTION_PAIR Instance attribute Protected Type reference (TYPE) TY_SCHEMA_FUNCTION_DRIVER_TAB Pair: Function Driver + Schema Driver 20011203
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_RPTIME_CONTEXT Instance method Protected Method Fills Attribute rptime_context 20011119
2 FILL_DRIVER_HIERARCHY Instance method Protected Method Fills Driver Hierarchy Tavle (Abstract) 20011119
3 GET_DRIVER Instance method Protected Method Generates Drivers and Sets Parameters with Interface Object 20011119
4 GET_FUNCTION_DRIVER Instance method Protected Method Generates Function Drivers and Sets Parameters with Int.(IF) 20011203
5 GET_FUNC_SCHEMA_DRIVER_PAIR Instance method Protected Method Generates Pair: Function Driver - Schema Driver (IF) 20011203
6 GET_NEXT_DRIVER_INDEX Instance method Protected Method Determines the Index of the Subsequent Driver 20011119
7 GET_SCHEMA_DRIVER Instance method Protected Method Generates Schema Drivers and Sets Parameter with Int. (IF) 20011129
8 INITIALIZE_DRIVER Instance method Protected Method Executes Late Initialization of Generated Driver 20011119
Events
Class CL_PT_TIME_CALC_APPL_CORE_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CREATED_DRIVER_LINE Protected See coding Generated Drivers 20011119
2 CREATED_DRIVER_TAB Protected See coding Internal Table with Generated Drivers 20011119
3 DRIVER_HIERARCHY_LINE Protected See coding Driver Hierarchy 20011119
4 DRIVER_HIERARCHY_TAB Protected See coding Internal Table with Driver Hierarchy 20011119
5 TY_DRIVER Protected See coding Shared Drivers 20011129
6 TY_DRIVER_TAB Protected See coding Table with Drivers 20011129
7 TY_NEXT_DRIVER Protected See coding Next Driver for Specified Driver ID 20011119
8 TY_NEXT_DRIVER_TAB Protected See coding Table with Subsequent Drivers 20011119
9 TY_SCHEMA_FUNCTION_DRIVER Protected See coding Function Driver + Schema Driver (IF) 20011203
10 TY_SCHEMA_FUNCTION_DRIVER_TAB Protected See coding Table: Function Driver + Schema Driver (IF) 20011203
Method Signatures

Method CREATE_RPTIME_CONTEXT Signature

Method CREATE_RPTIME_CONTEXT on class CL_PT_TIME_CALC_APPL_CORE_BASE has no parameter.
Method CREATE_RPTIME_CONTEXT on class CL_PT_TIME_CALC_APPL_CORE_BASE has no exception.

Method FILL_DRIVER_HIERARCHY Signature

Method FILL_DRIVER_HIERARCHY on class CL_PT_TIME_CALC_APPL_CORE_BASE has no parameter.
Method FILL_DRIVER_HIERARCHY on class CL_PT_TIME_CALC_APPL_CORE_BASE has no exception.

Method GET_DRIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INDEX Value transfer Type reference (TYPE) I Stufe in der Treiberhierarchie 20011119
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_PT_ABSTRACT_DRIVER Treiber 20011119
# Exception Resumable Description Created on
1 CX_PT_DRIVER_CREATION_ERROR Treibererzeugung fehlgeschlagen 20011119

Method GET_FUNCTION_DRIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DRIVER Call by reference Object reference (TYPE REF TO) CL_PT_ABSTRACT_DRIVER Funktionstreiber 20011203
2 Exporting EX_INTERFACE Call by reference Object reference (TYPE REF TO) IF_PT_LINKABLE Interfaceobjekt Funktionstreiber 20011203

Method GET_FUNCTION_DRIVER on class CL_PT_TIME_CALC_APPL_CORE_BASE has no exception.

Method GET_FUNC_SCHEMA_DRIVER_PAIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_PT_ABSTRACT_DRIVER Funktionstreiber 20011203

Method GET_FUNC_SCHEMA_DRIVER_PAIR on class CL_PT_TIME_CALC_APPL_CORE_BASE has no exception.

Method GET_NEXT_DRIVER_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DRIVER_ID Value transfer Type reference (TYPE) PT_DRIVER_ID Driver ID 20011119
2 Returning RESULT Value transfer Type reference (TYPE) I Index des Folgetreibers 20011119
# Exception Resumable Description Created on
1 CX_PT_DRIVER_CREATION_ERROR Treibererzeugung fehlgeschlagen 20011119

Method GET_SCHEMA_DRIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_PT_ABSTRACT_DRIVER erzeugter Schematreiber 20011129

Method GET_SCHEMA_DRIVER on class CL_PT_TIME_CALC_APPL_CORE_BASE has no exception.

Method INITIALIZE_DRIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DRIVER Call by reference Object reference (TYPE REF TO) CL_PT_ABSTRACT_DRIVER Treiber 20011119
2 Importing IM_INDEX Value transfer Type reference (TYPE) I Schlüssel zur Initialisierung 20011119
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_PT_ABSTRACT_DRIVER initialisierter Treiber 20011119
# Exception Resumable Description Created on
1 CX_PT_DRIVER_INIT_FAILED Treiberinitialisierung fehlgeschlagen 20011119
History
Last changed by/on SAP  20011119 
SAP Release Created in 110