HRDEST_S_LST_OUT_V1 SAP (HR-DST: General Employment Tax Data (Ext. Structure, v1)) Structure details

Dictionary Type: Structure
Description: HR-DST: General Employment Tax Data (Ext. Structure, v1)




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




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

HRDEST_S_LST_OUT_V1 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 "HR-DST: General Employment Tax Data (Ext. Structure, v1)" 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_HRDEST_S_LST_OUT_V1 TYPE HRDEST_S_LST_OUT_V1.

The HRDEST_S_LST_OUT_V1 table consists of various fields, each holding specific information or linking keys about HR-DST: General Employment Tax Data (Ext. Structure, v1) data available in SAP. These include VERSN (ETStmt: Version), BJAHR (Employment Tax Statement: Statement Year), BANFA (ETStmt: Start of Statement Period), BENDE (ETStmt: End of Statement Period).. 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 HRDEST_S_LST_OUT_V1 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
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
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

Key field Non-key field



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

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

How to access SAP table HRDEST_S_LST_OUT_V1

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