PZI01_TEXT 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_TEXT
Related tables to PZI01_TEXT
Access table PZI01_TEXT




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

PZI01_TEXT 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_TEXT TYPE PZI01_TEXT.

The PZI01_TEXT 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), 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: Cannot Be Enhanced


SAP PZI01_TEXT 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
BEGTM Start Time0
ENDTM End Time0
STAT1 Status from Pair Formation0
PTYPE Attendance Status of Pair0
ZTYPE Time Identifier for Daily Work Schedule0
CLTIM Processing Type/Time Type Class0
VTYPE Processing Type (Time Evaluation)0
ZTART Time Type0
ANZHL Number of Hours0
BSART Time Event Pair Start0
ESART Time Event Pair End0
VERSL Overtime Compensation Type0
PTZNR Pointer to Time Pairs from Time Events0
ALZNR Pointer to Alternative Payment0
C1ZNR Pointer to Cost Accounting0
PRZNR Pointer to Attendances0
ABZNR Pointer to Absences0
KTZNR Pointer to Attendance Quota0
ORIGS Origin Indicator for Time Pair0
INTKY Internal Key for Availability0
BGCOD Attendance/Absence Reason for Start Entry0
EGCOD Attendance/Absence Reason for End Entry0
BTERM Terminal ID of Start Entry0
ETERM Terminal ID for End Entry0
AESTA Change Status0
SRTFD Common Sort Field0
VAR01 Arbitrary Indicator (1)0
VAR02 Arbitrary Indicator (2)0

Key field Non-key field



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

As PZI01_TEXT 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_TEXT as there is no data to select.

How to access SAP table PZI01_TEXT

Within an ECC or HANA version of SAP you can also view further information about PZI01_TEXT 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!