HRDESV_EL_S_DBEN_02 SAP (Data Module ELENA Basic Data Version 02) Structure details

Dictionary Type: Structure
Description: Data Module ELENA Basic Data Version 02




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




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

HRDESV_EL_S_DBEN_02 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 ELENA Basic Data Version 02" 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_HRDESV_EL_S_DBEN_02 TYPE HRDESV_EL_S_DBEN_02.

The HRDESV_EL_S_DBEN_02 table consists of various fields, each holding specific information or linking keys about Data Module ELENA Basic Data Version 02 data available in SAP. These include STKL (Tax class), FKT (Factor for Tax Calculation), KINDFRB (Tax Exemption for Children), TTSC (Occupational Code).. 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 HRDESV_EL_S_DBEN_02 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
AVBEGStart of the Work/Employment Relationship P01_SV_EL_AVBEGDATS8DATS
STKLTax class P01_SV_EL_STKLCHAR1STRKL
FKTFactor for Tax Calculation P01_SV_EL_FKTNUMC4NUMC4
KINDFRBTax Exemption for Children P01_SV_EL_KINDFRBNUMC3P01_SV_EL_KINDFRB
TTSCOccupational Code P01_SV_EL_TTSCCHAR9D3TTSC
KENNZRKPlace of Work (Legal Area) Indicator P01_SV_EL_KENNZRKCHAR1D3KENNZRK
BYGRContribution Group P01_SV_EL_BYGRNUMC4D3BYGR
AZWOECHWeekly Working Time P01_SV_EL_AZWOECHNUMC4P01_SV_EL_AZWOECH
VSTBREGLF+/- for Regular Gross Remuneration Subject to Tax P01_SV_EL_VZSTBREGLFCHAR1P01_SV_VZ
STBREGLFCurrent Gross Remuneration Subject to Tax P01_SV_EL_STBREGLFNUMC10P01_SV_EL_BETRAG
VSTBREGSO+/- Sign for Other Gross Remuneration Subject to Tax P01_SV_EL_STBREGSOCHAR1P01_SV_VZ
STBREGSOOther Gross Remuneration Subject to Tax P01_SV_EL_STRBEGSONUMC10P01_SV_EL_BETRAG
SVBREGLFCurrent Gross Remuneration Subject to SI Contributions P01_SV_EL_SVBREGLFNUMC10P01_SV_EL_BETRAG
SVBREGEOne-Time SI Gross Payment P01_SV_EL_SVBREGENUMC10P01_SV_EL_BETRAG
VGSBREG+/- for Total Gross Remuneration P01_SV_EL_VZGSBREGCHAR1P01_SV_VZ
GSBREGTotal Gross Remuneration P01_SV_EL_GSBREGNUMC10P01_SV_EL_BETRAG
KVLFHI Payments on Regular Remunerations P01_SV_EL_KVLFNUMC10P01_SV_EL_BETRAG
KVEHI Payments on Non-Recurring Remunerations P01_SV_EL_KVENUMC10P01_SV_EL_BETRAG
RVLFPI Contributions on Current Remuneration P01_SV_EL_RVLFNUMC10P01_SV_EL_BETRAG
RVEPI Contributions on Once-Only Payments P01_SV_EL_RVENUMC10P01_SV_EL_BETRAG
AVLFUI Contributions on Current Remuneration P01_SV_EL_AVLFNUMC10P01_SV_EL_BETRAG
AVEUI Contributions on One-Time Payments P01_SV_EL_AVENUMC10P01_SV_EL_BETRAG
PVLFCI Contribution for Current Remuneration P01_SV_EL_PVLFNUMC10P01_SV_EL_BETRAG
PVECare Insurance Contribution for Once-Only Payments P01_SV_EL_PVENUMC10P01_SV_EL_BETRAG
VLSTLF+/- for Employment Tax Regular P01_SV_EL_VZLSTLFCHAR1P01_SV_VZ
LSTLFEmployment Tax on Regular Payments P01_SV_EL_LSTLFNUMC10P01_SV_EL_BETRAG
VLSTSOB+/- for Employment Tax on Other Payments P01_SV_EL_VZLSTSOBCHAR1P01_SV_VZ
LSTSOBEmployment Tax Other Payment P01_SV_EL_LSTSOBNUMC10P01_SV_EL_BETRAG
VSOLILF+/- for Reunification Tax Regular P01_SV_EL_VZSOLILFCHAR1P01_SV_VZ
SOLILFReunification Tax Current P01_SV_EL_SOLILFNUMC10P01_SV_EL_BETRAG
VSOLISOB+/- for Reunification Tax on Other Payments P01_SV_EL_VZSOLISOBCHAR1P01_SV_VZ
SOLISOBReunification Tax on Other Payments P01_SV_EL_SOLISOBNUMC10P01_SV_EL_BETRAG
VKISTLF+/- for Church Tax on Regular Payments P01_SV_EL_VZKISTLFCHAR1P01_SV_VZ
KISTLFChurch Tax on Regular Payments P01_SV_EL_KISTLFNUMC10P01_SV_EL_BETRAG
VKISTSOB+/- for Church Tax on Other Payments P01_SV_EL_VZKISTSOBCHAR1P01_SV_VZ
KISTSOBChurch Tax on Other Payments P01_SV_EL_KISTSOBNUMC10P01_SV_EL_BETRAG
STAPAGEmployer's Tax Deduction Obligation P01_SV_EL_STAPAGCHAR1P01_SV_EL_STAPAG

Key field Non-key field



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

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

How to access SAP table HRDESV_EL_S_DBEN_02

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