CVDBEKI SAP (Structure for change documents in VDBEKI) Structure details

Dictionary Type: Structure
Description: Structure for change documents in VDBEKI




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




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

CVDBEKI 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 "Structure for change documents in VDBEKI" 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_CVDBEKI TYPE CVDBEKI.

The CVDBEKI table consists of various fields, each holding specific information or linking keys about Structure for change documents in VDBEKI 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 CVDBEKI 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
KZSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CVDBEKI

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