CVWBEKI SAP (Structure for change documents in VWBEKI) Structure details

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




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




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

CVWBEKI 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 VWBEKI" 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_CVWBEKI TYPE CVWBEKI.

The CVWBEKI table consists of various fields, each holding specific information or linking keys about Structure for change documents in VWBEKI data available in SAP. These include MANDT (Client), BUKRS (Company Code), RBELNR (Number of flow header), RANL (Security ID Number).. 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 (character-type or numeric)


SAP CVWBEKI 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
RBELNRNumber of flow header RBELKPFCHAR10Assigned to domainALPHARBELKPF
RANLSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
DVORGANGActivity date DVORGANGDATS8DATUM
SVORGANGSecurities-Activity RVORGANGCHAR8RVORGANG
SSTATIStatus of data record SSTATINUMC2Assigned to domainSTATI
INTEBFinancial Assets Management internal level VVSINTEBNUMC2Assigned to domainINTEB
RREFKONTAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8Assigned to domainUSTRUKRE
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
RBELNRFIAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RBELNRFI2Accounting Document Number BELNR_DCHAR10ALPHABELNRBLN
SBLARTDocument Type BLARTCHAR2T003BLARTBAR
DBLDATDocument Date in Document BLDATDATS8DATUM
DBUDATPosting Date in the Document BUDATDATS8DATUM
DGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DMONATFiscal Period MONATNUMC2MONAT
RSTBLGReverse Document Number STBLGCHAR10ALPHABELNR
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SSTOGRDReason for Reversal SSTOGRDCHAR2TZSTSSTOGRD
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
NORDERPosition number SECPOSITIONNUMBERNUMC8NUM8
NORDEXTExternal order number NORDEXTCHAR20CHAR20
RBANKKBank account RBANKKCHAR10SKA1ALPHASAKNRBKT
RKONTRAReference to Counterparty RKONTRA_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SROLEXTKODummy function DUMMY_3CHAR3CHAR3
RDEALERTrader RDEALERCHAR12Assigned to domainRDEALER
XZUSATZAssignment XZUSATZCHAR18CHAR18
SSTCKKZAccrued interest method SSTCKKZCHAR1SSTCKKZ
SSTCKTGAccrued interest: Daily method SSTCKTGCHAR1SZBMETH
PEFFZINSEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SOBJEKTInternal key for object VVKEYOBJCHAR10VVKEY
RZBANKPaying Bank VVRZBANK_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
SROLEXTZBDummy function DUMMY_3CHAR3CHAR3
DSTOCKPremium reserve fund date VVDSTOCKDATS8DATUM
RPNNRDaybook no. VVRPNNRCHAR10VVRPNNR
RHANDPLExchange VVRHANDPLCHAR10TWH01VVRHANDPLWHP
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
SEVALPOSTPEC for flow executed indicator yes/no SEVALPOSTCHAR1XFELD
REFRLDEPOReference sec.acct for sec.acct transfer (inflow/outflow) VVREFRLDEPCHAR10Assigned to domainRLDEPO
PEFFZCALLEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
JVERK6BSale in acc. with tax credit method VVJVERK6BCHAR1CHAR1
TRSEDOCNR1Document number of security posting document TRSEDOCNRCHAR10VWPOSTDOCTRSEDOCNR
TRSEGJAHR1Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TRSEDOCNR2Document number of security posting document TRSEDOCNRCHAR10VWPOSTDOCTRSEDOCNR
TRSEGJAHR2Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DEVALPOSTDate of period-end closing DEVALPOSTDATS8DATUM
SHERKUNFTOrigin indicator: 'From planned record/actual record' VVSHERKCHAR1VVSHERK
ZUONDAssignment TB_ZUONDCHAR18TEXT18
REFERInternal Reference TB_REFERCHAR16CHAR16
MERKMCharacteristics TB_MERKMCHAR25CHAR25
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
KZSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CVWBEKI

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