V_FMZUCO SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_FMZUCO is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_FMZUCO table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include FIKRS (Financial Management Area), OBART (Object type), FITXT (Name of FM area), FSTATUS_CI (Commitment item field status).. 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 V_FMZUCO table view 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 MANDTCLNT3MANDT
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
OBARTObject type FM_OBARTCHAR2FM_OBART
FITXTName of FM area FITXTCHAR25TEXT25
FSTATUS_CICommitment item field status FM_FSTATCICHAR1FM_CTRL_HC
FSTATUS_FCFunds center field status FM_FSTATFCICHAR1FM_CTRL_HC
FSTATUS_FUFund field status FM_FSTATFUCHAR1FM_CTRL_HC
FSTATUS_CECost element field status FM_FSTATCECHAR1FM_CTRL_HC
FSTATUS_CGCost element group field status FM_FSTATCGCHAR1FM_CTRL_HC
XYEA_DEPYear-dependent assignment FM_TIMEDEPCHAR1XFELD
XACT_ONLExternal maintenance of FM-CO assignment possible FM_MONLINECHAR1XFELD
XACT_HHMFM maintenance of FM-CO assignment possible FM_MHHMCHAR1XFELD
FSTATUS_FTField Status Functional Area FM_FSTATFCCHAR1FM_CTRL_HC
FSTATUS_GRField Status Grant FM_FSTATGNTCHAR1FM_CTRL_HC
FSTATUS_EFField Status Earmarked Funds FM_FSTATEFCHAR1FM_CTRL_HC
FSTATUS_BPBudget Period Field Status FM_FSTATBPCHAR1FM_CTRL_HC

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_FMZUCO
INTO CORRESPONDING FIELDS OF WA_V_FMZUCO
WHERE...

How to access SAP table V_FMZUCO

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