FC06LIST SAP (C/I List: Data to be Transferred to the List Processor) Structure details

Dictionary Type: Structure
Description: C/I List: Data to be Transferred to the List Processor




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




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

FC06LIST 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 "C/I List: Data to be Transferred to the List Processor" 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_FC06LIST TYPE FC06LIST.

The FC06LIST table consists of various fields, each holding specific information or linking keys about C/I List: Data to be Transferred to the List Processor data available in SAP. These include MSGID (Message index for the list processor), CONGR_HL (Hierarchy level for list processor), CONGR_HI (Hierarchy index for list processor), CONGR (Consolidation group).. 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 FC06LIST 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
SUMINDSummation index for list processor FC_SUMINDRAW1RAW1
MSGIDMessage index for the list processor FC_MSGIDNUMC3INT3
CONGR_HLHierarchy level for list processor FC_HLEVELRAW1RAW1
CONGR_HIHierarchy index for list processor FC_HINDEXRAW2RAW2
CONGRConsolidation group FC_CONGRCHAR18TF180AFIMCFC_CONGRCGR
GCURRCurrency key of currency 3 CURR2CUKY5TCURCWAERSFWS
LCURRLocal Currency Key of Investee Unit FC_LCKEYIECUKY5Assigned to domainWAERS
COICUInvestee unit FC_COICUCHAR18TF160AFIMCFC_BUNITCCU
CMETHMethod FC_CMETHCHAR5TF550FC_CMETH
DOCTYDocument type FC_DOCTYCHAR2TF500FC_DOCTYBAR
NRACDummy activity number for sorting the C/I list FC_COINRSTCHAR10FC_COINRST
COIACActivity for consolidation of investments FC_COIACCHAR2FC_COIACCOA
COINRConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
ORGCHOrganizational Change Number FC_ORGCHNUMC5Assigned to domainFC_ORGCH
CONGR_SENDSender Consolidation Group for Organizational Change FC_CONGR_SENDCHAR18Assigned to domainAFIMCFC_CONGR
COISHGroup share FC_LSTGSHRCHAR15CHAR15
GWREDGoodwill Reduction FC_GWREDCHAR1FC_GWRED
PROPNProportion FC_LSTPROPCHAR6CHAR6
COICROperation FC_COICRNUMC2FC_COICR
NRAC_MCConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
COIAC_MCActivity for consolidation of investments FC_COIACCHAR2FC_COIACCOA
COINR_MCConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
COISH_MCGroup share FC_LSTGSHRCHAR15CHAR15
PROPN_MCProportion FC_LSTPROPCHAR6CHAR6
COICR_MCOperation FC_COICRNUMC2FC_COICR
ORGCH_MCOrganizational Change Number FC_ORGCHNUMC5Assigned to domainFC_ORGCH
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
BUPTRPartner unit FC_BUPTRCHAR18TF160AFIMCFC_BUNIT
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
RYEAR_MCYear of acquisition FC_RYACQNUMC4GJAHRGJAHR
PERID_MCPeriod of acquisition FC_RPACQNUMC3NUM03
DTEQIScope of reported data for the equity method FC_DTEQINUMC1TF665FC_DTEQIFC_DTEQI
ITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
SITYPSubitem category FC_SITYPCHAR3TF110FC_SITYPSTPFC_SITYP
SITEMSubitem FC_SITEMCHAR10TF115FC_SITEMSTM
HRES1Fair value adjustment: main number FC_HRES1CHAR12TF640FC_HRES1
NHFLGFair Value Deficit (Excess Book Value over Fair Value) FC_NHFLGCHAR1X
HRES2Fair value adjustment: Subnumber FC_HRES2CHAR4TF641FC_HRES2
PGFLGPush-down Goodwill FC_PGFLGCHAR1X
PGRECYComposition of Annual Net Income FC_PGRECYNUMC1FC_PGRECY
DOCLNDocument line DOCLNCHAR3DOCLN
SH_GROUPShare FC_PCNTLSTDEC7(4) PRZ34
SH_SUBSDShare FC_PCNTLSTDEC7(4) PRZ34
ITUSE1Where-applied Indicator FC_ITUSE1CHAR1FC_ITUSE1
XRFTSTRExchange Rate with Translation Ratios FC_RATECHAR25CHAR25
VAL_TOTALValue in group currency VGCUR9CURR17(2) WERTV9
VAL_GROUPValue in group currency VGCUR9CURR17(2) WERTV9
VAL_MINValue in group currency VGCUR9CURR17(2) WERTV9
VAL_DNValue in group currency VGCUR9CURR17(2) WERTV9
VAL_DEValue in group currency VGCUR9CURR17(2) WERTV9
VAL_WUValue in group currency VGCUR9CURR17(2) WERTV9
VAL_STARTValue in group currency VGCUR9CURR17(2) WERTV9
VAL_RESTValue in group currency VGCUR9CURR17(2) WERTV9
LCDEBITValue in local currency VLCUR9CURR17(2) WERTV9
LCCREDITValue in local currency VLCUR9CURR17(2) WERTV9
DEBITValue in group currency VGCUR9CURR17(2) WERTV9
CREDITValue in group currency VGCUR9CURR17(2) WERTV9
VAL_PYEARValue in group currency VGCUR9CURR17(2) WERTV9
VAL_CYEARValue in group currency VGCUR9CURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table FC06LIST

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