FCINCICA00 SAP (SAP Cons. Integr.: List Output - Chart of Accounts Transfer) Structure details

Dictionary Type: Structure
Description: SAP Cons. Integr.: List Output - Chart of Accounts Transfer




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




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

FCINCICA00 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 "SAP Cons. Integr.: List Output - Chart of Accounts Transfer" 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_FCINCICA00 TYPE FCINCICA00.

The FCINCICA00 table consists of various fields, each holding specific information or linking keys about SAP Cons. Integr.: List Output - Chart of Accounts Transfer data available in SAP. These include LISTDIM (Views at G/L chart of accounts, cons chart of accounts), MANDT (Client), KTOPL (Chart of Accounts), KTPLT (Chart of accounts description).. 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 FCINCICA00 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
LISTDIMViews at G/L chart of accounts, cons chart of accounts FC_LSTDI01CHAR1FC_LSTDI01
MANDTClient MANDTCLNT3T000MANDT
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
KTPLTChart of accounts description KTPLTCHAR50TEXT50
ACCOUNTAccount FC_ACCOUNTCHAR10SKA1ALPHASAKNR
ACCNT_TXTDescription FC_TEXT20CHAR20TEXT20
ACTXT_LNGDescription FC_TEXT50CHAR50CHAR50
XBILKIndicator: Account is a balance sheet account? XBILKCHAR1XFELD
ISPLACCNTSAP Cons: The account is an income statement (P&L) account FC_PLACCNTCHAR1FLAG
SECOSTELSAP Consolidation: Secondary cost element FC_SECSTELCHAR1FLAG
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
ITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
ITEM_TXTDescription FC_TEXT20CHAR20TEXT20
ITUSEWhere-applied indicator FC_ITUSECHAR1FC_ITUSE
MODSTATUSSAP Cons. Integration: Status of transferred FS items FC_STATIN1CHAR1FC_STATIN1
TESTRUNTest run FC_TESTRUNCHAR1CHAR1_X
KTOKSG/L Account Group KTOKSCHAR4T077SKTOKS
KTOKS_TXTAccount Group Name TXT30_077TCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table FCINCICA00

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