PZI01 SAP (TIP: One Day's Time Data for Time Evaluation) Structure details

Dictionary Type: Structure
Description: TIP: One Day's Time Data for Time Evaluation




ABAP Code to SELECT data from PZI01
Related tables to PZI01
Access table PZI01




Structure field list including key, data, relationships and ABAP select examples

PZI01 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TIP: One Day's Time Data for Time Evaluation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PZI01 TYPE PZI01.

The PZI01 table consists of various fields, each holding specific information or linking keys about TIP: One Day's Time Data for Time Evaluation data available in SAP. These include ENDTM (End Time), STAT1 (Status from pair formation), PTYPE (Attendance status of pair in time evaluation), ZTYPE (Time identifier for daily work schedule).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PZI01 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BEGTMStart time BEGTMCHAR6CHAR6
ENDTMEnd Time ENDTMCHAR6CHAR6
STAT1Status from pair formation PCST1CHAR1PCST1
PTYPEAttendance status of pair in time evaluation PATYPCHAR1PATYP
ZTYPETime identifier for daily work schedule TPCODCHAR2TPCOD
CLTIMProcessing type/time type class CLTIMNUMC2MODIF
VTYPEProcessing type for Time Evaluation VARTYCHAR1CHAR1
ZTARTTime Type PT_ZTARTCHAR4Assigned to domainZTART
ANZHLNumber of hours ANZ34DEC7(4) DEC3_4
BSARTTime event pair start BSATZACHAR3RETYP
ESARTTime event pair end ESATZACHAR3RETYP
VERSLOvertime Compensation Type VRSCHCHAR1Assigned to domainVRSCH
PTZNRPointer to time pairs from time events PTZNRRAW2RAW2
ALZNRAssignment for alternative payment ALZNRRAW1PRSPL
C1ZNRPointer to cost accounting C1ZNORAW2C1NUM
PRZNRPointer to attendances PRZNRRAW2RAW2
ABZNRPointer to absences ABZNRRAW1RAW1
KTZNRPointer to attendance quotas KTZNRRAW1PRSPL
ORIGSOrigin indicator for time pairs ORIGSCHAR1ORIGS
INTKYInternal key for availability duty PIKBECHAR1PIKBE
BGCODAttendance/absence reason for begin entry BGCODCHAR4Assigned to domainABWGR
EGCODAttendance/absence reason for end entry EGCODCHAR4Assigned to domainABWGR
BTERMTerminal ID of start entry BTERMCHAR4TERID
ETERMTerminal ID of end entry ETERMCHAR4TERID
AESTAChange status AESTACHAR1AESTA
SRTFDCommon sort field SRTFDCHAR2CHAR2
VAR01Arbitrary indicator (1) VARI1CHAR1CHAR1
VAR02Arbitrary indicator (2) VARI2CHAR2CHAR2

Key field Non-key field



How do I retrieve data from SAP structure PZI01 using ABAP code?

As PZI01 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PZI01 as there is no data to select.

How to access SAP table PZI01

Within an ECC or HANA version of SAP you can also view further information about PZI01 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!