P01BV_MELD SAP (Data Record for PPO Collection of Contributions) Table details

Dictionary Type: Table
Description: Data Record for PPO Collection of Contributions




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




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

P01BV_MELD is a standard SAP Table which is used to store Data Record for PPO Collection of Contributions data and is available within R/3 SAP systems depending on the version and release level.

The P01BV_MELD table consists of various fields, each holding specific information or linking keys about Data Record for PPO Collection of Contributions data available in SAP. These include GUID (Unique Key for Identification of Notification), DSBE_VF (Procedure Feature of Data Record), DSBE_BBNRAB (Company Number of Sender), DSBE_BBNREP (Company Number of Recipient).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P01BV_MELD table 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
GUIDUnique Key for Identification of Notification P01_SVGUIDCHAR32SYSUUID_C
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_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
DBMI_KEANIdentification of Employee for Employer P01_KEANCHAR20P01_KEAN
DBMI_FMNALast Name of Member P01_BVFMNACHAR30D3FMNA
DBMI_VONAMember's First Name P01_BVVONACHAR30D3VONA
DBMI_VOSAName 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
DSBE_LGAFRegular Remuneration Excluding Notional Remuneration P01_BVLGAFNUMC1P01_BVLGAF

Key field Non-key field



How do I retrieve data from SAP table P01BV_MELD using ABAP code

The following ABAP code Example will allow you to do a basic selection on P01BV_MELD to SELECT all data from the table
DATA: WA_P01BV_MELD TYPE P01BV_MELD.

SELECT SINGLE *
FROM P01BV_MELD
INTO CORRESPONDING FIELDS OF WA_P01BV_MELD
WHERE...

How to access SAP table P01BV_MELD

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