SAP ABAP Class CL_PT_TD_BASE (Basis Class for Time Data Objects)
Hierarchy
☛
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
⤷
PT (Application Component) Personnel Time Management
⤷
PT_TMW_BLP (Package) Time Manager's Workplace: Business Logic Processor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PT_TD_BASE | Basis Interface for Time Data | 20000927 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PT_TD_BLPADAPTER | Adapter Between Time Data Object Model and BLP | 20000927 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_PT_TD_CALE | Time Data Object of Personal Calendar | 20001016 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_PT_TD_DEDUCTION | Time Data Object: Quota/Leave Deduction | 20001120 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_PT_TD_INFOTYPE | Generic Object for Time Data Infotype | 20000926 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_PT_TD_PWS | Time Data Object: Personal Work Schedule | 20001212 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_PT_TD_TIMPAIR | Time Data Object: Time Pairs for TMW | 20010131 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_PT_TD_TIMRES | Time Data Object: Results of Time Evaluation | 20010125 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_PT_TD_WLIST | Time Data Object: Time Evaluation Worklist (General) | 20010125 |
Properties
| Class | CL_PT_TD_BASE | |
| Short Description | Basis Class for Time Data Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | PT_TMW_BLP | Time Manager's Workplace: Business Logic Processor |
| Created | 20000920 | SAP |
| Last change | 20010406 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_PT_TD_BASE | Basis Interface for Time Data | 20000927 | ||
| 2 | IF_PT_TD_BLPADAPTER | Adapter Between Time Data Object Model and BLP | 20000927 |
Friends
Class CL_PT_TD_BASE has no friend class.
Attributes
Methods
Events
Class CL_PT_TD_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_OBJCAT | Private | See coding | Object Catalog for Generating Data Objects | 20000928 | |
|
| 2 | T_OBJCAT_WA | Private | See coding | Object directory entry | 20000928 | |
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_PT_TD_BASE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PT_TD_BASE has no exception.
Method CLEAR_SHADOW Signature
Method CLEAR_SHADOW on class CL_PT_TD_BASE has no parameter.
Method CLEAR_SHADOW on class CL_PT_TD_BASE has no exception.
Method CLONE_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_OBJ | Value transfer | Object reference (TYPE REF TO) | IF_PT_TD_BASE | Basisinterface für Zeitdaten | 20001006 |
Method CLONE_INTERN on class CL_PT_TD_BASE has no exception.
Method CLOSE_BLP_INITIALIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BLPREC | Call by reference | Type reference (TYPE) | TIM_TMW_COMMTAB_ENTRY | BLP: Übergabestruktur für Zeitdaten | 20010110 |
Method CLOSE_BLP_INITIALIZATION on class CL_PT_TD_BASE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PT_TD_BASE has no parameter.
Method CONSTRUCTOR on class CL_PT_TD_BASE has no exception.
Method CREATE_TD_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJ | Call by reference | Object reference (TYPE REF TO) | IF_PT_TD_BASE | Neuer Zeitdatenobjekt | 20000928 | |||
| 2 | I_CATEGORY | Value transfer | Type reference (TYPE) | TIM_TMWCATEGORY | Datenkategorie für den Arbeitsplatz Personalzeitmanagement | 20000928 | |||
| 3 | I_TYPE | Value transfer | Type reference (TYPE) | TIM_TMWTYPE | Datentyp des Arbeitsplatzes Personalzeitmanagement | 20000928 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt konnte nicht erzeugt werden (ungültiger Datentyp) | 20000928 |
Method GET_DATES_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FROMDATE | Value transfer | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20000926 | |||
| 2 | E_TODATE | Value transfer | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20000926 |
Method GET_DATES_INTERN on class CL_PT_TD_BASE has no exception.
Method GET_TIMES_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_END | Value transfer | Type reference (TYPE) | ENDUZ | Endeuhrzeit | 20000920 | |||
| 2 | E_START | Value transfer | Type reference (TYPE) | BEGUZ | Beginnuhrzeit | 20000920 |
Method GET_TIMES_INTERN on class CL_PT_TD_BASE has no exception.
Method INITIALIZE_FROM_BLP_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BLPREC | Call by reference | Type reference (TYPE) | TIM_TMW_COMMTAB_ENTRY | BLP: Übergabestruktur für Zeitdaten | 20000929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konvertierungsfehler oder falscher Datentyp | 20000929 |
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BLPREC | Value transfer | Type reference (TYPE) | TIM_TMW_COMMTAB_ENTRY | BLP: Übergabestruktur für Zeitdaten | 20000929 |
Method SERIALIZE on class CL_PT_TD_BASE has no exception.
Method SET_DEPENDENCIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMMTAB | Call by reference | Type reference (TYPE) | TIM_TMW_COMMAND_TABLE | Aktuelle Datenversionen | 20010121 | |||
| 2 | I_RECUID | Value transfer | Type reference (TYPE) | TIM_TMWRECUID | Eindeutige Satzkennung | 20010121 |
Method SET_DEPENDENCIES on class CL_PT_TD_BASE has no exception.
Method SET_SHADOW Signature
Method SET_SHADOW on class CL_PT_TD_BASE has no parameter.
Method SET_SHADOW on class CL_PT_TD_BASE has no exception.
History
| Last changed by/on | SAP | 20010406 |
| SAP Release Created in | 46C |