HRDESV_BN_EN_STR SAP (Individual Statement) Structure details

Dictionary Type: Structure
Description: Individual Statement




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




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

HRDESV_BN_EN_STR 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 "Individual Statement" 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_BN_EN_STR TYPE HRDESV_BN_EN_STR.

The HRDESV_BN_EN_STR table consists of various fields, each holding specific information or linking keys about Individual Statement data available in SAP. These include BVERF (Procedure for Expected Due Contributions), LFDEN (Character Field with Length 5), WAERS (Currency Key), PERNR (Personnel Number).. 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_BN_EN_STR 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
VORMONATSingle-Character Indicator CHAR1CHAR1CHAR1
BVERFProcedure for Expected Due Contributions P01_BVERFCHAR1P01_BVERF
LFDENCharacter Field with Length 5 CHAR05CHAR5CHAR005
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
PERIDPersonnel ID Number PRDNICHAR20CHAR20
CNAMERP-DSV: Name of Employee XNAMECHAR45CHAR45
GBDATDate of Birth GBDATDATS8PDATEGBDAT
RVNUMPension Insurance Number RVNUMCHAR12RVNUM
MITNRMembership Number MITNRCHAR15CHAR15
INTERText field length 14 CHAR14CHAR14CHAR14
SRTFDCommon sort field SRTFDCHAR2CHAR2
BKLZUContribution Scale Supplementary Pensions P011_ZUSKLCHAR6Assigned to domainP011_ZUSKL
BGRSData Type 4 Characters CHAR04CHAR4CHAR4MOD
SELBSTZInd. of Payee of Own Contributions for SI Contrib. Statement P011_SELZCHAR4CHAR4
MFBEZIndicator for SI Contribution Statement P011_KZNWCHAR1CHAR1
SVGVDIndicator for SI Contribution Statement P011_KZNWCHAR1CHAR1
GLEITIndicator for SI Contribution Statement P011_KZNWCHAR1CHAR1
ANZ01SI Statement of Contributions: SI Days P011_ANZHLDEC4DSVNWP011_ANZHL
ANZ02SI Statement of Contributions: SI Days P011_ANZHLDEC4DSVNWP011_ANZHL
ANZ03SI Statement of Contributions: SI Days P011_ANZHLDEC4DSVNWP011_ANZHL
ANZ04SI Statement of Contributions: SI Days P011_ANZHLDEC4DSVNWP011_ANZHL
ANZ05SI Statement of Contributions: SI Days P011_ANZHLDEC4DSVNWP011_ANZHL
BTR01HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR02HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR03HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR04HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR05HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR06HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR07HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR51HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR52HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR53HR Payroll: Amount MAXBTCURR15(2) PRBETRG
PSTGFHR Payroll: Amount MAXBTCURR15(2) PRBETRG
STBRUHR Payroll: Amount MAXBTCURR15(2) PRBETRG
BSFNZHR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTRS1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTRSAHR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTG10HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTG20HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTG30HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTG40HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTN10HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTN20HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTN30HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTN40HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR35HR Payroll: Amount MAXBTCURR15(2) PRBETRG
STATUS3-Byte field CHAR3CHAR3CHAR3
PV_RENTNERIndicator for SI Contribution Statement P011_KZNWCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table HRDESV_BN_EN_STR

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