HRDESV_S_BNR SAP (HR-D: Structure of Contribution File) Structure details

Dictionary Type: Structure
Description: HR-D: Structure of Contribution File




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




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

HRDESV_S_BNR 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 "HR-D: Structure of Contribution File" 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_S_BNR TYPE HRDESV_S_BNR.

The HRDESV_S_BNR table consists of various fields, each holding specific information or linking keys about HR-D: Structure of Contribution File data available in SAP. These include MANDT (Client), KKART (Type of Organizational Unit of Health Insurance Fund), BTRNR (Company Number), ENDDA (End Date).. 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_S_BNR 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
MANDTClient MANDTCLNT3T000MANDT
KKARTType of Organizational Unit of Health Insurance Fund P01_KKARTNUMC2P01_KKART
BTRNRCompany Number BNR_KEYCHAR8BTRNR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
GDATECompany Number Valid Until P01_GDATEDATS8DATS
KKTXTHealth Insurance Fund Short Text P01_BEZCHAR50TEXT50
BNR_DAVCommpany Number of Receiving Office BNR_DAVCHAR8BTRNR
BNR_WTLCompany Number of Forwarding Position BNR_WTLCHAR8BTRNR
BNR_SLBCompany Number of Org. Unit with Decryption Authorization BNR_SLBCHAR8BTRNR
BNR_NEXTCompany Number of Successor Insur. Fund BNR_NEXTCHAR8BTRNR
VDATEValidity Date of Company Number File P01_VDATEDATS8DATS
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
FA_NAME_1HR_D BNR: Name Part 1 of Orgnanizational Unit P01_FA_NAME_1CHAR50TEXT50
FA_NAME_2HR_D BNR: Name Part 2 of Organizational Unit P01_FA_NAME_2CHAR50TEXT50
FA_NAME_3HR_D BNR: Name Part 3 of Organizational Unit P01_FA_NAME_3CHAR50TEXT50
ADR_ANSHR_D BNR: Street Address: Street and House No. P01_ADR_ANSCHAR100TEXT100
ADR_PLZHR_D BNR: Street Address: Postal Code P01_ADR_PLZCHAR5TEXT5
ADR_ORTHR_D BNR: Street Address: City P01_ADR_ORTCHAR35TEXT35
ADR_ORT_TEILHR_D BNR: Street Address: District P01_ADR_ORT_TEILCHAR35TEXT35
POSTFACH_ANSHR_D BNR: P.O. Box P01_POSTFACH_ANSCHAR100TEXT100
POSTFACH_PLZHR_D BNR: P.O. Box: Postal Code P01_POSTFACH_PLZCHAR5TEXT5
POSTFACH_ORTHR_D BNR: P.O. Box: City P01_POSTFACH_ORTCHAR35TEXT35
POSTFACH_ORTSTEILHR_D BNR: P.O. Box: District P01_POSTFACH_ORTSTEILCHAR35TEXT35
KOMM_EMAILHR_D BNR: E-Mail Address P01_KOMM_EMAILCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table HRDESV_S_BNR

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