P03_LZGLZ_FORMKEY SAP (Joint Payslip - Key Data for Form Output) Structure details

Dictionary Type: Structure
Description: Joint Payslip - Key Data for Form Output




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




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

P03_LZGLZ_FORMKEY 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 "Joint Payslip - Key Data for Form Output" 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_P03_LZGLZ_FORMKEY TYPE P03_LZGLZ_FORMKEY.

The P03_LZGLZ_FORMKEY table consists of various fields, each holding specific information or linking keys about Joint Payslip - Key Data for Form Output data available in SAP. These include AUSTJ (Payroll Year), BEGTT (Start of Payslip Period - Days), BEGMM (Start of Payslip Period - Months), ENDTT (End of Payslip Period Days).. 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 P03_LZGLZ_FORMKEY 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
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
AUSTJPayroll Year P03_AJAHRNUMC4GJAHRGJAHR
BEGTTStart of Payslip Period - Days P03_BEGTTNUMC2NUMC2
BEGMMStart of Payslip Period - Months P03_BEGMMNUMC2NUMC2
ENDTTEnd of Payslip Period Days P03_ENDTTNUMC2NUMC2
ENDMMEnd of Payslip Period Months P03_ENDMMNUMC2NUMC2
L16YEARYear for Output to SAPscript P03_L16YEARCHAR1CHAR1
AGFZATax Office Number of Employer P03_FZAMTNUMC2NUM2
AGNUMEmployer Tax Number P03_AGNUMCHAR7CHAR7
BGDOTSingle-Character Indicator CHAR1CHAR1CHAR1
ENDOTSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table P03_LZGLZ_FORMKEY

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