HRDEBV_DSBE SAP (Data Record: PPO Contribution Collection Procedure) Structure details

Dictionary Type: Structure
Description: Data Record: PPO Contribution Collection Procedure




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




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

HRDEBV_DSBE 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 "Data Record: PPO Contribution Collection Procedure" 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_DSBE TYPE HRDEBV_DSBE.

The HRDEBV_DSBE table consists of various fields, each holding specific information or linking keys about Data Record: PPO Contribution Collection Procedure data available in SAP. These include DSBE_VF (Procedure Feature of Data Record), DSBE_BBNRAB (Company Number of Sender), DSBE_BBNREP (Company Number of Recipient), DSBE_VERDS (Version Number of 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 HRDEBV_DSBE 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
DSBE_KEIdentification of Data Record or Data Module P01_BVKECHAR4P01_BVKE
DSBE_VFProcedure Feature of Data Record P01_BVVFCHAR5D3VF
DSBE_BBNRABCompany Number of Sender P01_BVBBNRABCHAR15D3BBNR
DSBE_BBNREPCompany Number of Recipient P01_BVBBNREPCHAR15D3BBNR
DSBE_VERDSVersion Number of Data Record P01_VERNRNUMC2D3VERNR
DSBE_VERKPVersion Number of Data Record P01_VERNRNUMC2D3VERNR
DSBE_EDCreation Date and Time of the Data Record P01_BVEDNUMC20D3ED
DSBE_FEKZIndicator for Data Records with Errors P01_BVFEKZNUMC1D3FEKZ
DSBE_FEANNumber of Errors in Data Record P01_FEANNUMC1D3FEAN
DSBE_NA1Name of Employer P01_BVNA1CHAR30P01_BVNAME
DSBE_NA2Second Part of Employer's Name P01_BVNA2CHAR30P01_BVNAME
DSBE_NA33rd Part of Employer's Name P01_BVNA3CHAR30P01_BVNAME
DSBE_STRStreet P01_BVSTRCHAR33D3STR
DSBE_HNRHouse Number P01_NRCHAR9D3NR
DSBE_PLZPostal Code of Place of Work P01_BVPLZNUMC5P01_BVPLZ
DSBE_ORTLocation of Place of Work P01_BVORTCHAR34D3ORT
DSBE_AZVUCase Number of Employer P01_BVAZVUCHAR20P01_AZVU
DSBE_BBNRVUCompany Number of Notifying Employer P01_BVBBNRVUCHAR15D3BBNR
DSBE_BBNRASCompany Number of Accounting Office P01_BBNRASCHAR15D3BBNR
DSBE_BBNRBVCompany Number of Professional Pension Scheme P01_BBNRBVCHAR15D3BBNR
DSBE_MNRBVMembership Number of Professional Insured Person P01_MNRBVCHAR17P01_MNRBV
DSBE_ABMOFor-Period P01_ABMOCHAR6P01_BVPER
DSBE_VEMOIn-Period P01_VEMOCHAR6P01_BVPER
DSBE_MEVONotification Procedure P01_MEVOCHAR1P01_MEVO
DSBE_VZSVTGPlus/Minus Sign for Social Insurance Days P01_VZSVTGCHAR1P01BVVZ
DSBE_SVTGSI Days P01_SVTGNUMC2P01_SVTG
DSBE_VZLGAPlus/Minus Sign for Current Remuneration P01_VZLGACHAR1P01BVVZ
DSBE_LGACurrent Remuneration P01_LGANUMC8P01_LGA
DSBE_LGAFRegular Remuneration Excluding Notional Remuneration P01_BVLGAFNUMC1P01_BVLGAF
DSBE_VZEGA+/- Sign for Non-Recurring Payment P01_VZEGACHAR1P01BVVZ
DSBE_EGANon-Recurring Payment P01_EGANUMC9P01_EGA
DSBE_VZEGABPlus/Minus Sign for Assessment Basis from NRP P01_VZEGABCHAR1P01BVVZ
DSBE_EGABAssessment Basis for Non-Recurring Payment P01_EGABNUMC8P01_EGAB
DSBE_BZIndicator: Contribution Payment P01_BZNUMC1P01_BZ
DSBE_VZPBPlus/Minus Sign for Compulsory Contribution P01_VZPBCHAR1P01BVVZ
DSBE_PBCompulsory Contribution P01_PBNUMC8P01_PB
DSBE_DBMIVData Module: Membership ID Exists P01_DBMIVCHAR1D3MMMM
DSBE_DBHBVData Module: Higher Insurance Contribution Exists P01_DBHBVCHAR1D3MMMM
DSBE_RESERVEReserve Field (2 Characters) P01_BVRES2CHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table HRDEBV_DSBE

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