HRDESV_BV_S_NOTIF_LOG SAP (Logging of PPO Contribution Collection Notifications) Structure details

Dictionary Type: Structure
Description: Logging of PPO Contribution Collection Notifications




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




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

HRDESV_BV_S_NOTIF_LOG 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 "Logging of PPO Contribution Collection Notifications" 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_BV_S_NOTIF_LOG TYPE HRDESV_BV_S_NOTIF_LOG.

The HRDESV_BV_S_NOTIF_LOG table consists of various fields, each holding specific information or linking keys about Logging of PPO Contribution Collection Notifications data available in SAP. These include DSBE_ABMO (For-Period), DSBE_VEMO (In-Period), DSBE_MEVO (Notification Procedure), DSBE_SVTG (SI Days).. 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_BV_S_NOTIF_LOG 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
STATUSNotification Status Indicator P01_BVSTATUSCHAR2P01_BVSTATUS
DSBE_ABMOFor-Period P01_ABMOCHAR6P01_BVPER
DSBE_VEMOIn-Period P01_VEMOCHAR6P01_BVPER
DSBE_MEVONotification Procedure P01_MEVOCHAR1P01_MEVO
DSBE_SVTGSI Days P01_SVTGNUMC2P01_SVTG
DSBE_LGACurrent Remuneration P01_LGANUMC8P01_LGA
DSBE_LGAFRegular Remuneration Excluding Notional Remuneration P01_BVLGAFNUMC1P01_BVLGAF
DSBE_EGANon-Recurring Payment P01_EGANUMC9P01_EGA
DSBE_EGABAssessment Basis for Non-Recurring Payment P01_EGABNUMC8P01_EGAB
DSBE_BZIndicator: Contribution Payment P01_BZNUMC1P01_BZ
DSBE_PBCompulsory Contribution P01_PBNUMC8P01_PB
DSBE_MNRBVMembership Number of Professional Insured Person P01_MNRBVCHAR17P01_MNRBV
DSBE_BBNRVUCompany Number of Notifying Employer P01_BVBBNRVUCHAR15D3BBNR
DSBE_BBNRABCompany Number of Sender P01_BVBBNRABCHAR15D3BBNR
DSBE_BBNRBVCompany Number of Professional Pension Scheme P01_BBNRBVCHAR15D3BBNR
DBMI_FMNALast Name of Member P01_BVFMNACHAR30D3FMNA
DBMI_VONAMember's First Name P01_BVVONACHAR30D3VONA
DBMI_VOSOName Prefix of Member P01_BVVOSOCHAR20D3VOSA
DBMI_NAZUName Affix of Member P01_BVNAZUCHAR20D3NAZU
DBMI_TITELMember Title P01_BVTITELCHAR20D3TITEL
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 HRDESV_BV_S_NOTIF_LOG using ABAP code?

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

How to access SAP table HRDESV_BV_S_NOTIF_LOG

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