FC00TPCGEN SAP (for selection screen generation FICTPC00) Structure details

Dictionary Type: Structure
Description: for selection screen generation FICTPC00




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




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

FC00TPCGEN 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 "for selection screen generation FICTPC00" 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_FC00TPCGEN TYPE FC00TPCGEN.

The FC00TPCGEN table consists of various fields, each holding specific information or linking keys about for selection screen generation FICTPC00 data available in SAP. These include RVERS (Consolidation (end-result) version), RYEAR (Fiscal year), PERID (Period), 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 FC00TPCGEN 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
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2Assigned to domainFC_ITCLGITCFC_ITCLG
RLDNRLedger FC_RLDNRCHAR2Assigned to domainALPHARLDNRGLNFC_RLDNR
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
MASKUse masking FC_MASKCHAR1CHAR1_X
NOMASKProcess single entries separately FC_NOMASKCHAR1CHAR1_X
OBJGRPSelect the object group for the transport FC_TOBJGRPCHAR1CHAR1_X
OBJECTTransport the object FC_TOBJECTCHAR1CHAR1_X
OBJLNKTransport the object assignment FC_TOBJLNKCHAR1CHAR1_X
JOINTAlso transport assigned objects FC_TJOINTCHAR1CHAR1_X
BUNITConsolidation unit FC_BUNITCHAR18Assigned to domainAFIMCFC_BUNITBUN
CONGRConsolidation group FC_CONGRCHAR18Assigned to domainAFIMCFC_CONGRCGR
HRCHYHierarchy FC_HRCHYCHAR2Assigned to domainFC_HRCHYHRY
ITHRYItem Hierarchy FC_ITHRYCHAR10Assigned to domainFC_ITHRYIHY
ITEMFinancial statement item FC_ITEMCHAR10Assigned to domainBFIMCFC_ITEMITM
DDGWGConsolidation group FC_CONGRCHAR18Assigned to domainAFIMCFC_CONGRCGR
CACTTTask category FC_CACTTCHAR2FC_CACTT
JMETHAlso transport cons methods of task category FC_TJMETHCHAR1CHAR1_X
JEFRMJournal entry layout FC_JEFRMCHAR12Assigned to domainFC_JEFRMSIFFC_JEFRM
REPIDReport CFREPID2CHAR12Assigned to domainBERNA2REI
RGJNRReport Group RGJNRCHAR4Assigned to domainRGJNRGJB
LIBLibrary LIBCHAR3Assigned to domainLIBGLB
TCURRTo-currency TCURR_CURRCUKY5Assigned to domainWAERS
COICUInvestee unit FC_COICUCHAR18Assigned to domainAFIMCFC_BUNITCCU
SETBUSAP Consolidation set Name FC_SETNAMECHAR21FC_SETNAME
SETITSAP Consolidation set Name FC_SETNAMECHAR21FC_SETNAME
SETSISAP Consolidation set Name FC_SETNAMECHAR21FC_SETNAME
SETNASAP Consolidation set Name FC_SETNAMECHAR21FC_SETNAME
VALIDValidation VALIDCHAR7GB93VALIDATION
CFHVARIANTHierarchy variant CFHVARIANTCHAR3ALPHACFHVARIANT
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR

Key field Non-key field



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

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

How to access SAP table FC00TPCGEN

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