HRDEEA_DSER_V02 SAP (Data Record Creation of Employer Expenses) Structure details

Dictionary Type: Structure
Description: Data Record Creation of Employer Expenses




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




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

HRDEEA_DSER_V02 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 Creation of Employer Expenses" 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_HRDEEA_DSER_V02 TYPE HRDEEA_DSER_V02.

The HRDEEA_DSER_V02 table consists of various fields, each holding specific information or linking keys about Data Record Creation of Employer Expenses data available in SAP. These include DSER_VF (Procedure Feature of Data Record), DSER_BBNRAB (Company Number of Sender), DSER_BBNREP (Company Number of Recipient), DSER_VERNR (Version Number of 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 HRDEEA_DSER_V02 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
DSER_KEIdentification of Data Record or Data Module P01_EAKECHAR4P01_EAKE
DSER_VFProcedure Feature of Data Record P01_EAVFCHAR5D3VF
DSER_BBNRABCompany Number of Sender P01_BBNRABCHAR15D3BBNR
DSER_BBNREPCompany Number of Recipient P01_BBNREPCHAR15D3BBNR
DSER_VERNRVersion Number of Data Record P01_VERNRNUMC2D3VERNR
DSER_EDCreation Date and Time of the Data Record P01_EDNUMC20D3ED
DSER_FEKZIndicator for Data Records with Errors P01_BVFEKZNUMC1D3FEKZ
DSER_FEANNumber of Errors in Data Record P01_FEANNUMC1D3FEAN
DSER_VSNRPension Insurance Number RVNUMCHAR12RVNUM
DSER_GEBDABirth Date of Insured Person P01_EAGEBDANUMC8D3GBDT
DSER_BBNRVUCompany Number of Notifying Employer P01_EABBNRVUCHAR15D3BBNR
DSER_AZVUCase Number of Employer P01_BVAZVUCHAR20P01_AZVU
DSER_DSIDIdentification Number of the Data Record P01_DSIDCHAR20P01_DSID
DSER_BBNRKKCompany Number of Health Insurance Fund P01_BBNRKKCHAR15D3BBNR
DSER_AZKKHealth Insurer Reference D3AZKKCHAR20D3AZ
DSER_BBNRASCompany Number of Accounting Office P01_BBNRASCHAR15D3BBNR
DSER_GDReason for Issue in Data Record DSER P01_DSERGDNUMC2P01_DSERGD
DSER_BESCHEmployed from P01_BESCHDATS8DATUM
DSER_ARTVERSType of Insurance in the Data Record DSER P01_DSERAVNUMC1P01_DSERAV
DSER_GEGender P01_EAGECHAR1D3GE
DSER_APROType of Payroll Program Used P01_APRONUMC1P01_APRO
DSER_RESERVEReserves P01_RES16CHAR16TEXT16
DSER_MMAUData Module DBAU Available P01_EAMMAUCHAR1D3MMMM
DSER_MMBTData Module DBBT Available P01_EAMMBTCHAR1D3MMMM
DSER_MMZUData Module DBZU Available P01_EAMMZUCHAR1D3MMMM
DSER_MMBVData Module DBBV Available P01_EAMMBVCHAR1D3MMMM
DSER_MMNAData Module DBNA Available P01_EAMMNACHAR1D3MMMM
DSER_MMAAData Module DBAA Exists P01_EAMMAACHAR1D3MMMM

Key field Non-key field



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

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

How to access SAP table HRDEEA_DSER_V02

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