HRDESV_BD_S_DSBD SAP (Business Data Maintenance Data Record) Structure details

Dictionary Type: Structure
Description: Business Data Maintenance Data Record




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




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

HRDESV_BD_S_DSBD 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 "Business Data Maintenance Data Record" 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_BD_S_DSBD TYPE HRDESV_BD_S_DSBD.

The HRDESV_BD_S_DSBD table consists of various fields, each holding specific information or linking keys about Business Data Maintenance Data Record data available in SAP. These include BBNRAB (Company Number of Sender), 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_BD_S_DSBD 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
VFNotification Procedure Indicator P01_BD_VFCHAR5P01_BD_VF
BBNRABCompany Number of Sender P01_BD_BBNRABCHAR15D3BBNR
BBNREPCompany Number of Recipient P01_BD_BBNREPCHAR15D3BBNR
VERNRVersion Number of Data Record P01_BD_VERNRNUMC2D3VERNR
EDCreation Date and Time of the Data Record P01_BD_EDNUMC20D3ED
FEKZIndicator for Data Records with Errors P01_BD_FEKZNUMC1D3FEKZ
FEANNumber of Errors in Data Record P01_BD_FEANNUMC1D3FEAN
BBNRBSCompany Number of Place of Work P01_BD_BBNRBSCHAR15D3BBNR
RESERVE1 0
BBNRASCompany Number of Accounting Office P01_BD_BBNRASCHAR15D3BBNR
GDReason for Statutory Payment P01_BD_GDNUMC2P01_BD_GD
WUKLIndustry Subclass as per Classification WZ2008 P01_BD_WUKLCHAR5
NAME1Name/Description of Company Part 1 P01_BD_NAME1CHAR30TEXT30
NAME2Name/Description of Company - Part 2 P01_BD_NAME2CHAR30TEXT30
NAME3Name/Description of Company - Part 3 P01_BD_NAME3CHAR30TEXT30
PLZZUPostal Code (Delivery) P01_BD_PLZZUCHAR10D3PLZ
ORTCompany City P01_BD_ORTCHAR34D3ORT
STRCompany Street P01_BD_STRCHAR33D3STR
HNRCompany House Number P01_BD_HNRCHAR9D3NR
PLZPOPostal Code (PO Box) P01_BD_PLZPOCHAR10D3PLZ
POSTFACHCompany PO Box P01_BD_POSTFACHCHAR10
RUHENDInactive Indicator P01_BD_RUHENDCHAR1P01_BD_RUHEND
BBNRMECompany No. of Notifying Body P01_BD_BBNRMECHAR15D3BBNR
ANRAPForm of Address for Contact Person (Mr., Mrs...etc) P01_BD_ANRAPCHAR1P01_BD_ANRAP
NAMEAPName of contact person P01_BD_NAMEAPCHAR30TEXT30
TELAPTelephone Number of Contact Person P01_BD_TELAPCHAR20TEXT20
FAXAPContact Person Fax Number P01_BD_FAXAPCHAR20TEXT20
EMAILAPContact Person's E-Mail Address P01_BD_EMAILAPCHAR70TEXT70
AZVUReference of Notifying Employer P01_BD_AZVUCHAR20D3AZ
DSIDData Record ID P01_BD_DSIDCHAR20
BBNRKKCompany Number of Health Insurance Fund P01_BD_BBNRKKCHAR15D3BBNR
RESERVE2 0
MMKAData Module DBKA Exists P01_BD_MMKACHAR1D3MMMM
MMTNData Module DBTN Exists P01_BD_MMTNCHAR1D3MMMM
RESERVE3 0

Key field Non-key field



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

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

How to access SAP table HRDESV_BD_S_DSBD

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