RREV_VDBEKI_CHECK SAP (Check Loan Document for Reversal) Structure details

Dictionary Type: Structure
Description: Check Loan Document for Reversal




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




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

RREV_VDBEKI_CHECK 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 "Check Loan Document for Reversal" 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_RREV_VDBEKI_CHECK TYPE RREV_VDBEKI_CHECK.

The RREV_VDBEKI_CHECK table consists of various fields, each holding specific information or linking keys about Check Loan Document for Reversal data available in SAP. These include MANDT (Client), BUKRS (Company Code), RBELKPFD (Document Number of Document Header (Loan)), SANLF (Product Category).. 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: Can Be Enhanced (Deep)


SAP RREV_VDBEKI_CHECK 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
VDBEKI 0
MANDTClient MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
SANLFProduct Category SANLFNUMC3VVSANLF
RANLContract Number RANLCHAR13ALPHARANLRAN
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
NLFD_ANGOffer consecutive number NLFD_ANGNUMC3LFNR3
RKLAMMERClassification Number for Finance Projects RKLAMMERCHAR13ALPHARANL
DVORGANGActivity date DVORGANGDATS8DATUM
SVORGANGBusiness Operation (Activity) SVORFALLCHAR4SVORFALL
NVORGANGActivity number NVORGANGCHAR3CHAR3
SSTATIStatus of data record SSTATINUMC2STATI
RREFKONTAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8USTRUKRE
HKONTGeneral Ledger Account HKONTCHAR10ALPHASAKNR
GSBERBusiness Area GSBERCHAR4GSBERGSB
SBLARTDocument Type BLARTCHAR2BLARTBAR
DBLDATDocument Date in Document BLDATDATS8DATUM
DBUDATPosting Date in the Document BUDATDATS8DATUM
DGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DMONATFiscal Period MONATNUMC2MONAT
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SSTOGRDReason for Reversal SSTOGRDCHAR2SSTOGRD
ZUONRAssignment Number DZUONRCHAR18ZUONR
RSTBLGReverse Document Number STBLGCHAR10ALPHABELNR
RZEBELDoc.no. of debit pos. doc.header (only for inc.pmnt records) RZEBELCHAR10ALPHARBELKPFD
DORDEROrder day DORDERDATS8DATUM
DANJRNLDate of transferal to journal DANJRNLDATS8DATUM
DANFIBUDate of transferal to FiAc DANFIBUDATS8DATUM
UANFIBUTime of transfer to financial accounting UANFIBUTIMS6TIMES
SSPESENExpenses key SSPESENCHAR1SSPESEN
NORDEROrder Number NORDERNUMC8NUM8ORD
RBANKKBank account RBANKKCHAR10ALPHASAKNRBKT
SSTCKKZAccrued interest method SSTCKKZCHAR1SSTCKKZ
SSTCKTGAccrued interest: Daily method SSTCKTGCHAR1SZBMETH
PEFFZINSEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
DSTOCKPremium reserve fund date VVDSTOCKDATS8DATUM
RPNNRDaybook no. VVRPNNRCHAR10VVRPNNR
RVZBLGAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RPNSUPSuper prima nota for grouping in autom.deb.pos. VVRPNSUPCHAR10VVRPNNR
RUMBLGReference transfer document number UMBLGCHAR10ALPHABELNR
SEVALPOSTPEC for flow executed indicator yes/no SEVALPOSTCHAR1XFELD
RUZBELAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
ACENVSource in TR-LO posting area ACENV_LONUMC4ACENV_LO
S_COMPRSummarization indicator for summarization of loan doc. data S_COMPRCHAR1S_COMPR
FLG_VWU_RELEVANTLogical value for true TRUECHAR1TRUE
FLG_VWU_FROMLogical value for true TRUECHAR1TRUE
FLG_REV_POSSIBLELogical value for true TRUECHAR1TRUE
FLG_FIMA_RELEVANTLogical value for true TRUECHAR1TRUE
FLG_CHECKLogical value for true TRUECHAR1TRUE
FLG_REV_LEVELLogical value for true TRUECHAR1TRUE
FLG_BAL_SHEET_TRANSLogical value for true TRUECHAR1TRUE

Key field Non-key field



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

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

How to access SAP table RREV_VDBEKI_CHECK

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