HRDEBV_DBMI SAP (Member Information Data Module) Structure details

Dictionary Type: Structure
Description: Member Information Data Module




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




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

HRDEBV_DBMI 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 "Member Information Data Module" 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_HRDEBV_DBMI TYPE HRDEBV_DBMI.

The HRDEBV_DBMI table consists of various fields, each holding specific information or linking keys about Member Information Data Module data available in SAP. These include DBMI_KEAN (Identification of Employee for Employer), DBMI_FMNA (Family Name), DBMI_VONA (First Name), DBMI_VOSA (Name Prefix).. 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 HRDEBV_DBMI 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
DBMI_KEIdentification of Data Record or Data Module P01_BVKECHAR4P01_BVKE
DBMI_KEANIdentification of Employee for Employer P01_KEANCHAR20P01_KEAN
DBMI_FMNAFamily Name P01_FMNACHAR30D3FMNA
DBMI_VONAFirst Name P01_VONACHAR30D3VONA
DBMI_VOSAName Prefix P01_VOSACHAR20D3VOSA
DBMI_NAZUName Affix P01_NAZUCHAR20D3NAZU
DBMI_TITELTitle P01_TITELCHAR20D3TITEL
DBMI_GEGender of Member P01_BVGECHAR1D3GE
DBMI_GBDTDate of Birth of Member P01_BVGBDTDATS8P01_ZSDAT

Key field Non-key field



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

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

How to access SAP table HRDEBV_DBMI

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