P01T_LST SAP (ETStmt: General Employment Tax Data) Table details

Dictionary Type: Table
Description: ETStmt: General Employment Tax Data




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




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

P01T_LST is a standard SAP Table which is used to store ETStmt: General Employment Tax Data data and is available within R/3 SAP systems depending on the version and release level.

The P01T_LST table consists of various fields, each holding specific information or linking keys about ETStmt: General Employment Tax Data data available in SAP. These include PERNR (Personnel Number), LBART (ETStmt: Type of Employment Tax Statement), ENDDA (ETStmt: End of Statement Period), LFDNR (ETStmt: Current Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP P01T_LST table 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
MANDTClient MANDTCLNT3T000MANDT
PERNRPersonnel Number PERNR_DNUMC8Assigned to domainPERNRPER
LBARTETStmt: Type of Employment Tax Statement P01T_LBARTNUMC2Assigned to domainP01T_LBART
ENDDAETStmt: End of Statement Period P01T_BENDDDATS8Assigned to domain
LFDNRETStmt: Current Number P01T_LFDNRNUMC4Assigned to domain
LSARTETStmt: Type of Employment Tax Statement P01T_LSARTCHAR7P01T_LSART
VERSNETStmt: Version P01T_VERSNNUMC6
BJAHREmployment Tax Statement: Statement Year P01T_BJAHRCHAR4CHAR4
BANFAETStmt: Start of Statement Period P01T_BANFACHAR4CHAR4
BENDEETStmt: End of Statement Period P01T_BENDECHAR4CHAR4
KETINETStmt: Self-Determined ETIN P01T_KETINCHAR14CHAR14
OMMAGETStmt: Administrative Feature ER P01T_OMMAGCHAR12TEXT12
GMDNRETStmt: General Municipality Key P01T_GMDNRNUMC8Assigned to domainGMNDN
GMDTXETStmt: Municipality P01T_GMDTXCHAR48TEXT48
GESCHETStmt: Gender P01T_GESCHCHAR1P01T_GESCH
NACHNETStmt: Last Name P01T_NACHNCHAR30TEXT30
VORNAETStmt: First Name P01T_VORNACHAR30TEXT30
VORSAETStmt: Name Prefix for Last Name P01T_VORSACHAR20TEXT20
NAMZUETStmt: Addition to Last Name P01T_NAMZUCHAR20TEXT20
TITELETStmt: Title P01T_TITELCHAR20TEXT20
NAME2ETStmt: Name at Birth P01T_NAME2CHAR30TEXT30
VORS2ETStmt: Name Prefix for Name at Birth P01T_VORS2CHAR20TEXT20
NAMZ2ETStmt: Addition to Name at Birth P01T_NAMZ2CHAR20TEXT20
GBDATETStmt: Date of Birth P01T_GBDATDATS8
STRASETStmt: Street P01T_STRASCHAR33TEXT33
HAUSNETStmt: House No. P01T_HAUSNNUMC9
HAUSZETStmt: House No. Affix P01T_HAUSZCHAR15TEXT15
ANSZUETStmt: Address Affix P01T_ANSZUCHAR40TEXT40
PSTLZETStmt: Postal Code P01T_PSTLZNUMC5NUMC5
ORT01ETStmt: City of Residence P01T_ORT01CHAR34TEXT34
STRKLETStmt: Tax Class P01T_STRKLCHAR1STRKL
KDFBTETStmt: Number of Tax Exemptions for Children P01T_KDFBTDEC3(1)
FRBJ1ETStmt: Annual Tax-Free Amount P01T_FRBJ1CURR15(2) P01T_BETRG
HINZJETStmt: Annual Additional Amount P01T_HINZJCURR15(2) P01T_BETRG
ANZLUETStmt: Number of Unpaid Absences P01T_ANZLUNUMC2
STTABETStmt: Tax Table P01T_STTABCHAR1STTAB
AGNAMETStmt: Employer Name P01T_AGNAMCHAR60TEXT60
AGSNRTax Number in Electronic Tax Return Format P01T_AGSNRCHAR15CHAR15
AGSTRETStmt: Street of Employer P01T_AGSTRCHAR33TEXT33
AGHNRETStmt: House No. of Employer P01T_AGHNRNUMC9
AGHNZETStmt: Employer's House Number Affix P01T_AGHNZCHAR15TEXT15
AGANZETStmt: Employer's Address Affix P01T_AGANZCHAR40TEXT40
AGPLZEmployment Tax Statement: Employer's Postal Code P01T_AGPLZNUMC5NUMC5
AGORTETStmt: Location of Employer P01T_AGORTCHAR34TEXT34
FZAMTETStmt: Tax Office Number (Germany) P01T_FZAMNNUMC4Assigned to domainFZAMN
FZTXTETStmt: Tax Office P01T_FZTXTCHAR57TEXT57
AGFZAETStmt: Tax Office Number (Germany) P01T_FZAMNNUMC4Assigned to domainFZAMN
AGFZTETStmt: Tax Office P01T_FZTXTCHAR57TEXT57
GRSBSETStmt: Uppercase Letters P01T_GRSBSCHAR30P01T_GRSBS
LANDDDUEVO: Nationality P01T_LANDDCHAR3Assigned to domainP01T_DUSTA
ALPLZETStmt: Postal Code for Address Abroad P01T_ALPLZCHAR13P01T_ALPLZ
AGPBXETStmt: Postcode of Employer P01T_AGPBXNUMC8NUMC8
GKPLZETStmt: Corporate Postal Code of Employer P01T_GKPLZNUMC5NUMC5
BEGVBStart Benefits Payment P01T_BEGVBNUMC6NUMC6
VBEZBETStmt: Assessment Basis for Tax Exemption for Pensions P01T_VBEZBCURR15(2) P01T_BETRG
STRKZIndicator: Tax Card Not Submitted STRKZCHAR1XFELD
SIDNRTax Identification Number P01_SIDNRNUMC11

Key field Non-key field



How do I retrieve data from SAP table P01T_LST using ABAP code

The following ABAP code Example will allow you to do a basic selection on P01T_LST to SELECT all data from the table
DATA: WA_P01T_LST TYPE P01T_LST.

SELECT SINGLE *
FROM P01T_LST
INTO CORRESPONDING FIELDS OF WA_P01T_LST
WHERE...

How to access SAP table P01T_LST

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