HRDEBW_DBUN SAP (Data Module: Statement of Earnings - Accident Data) Structure details

Dictionary Type: Structure
Description: Data Module: Statement of Earnings - Accident Data




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




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

HRDEBW_DBUN 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 "Data Module: Statement of Earnings - Accident 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_HRDEBW_DBUN TYPE HRDEBW_DBUN.

The HRDEBW_DBUN table consists of various fields, each holding specific information or linking keys about Data Module: Statement of Earnings - Accident Data data available in SAP. These include UFTAG (Accident Date), UVTRG (Name of Accident Insurance Institution), LSTFZ (Employment Tax-Free Bonuses in Last Remuneration Payt Period), LSTB1 (Bonuses Exempt from Employment Tax: Start of 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: Cannot Be Enhanced


SAP HRDEBW_DBUN 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
KENNGIdentification P01W_KENNGCHAR4TEXT04
UFTAGAccident Date P01W_UFTAGNUMC8NUMC08
UVTRGName of Accident Insurance Institution P01W_UVTRGCHAR30TEXT30
LSTFZEmployment Tax-Free Bonuses in Last Remuneration Payt Period P01W_LSTFZNUMC8NUMC08
LSTB1Bonuses Exempt from Employment Tax: Start of Period P01W_LSTBGNUMC8NUMC08
LSTE1Bonuses Exempt from Employment Tax: End of Period P01W_LSTEDNUMC8NUMC08
LSTZ1Pymt Exempt fr. Empl. Tax P01W_LSTZUNUMC8NUMC08
LSTB2Bonuses Exempt from Employment Tax: Start of Period P01W_LSTBGNUMC8NUMC08
LSTE2Bonuses Exempt from Employment Tax: End of Period P01W_LSTEDNUMC8NUMC08
LSTZ2Pymt Exempt fr. Empl. Tax P01W_LSTZUNUMC8NUMC08
LSTB3Bonuses Exempt from Employment Tax: Start of Period P01W_LSTBGNUMC8NUMC08
LSTE3Bonuses Exempt from Employment Tax: End of Period P01W_LSTEDNUMC8NUMC08
LSTZ3Pymt Exempt fr. Empl. Tax P01W_LSTZUNUMC8NUMC08

Key field Non-key field



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

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

How to access SAP table HRDEBW_DBUN

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