FC01TAB1 SAP (Selection Screen for Authorization Generator) Structure details

Dictionary Type: Structure
Description: Selection Screen for Authorization Generator




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




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

FC01TAB1 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 "Selection Screen for Authorization Generator" 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_FC01TAB1 TYPE FC01TAB1.

The FC01TAB1 table consists of various fields, each holding specific information or linking keys about Selection Screen for Authorization Generator data available in SAP. These include CONGR (Consolidation group), BUNIT (Consolidation unit), RVERS (Consolidation (end-result) version), RYEAR (Fiscal year).. 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: Can be enhanced (character-type or numeric)


SAP FC01TAB1 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
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
CONGRConsolidation group FC_CONGRCHAR18TF180AFIMCFC_CONGRCGR
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
RVERSConsolidation (end-result) version FC_RVERSCHAR3TF200ALPHAFC_RVERSGVSFC_RVERS
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
TESTRUNTest run FC_TESTRUNCHAR1CHAR1_X
CURRLocal currency FC_CURRCUKY5TCURCWAERSFC_WAERS
COCATType of financial data FC_COCATCHAR1TF320FC_COCATFC_COCAT
GCINDEntry in group currency FC_GCINDCHAR1CHAR1_X
SETBUPartner set prefix FC_SETBUCHAR10FC_SETBU
CNTRYCountry FC_CNTRYCHAR3T005LAND1
CTRGRTranslation method FC_CTRGRCHAR5TF550FC_CMETH
VALG1Validation ID 1 (for reported fin. data of a cons unit) FC_VALG1CHAR7GB93VALIDATIONFC_VALID
VALG2Validation ID 2 (for standardized data of a cons unit) FC_VALG2CHAR7GB93VALIDATIONFC_VALID
PERIVFiscal year variant FC_PERIVCHAR2T009PERIV
TAXRTTax rate FC_TAXRTDEC7(4) PRZ34
FSCATConsolidation frequency FC_FSCATCHAR1TF240FC_FSCATFC_FSCAT
RLINDRollup CU can be entered and recorded FC_RLINDCHAR1CHAR1_X
VALG3Validation ID 3 (for validating consolidation groups) FC_VALG3CHAR7GB93VALIDATIONFC_VALID
HLEVLHierarchy level FC_HLEVLCHAR2TF195FC_HLEVLHLV
RLDNRLedger FC_RLDNRCHAR2T881ALPHARLDNRGLNFC_RLDNR
ROINDInclude rollup consolidation units in the selection FC_ROIND_SELCHAR1CHAR1_X
TRANSData transfer method FC_TRANSCHAR1FC_TRANS
FINITDelete old value FC_FINITCHAR1CHECKBOX
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
ITEMFinancial statement item FC_ITEMCHAR10Assigned to domainBFIMCFC_ITEMITM
ITCGYFS item type FC_ITCGYCHAR1FC_ITCGY
SIGNDebit/credit sign (+/-) FC_SIGNCHAR1FC_SIGN
ITUSEWhere-applied indicator FC_ITUSECHAR1FC_ITUSE
ITGRPBreakdown category FC_ITGRPCHAR4TF103FC_ITGRPITG
ITTYPFS item category FC_ITTYPCHAR1TF105FC_ITTYPFC_ITTYP
SBLNCINDCheck the sign of the balance FC_SBLNC_ICHAR1CHAR1_X
CITEMINDConsolidation item FC_CITEM_ICHAR1CHAR1_X
APPNIINDAppropriation item FC_APPNI_ICHAR1CHAR1_X
CIINDCarry forward the net balance FC_CIINDCHAR1CHAR1_X
DEINDTotals item may be entered/posted to FC_DEINDCHAR1CHAR1_X
IDEINDItem blocked against entry and posting FC_IDEINDCHAR1CHAR1_X
CTRITEMContra item FC_CTRITEMCHAR10TF100BFIMCFC_ITEM
UPMETHUpload method FC_UPMETHCHAR5Assigned to domainFC_UPMETHGCVFC_UPMETH
LOGFILELogical File Name FC_LOGFILECHAR60FC_LOGFILEGLFFC_LOGFILE
PRESPresentation server FC_PRESCHAR1FLAGPRES_SERVER
CUINCInclude non-rollup consolidation units FC_CUINCCHAR1CHAR1_X
LANGULanguage Key LANGULANG1T002ISOLASPRAS
PERTPPeriod category FC_PERTPCHAR4TF325FC_PERTPFC_PERTP
CACGR1Group Dependent Task Group for the Data Monitor FC_RACGR1CHAR5TF530FC_ACGR
CACGR2Group Dependent Task Group Consolidation Monitor FC_RACGR2CHAR5TF530FC_ACGR
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table FC01TAB1

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