VZFZE 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
Related tables to VZFZE
Access table VZFZE




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

VZFZE 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 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 BUKRS (Company Code), SVORGANG (Release procedure activity number), LFDNR (Table entry sequential number), SBUAKT (Posting application sequential 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VZFZE 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SVORGANGRelease procedure activity number VVSVORGANGNUMC10VVSVORGANG
LFDNRTable entry sequential number VVLFDNRCHAR3LFDNR
SBUAKTPosting application sequential number VVSBUAKTNUMC3VVSBUAKT
SATZARTRecord Type in Suspense Data Table VVSATZARTCHAR10CHAR10
SOBJEKTInternal key for object VVKEYOBJCHAR10VVKEY
VARLNGLength Field for Variable Text Field VVVARLNGINT25INT2
XVAR700Application Data TB_EDI_SDATALCHR1200T_EDI_SDATA

Key field Non-key field



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

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

SELECT SINGLE *
FROM VZFZE
INTO CORRESPONDING FIELDS OF WA_VZFZE
WHERE...

How to access SAP table VZFZE

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