VDSDV5 SAP (Collateral in securities in acc. with BAV/PRF5) Table details

Dictionary Type: Table
Description: Collateral in securities in acc. with BAV/PRF5




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




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

VDSDV5 is a standard SAP Table which is used to store Collateral in securities in acc. with BAV/PRF5 data and is available within R/3 SAP systems depending on the version and release level.

The VDSDV5 table consists of various fields, each holding specific information or linking keys about Collateral in securities in acc. with BAV/PRF5 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 VDSDV5 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
XWPKNSecurities ID number (Display PRF5) XWPKNCHAR15XKBEZ
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BKURSWRTMarket value of a security according to stmnt in PRF5 BKURSWRTCURR13(2) BWHR
DKURSWRTDate of valuation at market value DKURSWRTDATS8DATUM
BNEWENominal value per share BNEWECURR10(2) VVBNENNW
BWKURSecurity price for unit quotation BWKURSCURR13(2) BWKURS
PKURPrice in percent PKURDEC10(7) DEC3_7
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNOMSNominal value BNOMSCURR13(2) BWHR
XALKZShort name XALKZCHAR15XKBEZ
XALLBLong name XALLBCHAR60XLBEZ
XEMITName of issuer (info) XEMITCHAR50XDOKBS
PNOMZINSNominal interest rate PNOMZINSDEC10(7) DEC3_7
DEBEGIssue start date DEBEGDATS8DATUM
XSERIEIssue serial number XSERIECHAR15XKBEZ
XREIHEIssue Series XREIHECHAR15XKBEZ
SVERWACustody type SVERWACHAR1Assigned to domainSVERWA
XDKBZSec.acct position short description XDKBZCHAR15XKBEZ
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
XAKTFile Number XAKTCHAR32CHAR32
KOMM1Name XLBEZCHAR50XTEXT50
KOMM2Name XLBEZCHAR50XTEXT50
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
DURUEBDate of document transfer/date of entry in debt register VVDURUEBDATS8DATS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SLAENDERCountry ID SLAENDERCHAR3T005LAND1

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDSDV5
INTO CORRESPONDING FIELDS OF WA_VDSDV5
WHERE...

How to access SAP table VDSDV5

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