VDBEKI_REV SAP (Extended VDBEKI transfer structure for reversal module) Structure details

Dictionary Type: Structure
Description: Extended VDBEKI transfer structure for reversal module




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




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

VDBEKI_REV 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 "Extended VDBEKI transfer structure for reversal module" 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_VDBEKI_REV TYPE VDBEKI_REV.

The VDBEKI_REV table consists of various fields, each holding specific information or linking keys about Extended VDBEKI transfer structure for reversal module 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: Not classified


SAP VDBEKI_REV 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
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 SSTATINUMC2Assigned to domainSTATI
RREFKONTAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8Assigned to domainUSTRUKRE
HKONTGeneral Ledger Account HKONTCHAR10SKB1ALPHASAKNR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
SBLARTDocument Type BLARTCHAR2T003BLARTBAR
DBLDATDocument Date in Document BLDATDATS8DATUM
DBUDATPosting Date in the Document BUDATDATS8DATUM
DGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DMONATFiscal Period MONATNUMC2MONAT
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SSTOGRDReason for Reversal SSTOGRDCHAR2TZSTSSTOGRD
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 RBANKKCHAR10SKB1ALPHASAKNRBKT
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
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
BUDATPosting Date in the Document BUDATDATS8DATUM
STOGRUNDReason for Reversal SSTOGRDCHAR2Assigned to domainSSTOGRD
ZAHLSPERREBlock Key for Payment DZAHLSCHAR1Assigned to domainZAHLS
ZE_HKONTInterim account for incoming payments VVZEHKONTCHAR10Assigned to domainALPHASAKNR
SO_PERIODEFiscal Period MONATNUMC2MONAT
SBUSTPosting control key VVSBUSTNUMC2VVSBUST
SRREFKONTIndicator for copying account assignment (X=yes, blank=no) VVSRREFKONTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table VDBEKI_REV

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