HRDESV_BN_DATA_SW SAP (Contribution Statement: Estimated Values of Previous Month) Structure details

Dictionary Type: Structure
Description: Contribution Statement: Estimated Values of Previous Month




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




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

HRDESV_BN_DATA_SW 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 "Contribution Statement: Estimated Values of Previous Month" 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_DATA_SW TYPE HRDESV_BN_DATA_SW.

The HRDESV_BN_DATA_SW table consists of various fields, each holding specific information or linking keys about Contribution Statement: Estimated Values of Previous Month data available in SAP. These include SKVBEITR2 (HI Contribution Increased, Estimated Value), SKVBEITR3 (HI Contribution Reduced, Estimated Value), SPVBEITR (CI Contribution, Estimated Value), SRVBEITR1 (PI Contribution Full, Estimated Value).. 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_DATA_SW 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
SKVBEITR1HI Contribution General, Estimated Value P01_S_KVBEITR1CURR15(2) PRBETRG
SKVBEITR2HI Contribution Increased, Estimated Value P01_S_KVBEITR2CURR15(2) PRBETRG
SKVBEITR3HI Contribution Reduced, Estimated Value P01_S_KVBEITR3CURR15(2) PRBETRG
SPVBEITRCI Contribution, Estimated Value P01_S_SPVBEITRCURR15(2) PRBETRG
SRVBEITR1PI Contribution Full, Estimated Value P01_S_RVBEITR1CURR15(2) PRBETRG
SAVBEITR1UI Contribution, Full, Estimated Value P01_S_AVBEITR1CURR15(2) PRBETRG
SRVBEITR3PI Contribution Half, Estimated Value P01_S_RVBEITR3CURR15(2) PRBETRG
SINSGUContribution to Insolvency Fund Insurance, Estimated Value P01_S_INSGUCURR15(2) PRBETRG
SAVBEITR2UI Contribution, Half, Estimated Value P01_S_AVBEITR2CURR15(2) PRBETRG
SU1Contribution Amount Illness Expenses (U1), Estimated Value P01_S_U1CURR15(2) PRBETRG
SU2Contrib. Amount Maternity Expenses (U2), Estimated Value P01_S_U2CURR15(2) PRBETRG
SKVBEITR6HI Contribution Flat-Rate, Estimated Value P01_S_KVBEITR6CURR15(2) PRBETRG
SRVBEITR5PI Contribution Flat-Rate, Estimated Value P01_S_RVBEITR5CURR15(2) PRBETRG
SKVBEITRFHI Contribution Voluntary Members, Estimated Value P01_S_KVBEITRFCURR15(2) PRBETRG
SPVBEITRFCI Contribution Voluntary Members, Estimated Value P01_S_PVBEITRFCURR15(2) PRBETRG
SERSTAAGReimbursement Amount of Employer Expenses, Estimated Value P01_S_ERSTAAGCURR15(2) PRBETRG
SBEITR2Other Contribution (Optional), Estimated Value P01_S_BEITR2CURR15(2) PRBETRG
SBEITR3Other Contribution (Optional), Estimated Value P01_S_BEITR3CURR15(2) PRBETRG
SKVBEITR1SAHI Contribution General, w/o SI Adjustment, Estimated Value P01_S_KVBEITR1SACURR15(2) PRBETRG
SKVBEITR3SAHI Contribution Reduced, w/o SI Adjustment, Estimated Value P01_S_KVBEITR3SACURR15(2) PRBETRG
SKVBEITRFSAHI Contrib. Voluntary Members, w/o SI Adj., Estimated Value P01_S_KVBEITRFSACURR15(2) PRBETRG
SBTEPSTStandard Flat-Rate Tax for Low-Paid EEs, Estimated Value P01_S_BTEPSTCURR15(2) PRBETRG
BVERFProcedure for Expected Due Contributions P01_BVERFCHAR1P01_BVERF
KORRLCoorection Factor Current Remuneration P01_KORRLDEC3(2) P01_KORRF
KORRECorrection Factor Non-Recurring Payment P01_KORREDEC3(2) P01_KORRF
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table HRDESV_BN_DATA_SW

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