HRDESV_EE_S_DSLW_DISP SAP (Data Record Benefits (Display View) Version 05) Structure details

Dictionary Type: Structure
Description: Data Record Benefits (Display View) Version 05




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




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

HRDESV_EE_S_DSLW_DISP 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 Record Benefits (Display View) Version 05" 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_EE_S_DSLW_DISP TYPE HRDESV_EE_S_DSLW_DISP.

The HRDESV_EE_S_DSLW_DISP table consists of various fields, each holding specific information or linking keys about Data Record Benefits (Display View) Version 05 data available in SAP. These include BBNRAB (Company Number of Creator), BBNREP (Company Number of Recipient), VERNR (Version Number of Data Record), ED (Creation Date and Time of the Data Record).. 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_EE_S_DSLW_DISP 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
VFProcedure P01W_VFCHAR5P01W_VF
BBNRABCompany Number of Creator P01W_BBNRABCHAR15TEXT15
BBNREPCompany Number of Recipient P01W_BBNREPCHAR15TEXT15
VERNRVersion Number of Data Record P01_VERNRNUMC2D3VERNR
EDCreation Date and Time of the Data Record P01_EDNUMC20D3ED
FEKZError Indicator P01W_FEKZNUMC1NUMC01
FEANNumber of Errors in Data Record P01_FEANNUMC1D3FEAN
VSNRPension Insurance Number D3VSNRCHAR12D3VSNR
GBDTBirth Date of Insured Person P01W_GBDTNUMC8NUMC8
BBNRVUCompany Number of Notifying Employer P01W_BBNRVUCHAR15TEXT15
AZVUReference of Notifying Employer P01W_AZVUCHAR20TEXT20
BBNRKKCompany Number of Health Insurance Fund P01_BBNRKKCHAR15D3BBNR
DSIDIdentification Number of the Data Record P01_DSIDCHAR20P01_DSID
BBNRASCompany Number of Accounting Office P01_BBNRASCHAR15D3BBNR
ANRAPForm of Address for Contact Person (Mr., Mrs...etc) P01_ANRAPCHAR1D3GE
NAMEAPName of Contact Person P01_NAMEAPCHAR30TEXT30
TELAPTelephone Number of Contact Person P01_TELAPCHAR20TEXT20
FAXAPFax Number of Contact Person P01_FAXAPCHAR20TEXT20
EERUECKIndicator Confirmation of Compensation Benefits (EEL) P01_SV_EE_RUECKMCHAR1P01_SV_EE_RUECKM
RESERVEReserve Field Char 2 P01_SV_RESERVE_2CHAR2
GDSubmission Reason for Notif. for Compensation Benefits (EEL) P01_SV_EE_ABGRDNUMC2P01_SV_EE_ABGRD
KENNZSTReversal Indicator P01_KENNZSTCHAR1D3KENNZST
MMNADBNA Data Module (Name) Exists P01_SV_EE_MMNACHAR1P01_SV_EE_MM
MMANDBAN Data Module (Address) Exists P01_SV_EE_MMANCHAR1P01_SV_EE_MM
MMALDBAL Data Module (General) Exists P01_SV_EE_MMALCHAR1P01_SV_EE_MM
MMAEDBAE Data Module (Remuneration) Exists P01_SV_EE_MMAECHAR1P01_SV_EE_MM
MMZADBZA Data Module (Working Time) Exists P01_SV_EE_MMZACHAR1P01_SV_EE_MM
MMZEDBZE Data Module (Working Time for Illness of Child) Exists P01_SV_EE_MMZECHAR1P01_SV_EE_MM
MMFZDBFZ Data Module Exists (Absence Without Remuneration) P01_SV_EE_MMFZCHAR1P01_SV_EE_MM
MMFRDBFR Data Module (Rel. fr Work fr Care of Sick Child) Exists P01_SV_EE_MMFRCHAR1P01_SV_EE_MM
MMUNDBUN Data Module (Work/School Accident) Exists P01_SV_EE_MMUNCHAR1P01_SV_EE_MM
MMMUDBMU Data Module (Maternity Pay) Exists P01_SV_EE_MMMUCHAR1P01_SV_EE_MM
MMAVDBAV Data Module (Request for Preexisting Conds) Exists P01_SV_EE_MMAVCHAR1P01_SV_EE_MM
MMVODBVO Data Module (Periods of Preexisting Conditions) Exists P01_SV_EE_MMVOCHAR1P01_SV_EE_MM
MMHEDBHE Data Module (Amount of Compensation Benefit) Exists P01_SV_EE_MMHECHAR1P01_SV_EE_MM
MMBEDBBE Data Module (Amount of Income Liable for Contr.) Exists P01_SV_EE_MMBECHAR1P01_SV_EE_MM
MMLTDBLT Data Module (Benefits for Participation) Exists P01_SV_EE_MMLTCHAR1P01_SV_EE_MM
MMSEDBSE Data Module (Sailors) Exists P01_SV_EE_MMSECHAR1P01_SV_EE_MM

Key field Non-key field



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

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

How to access SAP table HRDESV_EE_S_DSLW_DISP

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