FC00TAB SAP (Screen Fields for Function Group FC00) Structure details

Dictionary Type: Structure
Description: Screen Fields for Function Group FC00




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




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

FC00TAB 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 "Screen Fields for Function Group FC00" 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_FC00TAB TYPE FC00TAB.

The FC00TAB table consists of various fields, each holding specific information or linking keys about Screen Fields for Function Group FC00 data available in SAP. These include GP_PERID (Period), GP_DIMEN (Dimension), GP_ITCLG (Consolidation chart of accounts), GP_RVERS (Consolidation (end-result) version).. 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 FC00TAB 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
GP_RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
GP_PERIDPeriod FC_PERIDNUMC3PERDEGFP
GP_DIMENDimension FC_DIMENCHAR2Assigned to domainFC_DIMENDINFC_DIMEN
GP_ITCLGConsolidation chart of accounts FC_ITCLGCHAR2Assigned to domainFC_ITCLGITCFC_ITCLG
GP_RVERSConsolidation (end-result) version FC_RVERSCHAR3Assigned to domainALPHAFC_RVERSGVSFC_RVERS
TEXT1Text FC_TEXT1CHAR30TXT30
SETSITEMSubitem set FC_S_SITEMCHAR21FC_SETNAME
SETTCURRSet of currency keys FC_S_TCURRCHAR21FC_SETNAME
SETYRACQSet of years of acquisition FC_S_YRACQCHAR21FC_SETNAME
SETSITEM_TXTShort description of a set SETTEXTCHAR40TEXT40
SETTCURR_TXTShort description of a set SETTEXTCHAR40TEXT40
SETYRACQ_TXTShort description of a set SETTEXTCHAR40TEXT40
HRCHYHierarchy FC_HRCHYCHAR2Assigned to domainFC_HRCHYHRY
CONGRConsolidation group FC_CONGRCHAR18Assigned to domainAFIMCFC_CONGRCGR
BUNITConsolidation unit FC_BUNITCHAR18Assigned to domainAFIMCFC_BUNITBUN
COICUInvestee unit FC_COICUCHAR18Assigned to domainAFIMCFC_BUNITCCU
RVERSConsolidation (end-result) version FC_RVERSCHAR3Assigned to domainALPHAFC_RVERSGVSFC_RVERS
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
COIACActivity for consolidation of investments FC_COIACCHAR2FC_COIACCOA
TESTTest run FC_TESTRUNCHAR1CHAR1_X
DIMENDimension FC_DIMENCHAR2Assigned to domainFC_DIMENDINFC_DIMEN
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2Assigned to domainFC_ITCLGITCFC_ITCLG
TITEMTotals item FC_TOTALITMCHAR10Assigned to domainBFIMCFC_ITEM
ITEMFinancial statement item FC_ITEMCHAR10Assigned to domainBFIMCFC_ITEMITM
ITHRYItem Hierarchy FC_ITHRYCHAR10Assigned to domainFC_ITHRYIHY
PRGRPUSE_SUBAType of product group usage FC_PRGRPUSECHAR1X
KEYFLGGeneral Flag FLAGCHAR1FLAG
DETAILFLGGeneral Flag FLAGCHAR1FLAG
KEY_D_FLGGeneral Flag FLAGCHAR1FLAG
RECURSIONS Number of Check Runs0

Key field Non-key field



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

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

How to access SAP table FC00TAB

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