VDZV SAP (Payment Details for the Loan) Table details

Dictionary Type: Table
Description: Payment Details for the Loan




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




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

VDZV is a standard SAP Table which is used to store Payment Details for the Loan data and is available within R/3 SAP systems depending on the version and release level.

The VDZV table consists of various fields, each holding specific information or linking keys about Payment Details for the Loan data available in SAP. These include BUKRS (Company Code), RFHA (Contract Number), SSIGN (Direction of flow), WAERS (Currency Key).. 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 VDZV 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAContract Number RANLCHAR13VDARLALPHARANLRAN
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DZVERBPayment details effective from TB_DZVERBDATS8DATUM
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_CRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
RPZAHLPayer/payee TB_RPZAHL_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
SZARTPayment transaction TB_SZARTCHAR1XFELD
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
UZAWEPayment Method Supplement UZAWECHAR2T042FUZAWE
SPAYRQGenerate payment request TB_SPAYRQKCHAR1XFELD
SPRSNGIndividual payment TB_SPRSNGKCHAR1XFELD
SPRGRDDetermine grouping definition TB_SPRGRDCHAR1T_SPRGRD
SCSPAYSame direction necessary for joint payment? TB_SCSPAYCHAR1XFELD
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDZV
INTO CORRESPONDING FIELDS OF WA_VDZV
WHERE...

How to access SAP table VDZV

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