PZI01_LOG SAP () Structure details

Dictionary Type: Structure
Description:




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




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

PZI01_LOG 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 "" 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_LOG TYPE PZI01_LOG.

The PZI01_LOG table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BEGTM (Start time), ENDTM (End Time), STAT1 (Status from pair formation), PTYPE (Attendance status of pair in time evaluation).. 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_LOG 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
BEGPOSSingle-Character Indicator CHAR1CHAR1CHAR1
ENDPOSSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PZI01_LOG

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