FC06TABPGW SAP (Selection Scr. Fields for the Consolidation of Investments) Structure details

Dictionary Type: Structure
Description: Selection Scr. Fields for the Consolidation of Investments




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




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

FC06TABPGW 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 "Selection Scr. Fields for the Consolidation of Investments" 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_FC06TABPGW TYPE FC06TABPGW.

The FC06TABPGW table consists of various fields, each holding specific information or linking keys about Selection Scr. Fields for the Consolidation of Investments data available in SAP. These include CONGR (Consolidation group), GWAAQDI (Item Set for Push-down Goodwill Original Cost), GWAAQDI_TEXT (Text (30 Characters)), GWAAQDS (Set of triggering subitems).. 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 FC06TABPGW 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
CONGRConsolidation group FC_CONGRCHAR18Assigned to domainAFIMCFC_CONGRCGR
GWAAQDIItem Set for Push-down Goodwill Original Cost FC_GWAAQDISETCHAR21FC_SETNAME
GWAAQDI_TEXTText (30 Characters) TEXT30CHAR30TEXT30
GWAAQDSSet of triggering subitems FC_ISISETCHAR21FC_SETNAME
GWAAQDS_TEXTText (30 Characters) TEXT30CHAR30TEXT30
GWAAQCIItem Set for Push-down Goodwill Valuation Allowances FC_GWAAQCISETCHAR21FC_SETNAME
GWAAQCI_TEXTText (30 Characters) TEXT30CHAR30TEXT30
GWAAQCSSet of triggering subitems FC_ISISETCHAR21FC_SETNAME
GWAAQCS_TEXTText (30 Characters) TEXT30CHAR30TEXT30
NGAAQDIItem Set for Negative PD Goodwill, Original Cost FC_NGAAQDISETCHAR21FC_SETNAME
NGAAQDI_TEXTText (30 Characters) TEXT30CHAR30TEXT30
NGAAQDSSet of triggering subitems FC_ISISETCHAR21FC_SETNAME
NGAAQDS_TEXTText (30 Characters) TEXT30CHAR30TEXT30
NGAAQCIItem Set for Negative PD Goodwill, Valuation Allowances FC_NGAAQCISETCHAR21FC_SETNAME
NGAAQCI_TEXTText (30 Characters) TEXT30CHAR30TEXT30
NGAAQCSSet of triggering subitems FC_ISISETCHAR21FC_SETNAME
NGAAQCS_TEXTText (30 Characters) TEXT30CHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table FC06TABPGW

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