VDBLPO SAP (Debit types-Items) Table details

Dictionary Type: Table
Description: Debit types-Items




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




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

VDBLPO is a standard SAP Table which is used to store Debit types-Items data and is available within R/3 SAP systems depending on the version and release level.

The VDBLPO table consists of various fields, each holding specific information or linking keys about Debit types-Items data available in SAP. These include SPARTNR (Business Partner Number), SBFRMTYP (Form type), SBFRMART (Form type), NLFD_ANG (Offer consecutive 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VDBLPO 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
SPARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
SBFRMTYPForm type VVSBFRMTYPCHAR4Assigned to domainVVSBFRMTYP
SBFRMARTForm type VVSBFRMARTCHAR1VVSBFRMART
NLFD_ANGOffer consecutive number NLFD_ANGNUMC3LFNR3
SBELAARTForm item type VVSBELAARTNUMC3NUMC3
BBELAERGOperating profit amount VVBBELAERGCURR13(2) WERTV7
PBELAPRZPercentage Rate VVPBELAPRZDEC5(3) DEC2_3
PBELAPRTRepayment percentage rate VVPBELAPRTDEC5(3) DEC2_3
BBELABSSBase amount VVBBELABSSCURR13(2) WERTV7
BBELAPRSSingle amount VVBBELAPRSCURR13(2) WERTV7
BBELAMNGNumber for single amount VVBBELAMNGDEC5DEC5
XLBEZLong text for form item types VVXBELATXTCHAR70TEXT70

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDBLPO
INTO CORRESPONDING FIELDS OF WA_VDBLPO
WHERE...

How to access SAP table VDBLPO

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