RVDSICH SAP (Display structure for collateral overview) Structure details

Dictionary Type: Structure
Description: Display structure for collateral overview




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




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

RVDSICH 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 "Display structure for collateral overview" 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_RVDSICH TYPE RVDSICH.

The RVDSICH table consists of various fields, each holding specific information or linking keys about Display structure for collateral overview data available in SAP. These include BUKRS (Company Code), RANL (Contract Number), SSICH (Collateral type), SSICHART (Category Of Collateral Group (Internal)).. 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: Not classified


SAP RVDSICH 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
RSICHERCollateral reference number RSICHERNUMC8NUMC8
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLContract Number RANLCHAR13ALPHARANLRAN
SSICHCollateral type SSICHCHAR4Assigned to domainSSICH
SSICHARTCategory Of Collateral Group (Internal) SSICHARTNUMC2SSICHART
XPAADRPartner/address string VVXPAADRCHAR60CHAR60
XLVNRContract / account number XLVNRCHAR15CHAR15
XLVTARIFContract Rate/Group XLVTARIFCHAR15XKBEZ
DBLVContract Start DBLVDATS8DATUM
DELVContract End Date DELVDATS8DATUM
BVERTRAGContract Amount BVERTRAGCURR13(2) WERTV7
SVWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BLVPRContract contribution/premium BLVPRCURR13(2) WERTV7
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XAKTFile Number XAKTCHAR32CHAR32
XWPKNSecurities ID number (Display PRF5) XWPKNCHAR15XKBEZ
XALKZShort name XALKZCHAR15XKBEZ
XALLBLong name XALLBCHAR60XLBEZ
BNOMSNominal value BNOMSCURR13(2) BWHR
PKURPrice in percent PKURDEC10(7) DEC3_7
BWKURSecurity price for unit quotation BWKURSCURR13(2) BWKURS
PNOMZINSNominal interest rate PNOMZINSDEC10(7) DEC3_7
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
BVALHYPMortgage value-dated amount BVALHYPCURR13(2) BWHR
XADRDV4Property location/ name of vessel XADRDV4CHAR50TEXT50
BHAFTUNGValue of assigned rights from collateral BHAFTUNGCURR13(2) BWHR
BHAFTWHRCurrency SWHRCUKY5Assigned to domainWAERSWHR
DABTRETDate of assignment for collateral security DABTRETDATS8DATUM
DBESTAETAssignment confirmation date VVDABBSTDATS8DATUM
DANZEIGEAssignment display date VVDABANZDATS8DATUM
XURKDocument number XURKCHAR15CHAR15
SDOKUARTIndicator for the type of document SDOKUARTNUMC3SDOKUART
DURKDocument date/expert opinion date DURKDATS8DATUM
JPROLIndicator: Taken into consideration for rollover VVJPROLCHAR1JANEI
DBEBEZDate of start of relationship DBEBEZDATS8DATUM
DENBEZDate of end of relationship DENBEZDATS8DATUM
JHAUPTPrimary collateral indicator VVJHSICHCHAR1JANEI

Key field Non-key field



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

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

How to access SAP table RVDSICH

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