FCINCREC00 SAP (List Structure Reconc. Operational Summary Data/ Cons) Structure details

Dictionary Type: Structure
Description: List Structure Reconc. Operational Summary Data/ Cons




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




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

FCINCREC00 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 "List Structure Reconc. Operational Summary Data/ Cons" 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_FCINCREC00 TYPE FCINCREC00.

The FCINCREC00 table consists of various fields, each holding specific information or linking keys about List Structure Reconc. Operational Summary Data/ Cons data available in SAP. These include MSGID (Message index for the list processor), BUKRS (Company Code), RCOMP (Company), GSBER (Business Area).. 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 FCINCREC00 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RCOMPCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GSBER_KONSConsolidation business area GSBER_KONSCHAR4Assigned to domainGSBER_KONS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
DATEDate DATUMDATS8DATUM
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
ALTKTAccount Number in Group ALTKTCHAR10ALPHAALTKT
RASSCCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PARGB_KONSPartner business area for Consolidation PARGB_KONSCHAR4Assigned to domainGSBER_KONS
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
XFIELD1Characteristic value FC_VALUECHAR36CHA36
XFIELD2Characteristic value FC_VALUECHAR36CHA36
XFIELD3Characteristic value FC_VALUECHAR36CHA36
XFIELD4Characteristic value FC_VALUECHAR36CHA36
XFIELD5Characteristic value FC_VALUECHAR36CHA36
XFIELD6Characteristic value FC_VALUECHAR36CHA36
CFIELD1Characteristic value FC_VALUECHAR36CHA36
CFIELD2Characteristic value FC_VALUECHAR36CHA36
CFIELD3Characteristic value FC_VALUECHAR36CHA36
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
LCURRCurrency key of the local currency LCURRCUKY5Assigned to domainWAERSGLC
GCURRCurrency key of the ledger currency GCURRCUKY5Assigned to domainWAERSFWS
RUNITUnit of measure RUNITUNIT3CUNITEINHEIT
RYEAR1Fiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERID1Period FC_PERIDNUMC3PERDEGFP
TSL1Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
HSL1Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
KSL1Total of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
MSL1Total of the transactions of period in units of measure MSLXX9QUAN17(3) MENGV9
RDIMENDimension FC_DIMENCHAR2Assigned to domainFC_DIMENDINFC_DIMEN
RBUNITConsolidation unit FC_BUNITCHAR18Assigned to domainAFIMCFC_BUNITBUN
RITCLGConsolidation chart of accounts FC_ITCLGCHAR2Assigned to domainFC_ITCLGITCFC_ITCLG
RITEMFinancial statement item FC_ITEMCHAR10Assigned to domainBFIMCFC_ITEMITM
SITYPSubitem category FC_SITYPCHAR3Assigned to domainFC_SITYPSTPFC_SITYP
SUBITSubitem FC_SITEMCHAR10Assigned to domainFC_SITEMSTM
RBUPTRPartner unit FC_BUPTRCHAR18Assigned to domainAFIMCFC_BUNIT
RYEAR2Fiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERID2Period FC_PERIDNUMC3PERDEGFP
TSL2Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
HSL2Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
KSL2Total of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
MSL2Total of the transactions of period in units of measure MSLXX9QUAN17(3) MENGV9
TSL_DIFFTotal of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
HSL_DIFFTotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
KSL_DIFFTotal of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
MSL_DIFFTotal of the transactions of period in units of measure MSLXX9QUAN17(3) MENGV9
DIFFINDReconciliation Differences Exist FC_VDIFFINDCHAR4Assigned to domainICON
DATASOURCEReconciliation: Source of transaction data FC_DATASOURCENUMC1FC_DATASOURCE

Key field Non-key field



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

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

How to access SAP table FCINCREC00

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