FC06METH SAP (Screen fields assignment C/I methods) Structure details

Dictionary Type: Structure
Description: Screen fields assignment C/I methods




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




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

FC06METH 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 "Screen fields assignment C/I methods" 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_FC06METH TYPE FC06METH.

The FC06METH table consists of various fields, each holding specific information or linking keys about Screen fields assignment C/I methods data available in SAP. These include CGDYN_TXT (Description), CONGR (Consolidation group), CONGR_TXT (Medium text), BUDYN_TXT (Description).. 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 FC06METH 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
CGDYN_TXTDescription FC_TXTCHAR30TEXT30
CONGRConsolidation group FC_CONGRCHAR18TF180AFIMCFC_CONGRCGR
CONGR_TXTMedium text FC_TXTMICHAR30TEXT30
BUDYN_TXTDescription FC_TXTCHAR30TEXT30
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
BUNIT_TXTMedium text FC_TXTMICHAR30TEXT30
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
CMETHMethod FC_CMETHCHAR5TF600FC_CMETH
CMETH_TXTDescription FC_TXTCHAR30TEXT30
IHNONESingle-Character Indicator CHAR1CHAR1CHAR1
IHNONE_TXTDescription FC_TXTCHAR30TEXT30
IHDOWNSingle-Character Indicator CHAR1CHAR1CHAR1
IHDOWN_TXTDescription FC_TXTCHAR30TEXT30
IHUPSingle-Character Indicator CHAR1CHAR1CHAR1
IHUP_TXTDescription FC_TXTCHAR30TEXT30
IHCG_DYN_TDescription FC_TXTCHAR30TEXT30
IHCGBequeathing consolidation group FC_IHCGCHAR18TF180AFIMCFC_CONGR
IHCG_TXTMedium text FC_TXTMICHAR30TEXT30
CHPBG1Method change at beginning of activity/period FC_CHPBGCHAR1X
CHPBG2Method change at beginning of activity/period FC_CHPBGCHAR1X
CHPERPeriod in which change in method takes place FC_CHPERNUMC3PERDE
COIACActivity for consolidation of investments FC_COIACCHAR2FC_COIACCOA
COINRConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
CHPBG1_TXTDescription FC_TXTCHAR30TEXT30
CHPBG2_TXTDescription FC_TXTCHAR30TEXT30
PROPNProportion FC_PROPNDEC11(8) PRZ38

Key field Non-key field



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

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

How to access SAP table FC06METH

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