FC07EIS SAP (Sender Structure f. Data Transfer (EC-CS to EC-EIS)) Structure details

Dictionary Type: Structure
Description: Sender Structure f. Data Transfer (EC-CS to EC-EIS)




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




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

FC07EIS 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 "Sender Structure f. Data Transfer (EC-CS to EC-EIS)" 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_FC07EIS TYPE FC07EIS.

The FC07EIS table consists of various fields, each holding specific information or linking keys about Sender Structure f. Data Transfer (EC-CS to EC-EIS) data available in SAP. These include PERDE (Period), RVERS (Consolidation (end-result) version), CGYEAR (Fiscal year for the consolidation group breakdown), CGPERI (Period for consolidation group breakdown).. 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: Can be enhanced (character-type or numeric)


SAP FC07EIS 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
YEARBFiscal Year CFYEARBNUMC4GJAHRGJAHRFSY
PERDEPeriod CFPERDENUMC3POPERPRD
RVERSConsolidation (end-result) version FC_RVERSCHAR3TF200ALPHAFC_RVERSGVSFC_RVERS
CGYEARFiscal year for the consolidation group breakdown FC_CGYEARNUMC4GJAHRGJAHRGFY
CGPERIPeriod for consolidation group breakdown FC_CGPERNUMC3FC_PERID
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
CONGRConsolidation group FC_CONGRCHAR18TF180AFIMCFC_CONGRCGR
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
BUPTRPartner unit FC_BUPTRCHAR18TF160AFIMCFC_BUNIT
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
ITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
SITYPSubitem category FC_SITYPCHAR3TF110FC_SITYPSTPFC_SITYP
SITEMSubitem FC_SITEMCHAR10TF115FC_SITEMSTM
COUNTRCountry of company LANDCHAR3T005LAND1
DOCTYDocument type FC_DOCTYCHAR2TF500FC_DOCTYBAR
HB1_LCReported value in local currency (SAP Cons.) FC_HB1LCCURR17(2) WERTV9
HB2_LCStandardized value in local currency (SAP Consolidation) FC_HB2LCCURR17(2) WERTV9
HB1_GCReported value in consolidation group currency (SAP Cons.) FC_HB1GCCURR17(2) WERTV9
HB2_GCStandardized value in cons. group currency (SAP Cons.) FC_HB2GCCURR17(2) WERTV9
HB3_GCConsolidated value in cons. group currency (SAP Cons.) FC_HB3GCCURR17(2) WERTV9
HB1_QUReported value - quantity (SAP Consolidation) FC_HB1QUQUAN17(3) MENGV9
HB2_QUStandardized value - quantity (SAP Consolidation) FC_HB2QUQUAN17(3) MENGV9
HB3_QUConsolidated value - quantity (SAP Consolidation) FC_HB3QUQUAN17(3) MENGV9
HB1_YTD_LCAccumulated value for reported data in local crcy (Cons.) FC_HB1LC_YTDCURR17(2) WERTV9
HB2_YTD_LCAccum. value for standardized data in local crcy (SAP Cons) FC_HB2LC_YTDCURR17(2) WERTV9
HB1_YTD_GCAccumulated value for reported data in cons GC (SAP Cons.) FC_HB1GC_YTDCURR17(2) WERTV9
HB2_YTD_GCAccum. value for standardized data in cons group crcy(Cons.) FC_HB2GC_YTDCURR17(2) WERTV9
HB3_YTD_GCAccumulated consolidated value in cons group crcy (Cons.) FC_HB3GC_YTDCURR17(2) WERTV9
HB1_YTD_QUAccumulated quantity for reported data (SAP Consolidation) FC_HB1QU_YTDQUAN17(3) MENGV9
HB2_YTD_QUAccumulated quantity for standardized data (SAP Cons.) FC_HB2QU_YTDQUAN17(3) MENGV9
HB3_YTD_QUAccumulated consolidated value quantity (SAP Cons.) FC_HB3QU_YTDQUAN17(3) MENGV9
CONGR_CUKYCurrency CFCUKYCUKY5Assigned to domainWAERS
BUNIT_CUKYCurrency CFCUKYCUKY5Assigned to domainWAERS
QU_CUKUnit CFUNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table FC07EIS

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