HRF_DE_TAX_ADD SAP (STZ: Tax (Germany), Additional Data) Structure details

Dictionary Type: Structure
Description: STZ: Tax (Germany), Additional Data




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




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

HRF_DE_TAX_ADD 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 "STZ: Tax (Germany), Additional Data" 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_HRF_DE_TAX_ADD TYPE HRF_DE_TAX_ADD.

The HRF_DE_TAX_ADD table consists of various fields, each holding specific information or linking keys about STZ: Tax (Germany), Additional Data data available in SAP. These include BEGVB (Start Date of Benefit Payment), ANZVB (Number of Months with Benefits Payment), VBEZL (Regular Benefits Payment), VBEZS (Estimated Special Payments).. 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 HRF_DE_TAX_ADD 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
BEGVBStart Date of Benefit Payment BEGVBDATS8DATUM
ANZVBNumber of Months with Benefits Payment PC01_ANZVBNUMC2NUMC2
VBEZLRegular Benefits Payment VBEZLCURR9(2) WERT5
VBEZSEstimated Special Payments VBEZSCURR9(2) WERT5
VBEZBAssessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5
FBVBZTax Exemption for Pensions P01C_FBVBZCURR9(2) WERT5
AEBEJInitial Year for Old-Age Exemption Amount AEBEJNUMC4NUMC4
ENDVBBenefits Payment End Date ENDVBDATS8DATUM
KJAHRDifferent Start Year for Pension Income JAHRKNUMC4NUMC4
LGVBZBenefits Payments Wage Type Group LGVBZCHAR4P_SUML
BEGV2Start Date of Benefit Payment BEGVBDATS8DATUM
ANZV2Number of Months with Benefits Payment PC01_ANZVBNUMC2NUMC2
VBE2LRegular Benefits Payment VBEZLCURR9(2) WERT5
VBE2SEstimated Special Payments VBEZSCURR9(2) WERT5
VBEZ2Assessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5
FBVB2Tax Exemption for Pensions P01C_FBVBZCURR9(2) WERT5
ENDV2Benefits Payment End Date ENDVBDATS8DATUM
KJAH2Different Start Year for Pension Income JAHRKNUMC4NUMC4
LGVB2Benefits Payments Wage Type Group LGVBZCHAR4P_SUML
BEGV3Start Date of Benefit Payment BEGVBDATS8DATUM
ANZV3Number of Months with Benefits Payment PC01_ANZVBNUMC2NUMC2
VBE3LRegular Benefits Payment VBEZLCURR9(2) WERT5
VBE3SEstimated Special Payments VBEZSCURR9(2) WERT5
VBEZ3Assessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5
FBVB3Tax Exemption for Pensions P01C_FBVBZCURR9(2) WERT5
ENDV3Benefits Payment End Date ENDVBDATS8DATUM
KJAH3Different Start Year for Pension Income JAHRKNUMC4NUMC4
LGVB3Benefits Payments Wage Type Group LGVBZCHAR4P_SUML
BEGV4Start Date of Benefit Payment BEGVBDATS8DATUM
ANZV4Number of Months with Benefits Payment PC01_ANZVBNUMC2NUMC2
VBE4LRegular Benefits Payment VBEZLCURR9(2) WERT5
VBE4SEstimated Special Payments VBEZSCURR9(2) WERT5
VBEZ4Assessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5
FBVB4Tax Exemption for Pensions P01C_FBVBZCURR9(2) WERT5
ENDV4Benefits Payment End Date ENDVBDATS8DATUM
KJAH4Different Start Year for Pension Income JAHRKNUMC4NUMC4
LGVB4Benefits Payments Wage Type Group LGVBZCHAR4P_SUML
BEGV5Start Date of Benefit Payment BEGVBDATS8DATUM
ANZV5Number of Months with Benefits Payment PC01_ANZVBNUMC2NUMC2
VBE5LRegular Benefits Payment VBEZLCURR9(2) WERT5
VBE5SEstimated Special Payments VBEZSCURR9(2) WERT5
VBEZ5Assessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5
FBVB5Tax Exemption for Pensions P01C_FBVBZCURR9(2) WERT5
ENDV5Benefits Payment End Date ENDVBDATS8DATUM
KJAH5Different Start Year for Pension Income JAHRKNUMC4NUMC4
LGVB5Benefits Payments Wage Type Group LGVBZCHAR4P_SUML
KUMSTERBAssessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5
KUMABFINAssessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5
KUMSVBGRDLAssessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5
KUMLVBGRDLAssessment Basis for Tax Exemption for Pensions P01C_VBEZBCURR9(2) WERT5

Key field Non-key field



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

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

How to access SAP table HRF_DE_TAX_ADD

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