VDLV SAP (Contracts/Credit (life ins., build.savings etc) basic data) Table details

Dictionary Type: Table
Description: Contracts/Credit (life ins., build.savings etc) basic data




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




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

VDLV is a standard SAP Table which is used to store Contracts/Credit (life ins., build.savings etc) basic data data and is available within R/3 SAP systems depending on the version and release level.

The VDLV table consists of various fields, each holding specific information or linking keys about Contracts/Credit (life ins., build.savings etc) basic data data available in SAP. These include RSICHER (Collateral reference number), RERF (Entered by), DERF (First Entered on), TERF (Time of Initial Entry).. 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: Can be enhanced (character-type or numeric)


SAP VDLV 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
RSICHERCollateral reference number RSICHERNUMC8NUMC8
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
SSICHCollateral type SSICHCHAR4TD01SSICH
SSICHARTCategory Of Collateral Group (Internal) SSICHARTNUMC2SSICHART
XLVNRContract / account number XLVNRCHAR15CHAR15
XLVTARIFContract Rate/Group XLVTARIFCHAR15XKBEZ
DBLVContract Start DBLVDATS8DATUM
DELVContract End Date DELVDATS8DATUM
DVERTRAGContract Date DVERTRAGDATS8DATUM
BVERTRAGContract Amount BVERTRAGCURR13(2) WERTV7
SVWAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BLVPRContract contribution/premium BLVPRCURR13(2) WERTV7
SZAWSPayment form (at start of period, mid-period, at period end) SZAWSNUMC1SZAHLDIV
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
DFAELLIGDue date/calculation date DFAELLIGDATS8DATUM
DZAHLUNGPayment date DZAHLUNGDATS8DATUM
PSPZINSInterest on savings for credit balance PSPZINSDEC10(7) DEC3_7
PBONUSBonus / dynamization factor PBONUSDEC10(7) DEC3_7
SPFSTATPledge status indicator SPFSTATNUMC2TDL3SPFSTAT
JZESSIONAssignment Indicator JZESSIONCHAR1JANEI
KOMM1Name XLBEZCHAR50XTEXT50
KOMM2Name XLBEZCHAR50XTEXT50
XKBEZPRTShort term/character XKBEZPRTCHAR15XKBEZ
XAKTFile Number XAKTCHAR32CHAR32
SLVSONInsurance Policy Special Treatment Indicator VVSLVSONNUMC2TDL1VVLVSON
DLVSONKey Date for Special Treatment of Insurance VVDLVSONDATS8DATS
DFINAMTDate of tax office report VVDFINAMTDATS8DATUM
SLVGRP1Internal Indicator VVSLVGRP1CHAR6VVSLVGRP1
SLVGRP2Internal indicator VVSLVGRP2CHAR6VVSLVGRP2
SBUEART1Guarantee type 2 VVSBUEART1NUMC2TDL21VVSBUEART1
SBUEARTGuarantee type 1 VVSBUEARTNUMC2TDL2VVSBUEART
DBUERGDate of statement of guarantee VVDBUERGDATS8DATUM
XKOKBEZQuota short name VVXKOKBEZCHAR15CHAR15
JDYNSTATIndex-Linked Insurance Indicator VVJDYNSTATCHAR1JANE
JDYNANNAdoption of index-linked insurance indicator VVJDYNANNCHAR1JANE
DDYNANNAcceptance date of last dynamics VVDDYNDATDATS8DATUM
SLVHERKContract origin indicator VVSLVHERKNUMC1VVSLVHERK
BVORABLProspective maturity payment VVVVORABLCURR13(2) BWHR
LVRECHCalculation date of maturity payments VVDLVRECHDATS8DATUM
SLAENDERCountry ID SLAENDERCHAR3T005LAND1
.INCLU--AP 0
CLI_COMMENTComment on Calculation of CLI Single Premium TB_CLI_COMMENTCHAR50CHAR50
RECALC_COMMENTComment on Recalculation of CLI Single Premium TB_CLI_RECALC_COMMENTCHAR50CHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDLV
INTO CORRESPONDING FIELDS OF WA_VDLV
WHERE...

How to access SAP table VDLV

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