FC03CPY SAP (Copy Totals Records) Structure details

Dictionary Type: Structure
Description: Copy Totals Records




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




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

FC03CPY 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 "Copy 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_FC03CPY TYPE FC03CPY.

The FC03CPY table consists of various fields, each holding specific information or linking keys about Copy Totals Records data available in SAP. These include DIMEN (Dimension), CONGR (Consolidation group), BUNIT (Consolidation unit), ITCLG (Consolidation chart of accounts).. 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 FC03CPY 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
CONGRConsolidation group FC_CONGRCHAR18TF180AFIMCFC_CONGRCGR
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
ITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
SITYPSubitem category FC_SITYPCHAR3TF110FC_SITYPSTPFC_SITYP
SUBITSubitem FC_SITEMCHAR10TF115FC_SITEMSTM
RBUPTRPartner unit FC_BUPTRCHAR18TF160AFIMCFC_BUNIT
CGLVLConsolidation group FC_CGLVLCHAR18TF180AFIMCFC_CONGR
RTCURTransaction currency FC_RTCURCUKY5TCURCWAERSTCCFC_WAERS
DOCTYDocument type FC_DOCTYCHAR2TF500FC_DOCTYBAR
FLDNRLedger FC_RLDNRCHAR2T881ALPHARLDNRGLNFC_RLDNR
TLDNRLedger FC_RLDNRCHAR2T881ALPHARLDNRGLNFC_RLDNR
FRVERSConsolidation (end-result) version FC_RVERSCHAR3TF200ALPHAFC_RVERSGVSFC_RVERS
TRVERSConsolidation (end-result) version FC_RVERSCHAR3TF200ALPHAFC_RVERSGVSFC_RVERS
FRYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
TRYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
FPERIDPeriod FC_PERIDNUMC3PERDEGFP
TPERIDPeriod FC_PERIDNUMC3PERDEGFP
FSCATConsolidation frequency FC_FSCATCHAR1Assigned to domainFC_FSCATFC_FSCAT
PLVL00Reported financial data FC_VAREA1CHAR1YESNO
PLVL10Standardized financial data FC_VAREA2CHAR1YESNO
PLVL20Elimination entries FC_PLVL20CHAR1YESNO
PLVL30Treatment of consolidation entries FC_PLVL30CHAR1YESNO
TESTRUNTest run FC_TESTRUNCHAR1CHAR1_X
DELEReset target data FC_CPYDELECHAR1X
CACTTTask category FC_CACTTCHAR2FC_CACTT
CACTITask FC_CACTICHAR10Assigned to domainFC_CACTICOT
PROTDisplay a log FC_PROTCHAR1X
CUMCPYCumulative Copying FC_CUMCPYCHAR1X

Key field Non-key field



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

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

How to access SAP table FC03CPY

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