VDZNBPI SAP (TR-LO: Payment Postprocessing - Payment Information) Structure details

Dictionary Type: Structure
Description: TR-LO: Payment Postprocessing - Payment Information




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




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

VDZNBPI 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 "TR-LO: Payment Postprocessing - Payment Information" 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_VDZNBPI TYPE VDZNBPI.

The VDZNBPI table consists of various fields, each holding specific information or linking keys about TR-LO: Payment Postprocessing - Payment Information data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document).. 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: Can be enhanced (character-type or numeric)


SAP VDZNBPI 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
BSEGKEY 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
TCODETransaction Code TCODE_BKPFCHAR4CHAR4
VALUTValue date of the item to be cleared VALUT_EBDATS8DATE_EB
AZIDTBank statement identification AZIDT_EBCHAR20CHAR20
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
ESNUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
LAUFIAdditional Identification LAUFICHAR6LAUFI
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
PARTNBusiness Partner PARTN_EBCHAR55CHAR55
WRBTRForeign currency amount (different from account cuurency) FWBTR_EBCURR13(2) WRTV7
WAERSForeign currency key (unequal to account currency) FWAER_EBCUKY5Assigned to domainWAERS
DMBTRAmount in account currency KWBTR_EBCURR13(2) WRTV7
HWAERAccount Currency Key KWAER_EBCUKY5Assigned to domainWAERS
HBBLZBank number of our bank UBNKLCHAR15BANKL
HBLD1Bank country key BANKSCHAR3Assigned to domainLAND1BKL
KTONRBank account number KTONR_EBCHAR18BANKN
KTOIHBank account holder KTOIH_EBCHAR35CHAR35
AZDATStatement Date AZDAT_EBDATS8DATEXDATE_EB
AZNUMStatement number AZNUM_EBNUMC5NUM5
EFARTInput Type EFART_EBCHAR1CHAR1
BUDATPosting date in the document BUDAT_EBDATS8DATEXDATE_EB
VGINTPosting rule VGINT_EBCHAR4Assigned to domainVGINT_EB
BUTXTBank posting text BUTXT_EBCHAR50CHAR50
PABKSCountry key of partner bank PABKS_EBCHAR3Assigned to domainLAND1
PABLZBank number of partner bank PABLZ_EBCHAR15BANKK
PAKTOAccount number at the partner bank PAKTO_EBCHAR18BANKN
RZAWEPayment Method for This Payment RZAWECHAR1Assigned to domainZLSCH
TXTVVFinancial Assets Management Information Field TXTVV_EBCHAR40CHAR40
INFO1Additional information 1 INFO1_EBCHAR30CHAR30
INFO2Additional information 2 INFO2_EBCHAR30CHAR30
VERTTContract Type RANTYPCHAR1RANTYP
VERTNContract Number RANLCHAR13ALPHARANLRAN
FEBREIDXRow Index of Internal Tables SYTABIXINT410SYST_LONG
VWEZW1Character field with length 27 CHAR27CHAR27CHAR27
VWEZW2Character field with length 27 CHAR27CHAR27CHAR27
PIBANPartner Bank Account: IBAN PIBAN_EBCHAR34IBAN
PASWISWIFT code of partner bank PASWI_EBCHAR11SWIFT
KKREFCustomer-to-customer reference REFNR_EBCHAR35CHAR35
TRNIDTransaction ID EB_TRANSIDCHAR35

Key field Non-key field



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

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

How to access SAP table VDZNBPI

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