FC01UPCG SAP (Upload Consolidation Groups) Structure details

Dictionary Type: Structure
Description: Upload Consolidation Groups




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




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

FC01UPCG 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 "Upload Consolidation Groups" 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_FC01UPCG TYPE FC01UPCG.

The FC01UPCG table consists of various fields, each holding specific information or linking keys about Upload Consolidation Groups data available in SAP. These include RVERS (Consolidation (end-result) version), RYEAR (Effective from fiscal year), PERID (Effective from period), CONGR (Consolidation group).. 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 FC01UPCG 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_DIMENCHAR2Assigned to domainFC_DIMENDINFC_DIMEN
RVERSConsolidation (end-result) version FC_RVERSCHAR3Assigned to domainALPHAFC_RVERSGVSFC_RVERS
RYEAREffective from fiscal year FC_FRYEARNUMC4INVGJGJAHR_INV
PERIDEffective from period FC_FRPERIDNUMC3INVPRFC_PERID_F
CONGRConsolidation group FC_CONGRCHAR18Assigned to domainAFIMCFC_CONGRCGR
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TXTSHShort text FC_TXTSHCHAR15TEXT15
TXTMIMedium text FC_TXTMICHAR30TEXT30
RLDNRLedger FC_RLDNRCHAR2Assigned to domainALPHARLDNRGLNFC_RLDNR
HLEVLHierarchy level FC_HLEVLCHAR2Assigned to domainFC_HLEVLHLV
FSCATConsolidation frequency FC_FSCATCHAR1Assigned to domainFC_FSCATFC_FSCAT
CNTRYCountry FC_CNTRYCHAR3Assigned to domainLAND1
LANGU_BULanguage of consolidation unit FC_LANGU_BULANG1Assigned to domainISOLASPRASSPRH_T002
PERIVFiscal year variant FC_PERIVCHAR2Assigned to domainPERIV
NAME1Name 1 FC_NAME1CHAR50TEXT50
NAME2Name 2 FC_NAME2CHAR50TEXT50
STRETStreet FC_STRETCHAR50TEXT50
POBOXPO Box FC_POBOXCHAR10CHAR10
CITYCity FC_CITYCHAR30TEXT30
ZIPC1Postal zip code (for actual street address) FC_ZIPC1CHAR10CHAR10
ZIPC2Postal zip code (mailing address) FC_ZIPC2CHAR10CHAR10
TELFNTelephone switchboard FC_TELFNCHAR15CHAR15
TEFAXTelefax center FC_TEFAXCHAR15CHAR15
TELEXTelex center FC_TELEXCHAR30CHAR30
TAXRTTax rate FC_TAXRTDEC7(4) PRZ34
GCINDEntry in group currency FC_GCINDCHAR1CHAR1_X
CTRGRTranslation method FC_CTRGRCHAR5Assigned to domainFC_CMETH
PERTPPeriod category FC_PERTPCHAR4Assigned to domainFC_PERTPFC_PERTP
RLINDRollup CU can be entered and recorded FC_RLINDCHAR1CHAR1_X
VALG3Validation ID 3 (for validating consolidation groups) FC_VALG3CHAR7Assigned to domainVALIDATIONFC_VALID
FPERSPosition of contact person FC_FPERSCHAR5Assigned to domainFC_FPERSFC_FPERS
NAMEName FC_NAMECHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table FC01UPCG

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