VDSDV4 SAP (Loan collateral in acc. with BAV/PRF4) Table details

Dictionary Type: Table
Description: Loan collateral in acc. with BAV/PRF4




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




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

VDSDV4 is a standard SAP Table which is used to store Loan collateral in acc. with BAV/PRF4 data and is available within R/3 SAP systems depending on the version and release level.

The VDSDV4 table consists of various fields, each holding specific information or linking keys about Loan collateral in acc. with BAV/PRF4 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 VDSDV4 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
BVALHYPMortgage value-dated amount BVALHYPCURR13(2) BWHR
SWHRVALCurrency Key WAERSCUKY5TCURCWAERSFWS
XADRDV4Property location/ name of vessel XADRDV4CHAR50TEXT50
XGBAMTLand registry ID XGBAMTCHAR25XTEXT25
XGVONLand register district XGBVONCHAR25XTEXT25SH_GEM
NBANDNRLand register volume number NBANDNRCHAR15TEXT15
NBLATTNRLand register page number NBLATTNRCHAR15TEXT15
XNRABT3No. of entry in Section 3 of land register XNRABT3CHAR5CHAR5
DEINTRAGDate of entry DEINTRAGDATS8DDAT
XPARTNERName NAME1CHAR30TEXT30
XAKTFile Number XAKTCHAR32CHAR32
KOMM1Name XLBEZCHAR50XTEXT50
KOMM2Name XLBEZCHAR50XTEXT50
RANLContract Number RANLCHAR13ALPHARANLRAN
SLAENDERCountry ID SLAENDERCHAR3T005LAND1
.INCLU--AP 0
UEBERGABE_DATDate DATUMDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDSDV4
INTO CORRESPONDING FIELDS OF WA_VDSDV4
WHERE...

How to access SAP table VDSDV4

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