FC00_S_LVC_FCAT SAP (General List Display (ALV Grid Control): Field Catalog) Structure details

Dictionary Type: Structure
Description: General List Display (ALV Grid Control): Field Catalog




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




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

FC00_S_LVC_FCAT 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 "General List Display (ALV Grid Control): Field Catalog" 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_FC00_S_LVC_FCAT TYPE FC00_S_LVC_FCAT.

The FC00_S_LVC_FCAT table consists of various fields, each holding specific information or linking keys about General List Display (ALV Grid Control): Field Catalog data available in SAP. These include TECH (ALV control: Technical field), KEY (ALV control: Key field), KEY_SEL (ALV control: Key column that may be hidden), FIX_COLUMN (ALV Control: Fix Column).. 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: Cannot Be Enhanced


SAP FC00_S_LVC_FCAT 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
FIELDNAMEALV control: Field name of internal table field LVC_FNAMECHAR30CHAR30
TECHALV control: Technical field LVC_TECHCHAR1XFLAG
KEYALV control: Key field LVC_KEYCHAR1CHAR1
KEY_SELALV control: Key column that may be hidden LVC_KEYSELCHAR1CHAR1
FIX_COLUMNALV Control: Fix Column LVC_FIXCOLCHAR1XFLAG
NO_OUTALV control: Column is not output LVC_NOOUTCHAR1CHAR1
DO_SUMALV control: Aggregate values of column LVC_DOSUMCHAR1XFLAG
SP_GROUPGroup key LVC_SPGRPCHAR4CHAR4
COL_POSALV control: Output column LVC_COLPOSINT410
CHECKBOXALV control: Output as checkbox LVC_CHECKBCHAR1XFLAG
EMPHASIZEALV control: Highlight column with color LVC_EMPHSZCHAR4CHAR4
CURRENCYALV control: Currency unit LVC_CURRCHAR5CHAR5
REF_FIELDALV control: Reference field name for internal table field LVC_RFNAMECHAR30CHAR30
REF_TABLEALV control: Reference table name for internal table field LVC_RTNAMECHAR30CHAR30
SCRTEXT_SShort Field Label SCRTEXT_SCHAR10SCRTEXT_S
SCRTEXT_MMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
SCRTEXT_LLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
REPTEXTHeading REPTEXTCHAR55REPTEXT
COLDDICTXTALV control: Determine DDIC text reference LVC_DDICTCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table FC00_S_LVC_FCAT

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