VZFZE_VDBEKI SAP (Central Entry Table for Release Procedure) Table details

Dictionary Type: Table
Description: Central Entry Table for Release Procedure




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




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

VZFZE_VDBEKI is a standard SAP Table which is used to store Central Entry Table for Release Procedure data and is available within R/3 SAP systems depending on the version and release level.

The VZFZE_VDBEKI table consists of various fields, each holding specific information or linking keys about Central Entry Table for Release Procedure data available in SAP. These include VZFZE_BUKRS (Company Code), VZFZE_SVORGANG (Release procedure activity number), VZFZE_LFDNR (Table entry sequential number), BUKRS (Company Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP VZFZE_VDBEKI table 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 MANDTCLNT3Assigned to domainMANDT
VZFZE_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VZFZE_SVORGANGRelease procedure activity number VVSVORGANGNUMC10VVSVORGANG
VZFZE_LFDNRTable entry sequential number VVLFDNRCHAR3LFDNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_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 HKONTCHAR10Assigned to domainALPHASAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SBLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
DBLDATDocument Date in Document BLDATDATS8DATUM
DBUDATPosting Date in the Document BUDATDATS8DATUM
DGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DMONATFiscal Period MONATNUMC2MONAT
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SSTOGRDReason for Reversal SSTOGRDCHAR2Assigned to domainSSTOGRD
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 RBANKKCHAR10Assigned to domainALPHASAKNRBKT
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

Key field Non-key field



How do I retrieve data from SAP table VZFZE_VDBEKI using ABAP code

The following ABAP code Example will allow you to do a basic selection on VZFZE_VDBEKI to SELECT all data from the table
DATA: WA_VZFZE_VDBEKI TYPE VZFZE_VDBEKI.

SELECT SINGLE *
FROM VZFZE_VDBEKI
INTO CORRESPONDING FIELDS OF WA_VZFZE_VDBEKI
WHERE...

How to access SAP table VZFZE_VDBEKI

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