FC03_INPUT SAP (SAP Cons.: Transfer Structure for Entry of Totals Records) Structure details

Dictionary Type: Structure
Description: SAP Cons.: Transfer Structure for Entry of Totals Records




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




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

FC03_INPUT 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.: Transfer Structure for Entry of Totals Records" 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_FC03_INPUT TYPE FC03_INPUT.

The FC03_INPUT table consists of various fields, each holding specific information or linking keys about SAP Cons.: Transfer Structure for Entry of Totals Records data available in SAP. These include ITCLG (Consolidation chart of accounts), ITEM (Financial statement item), BUPTR (Partner unit), SITYP (Subitem category).. 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 FC03_INPUT 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
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
ITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
BUPTRPartner unit FC_BUPTRCHAR18TF160AFIMCFC_BUNIT
SITYPSubitem category FC_SITYPCHAR3TF110FC_SITYPSTPFC_SITYP
SUBITSubitem FC_SITEMCHAR10TF115FC_SITEMSTM
YRACQYear of acquisition FC_RYACQNUMC4GJAHRGJAHR
PRACQPeriod of Acquisition RPACQNUMC3NUM03
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
LCURRLocal currency FC_CURRCUKY5TCURCWAERSFC_WAERS
GCURRCurrency key for the group currency LC_RKCURCUKY5TCURCWAERS
TSLTotal of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
HSLTotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
KSLTotal of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
MSLTotal of the transactions of period in units of measure MSLXXQUAN15(3) MENGV8
SIGNDebit/credit sign (+/-) FC_SIGNCHAR1FC_SIGN

Key field Non-key field



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

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

How to access SAP table FC03_INPUT

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