FC06RTLIST SAP (Changes in investments: Layout for list output) Structure details

Dictionary Type: Structure
Description: Changes in investments: Layout for list output




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




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

FC06RTLIST 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 "Changes in investments: Layout for list output" 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_FC06RTLIST TYPE FC06RTLIST.

The FC06RTLIST table consists of various fields, each holding specific information or linking keys about Changes in investments: Layout for list output data available in SAP. These include BUTXT (Short text), COICU (Investee unit), COTXT (Short text), RYEAR (Fiscal year).. 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 FC06RTLIST 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
BUNITConsolidation unit FC_BUNITCHAR18Assigned to domainAFIMCFC_BUNITBUN
BUTXTShort text FC_TXTSHCHAR15TEXT15
COICUInvestee unit FC_COICUCHAR18Assigned to domainAFIMCFC_BUNITCCU
COTXTShort text FC_TXTSHCHAR15TEXT15
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
BUPTRPartner unit FC_BUPTRCHAR18Assigned to domainAFIMCFC_BUNIT
COIACActivity for consolidation of investments FC_COIACCHAR2FC_COIACCOA
COIACTXTMedium text FC_TXTMICHAR30TEXT30
CTLCHChange of Control FC_CTLCHCHAR1X
ORGCHOrganizational Change Number FC_ORGCHNUMC5Assigned to domainFC_ORGCH
ORGCHFLGOrganizational Change Indicator FC_ORGCHFLGCHAR1X
COINRConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
ITEMFinancial statement item FC_ITEMCHAR10Assigned to domainBFIMCFC_ITEMITM
SITYPSubitem category FC_SITYPCHAR3TF110FC_SITYPSTPFC_SITYP
SITEMSubitem FC_SITEMCHAR10TF115FC_SITEMSTM
ACQDATEDate of Acquisition FC_ACQDATEDATS8DATUM
LCVALIEInvestment Book Value of Investee Unit in LC FC_LCVALIECURR17(2) WERT9
LCKEYIELocal Currency Key of Investee Unit FC_LCKEYIECUKY5Assigned to domainWAERS
BKVLCInvestment book value in local currency FC_VLC_INVCURR17(2) WERT9
LCURRCurrency key of the local currency LCURRCUKY5TCURCWAERSGLC
BKVRCInvestment book value in group currency FC_VRC_INVCURR17(2) WERT9
PCNT1Change in investment share FC_PCNT1DEC11(8) PRZ38
PCNT2Change in voting shares FC_PCNT2DEC11(8) PRZ38
PCNT3Change in non-voting shares FC_PCNT3DEC11(8) PRZ38
PCNT4Change in share in annual net income FC_PCNT4DEC11(8) PRZ38
CTYPEExchange rate indicator FC_EXRINDCHAR1TF420FC_EXRINDFC_EXRIND
CRATEExchange rate FC_CRATEDEC9(5) UKURS
NV2LCNominal book value of voting shares FC_NV2LCCURR17(2) WERT9
NV3LCNominal book value of non-voting shares FC_NV3LCCURR17(2) WERT9
NSHR2Number of shares with voting rights FC_NSHR2NUMC12NUMC12
NSHR3Number of non-voting shares FC_NSHR3NUMC12NUMC12
GWREDFLGComplete Reduction of Goodwill FC_GWREDFLGCHAR1X

Key field Non-key field



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

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

How to access SAP table FC06RTLIST

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