FC05RCLLST SAP (ECCS: Reclass., Structure for Output in List Processor) Structure details

Dictionary Type: Structure
Description: ECCS: Reclass., Structure for Output in List Processor




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




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

FC05RCLLST 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 "ECCS: Reclass., Structure for Output in List Processor" 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_FC05RCLLST TYPE FC05RCLLST.

The FC05RCLLST table consists of various fields, each holding specific information or linking keys about ECCS: Reclass., Structure for Output in List Processor data available in SAP. These include CONGR_HL (Hierarchy level for list processor), CONGR_HI (Hierarchy index for list processor), RCONGR (Consolidation group), LCRIT (List criterion for the reclassification).. 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 FC05RCLLST 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
SUMINDSummation index for list processor FC_SUMINDRAW1RAW1
CONGR_HLHierarchy level for list processor FC_HLEVELRAW1RAW1
CONGR_HIHierarchy index for list processor FC_HINDEXRAW2RAW2
RCONGRConsolidation group FC_CONGRCHAR18Assigned to domainAFIMCFC_CONGRCGR
LCRITList criterion for the reclassification FC_RCLERRCHAR1FC_RCLERR
MSGIDMessage index for the list processor FC_MSGIDNUMC3INT3
SEQNOSequence number in a method FC_SEQNOCHAR3SEQNO
IRBUNITConsolidation unit FC_BUNITCHAR18Assigned to domainAFIMCFC_BUNITBUN
IRITEMTriggering FS item FC_IITEMCHAR10Assigned to domainBFIMCFC_ITEM
ISITYPSubitem category FC_SITYPCHAR3Assigned to domainFC_SITYPSTPFC_SITYP
ISUBITTriggering subitem FC_ISITEMCHAR10Assigned to domainFC_SITEM
IRBUPTRReclassification: Partner unit of the triggering item FC_IBUPTRCHAR18Assigned to domainAFIMCFC_BUNIT
IRTCURTransaction currency FC_RTCURCUKY5Assigned to domainWAERSTCCFC_WAERS
IRUNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ITSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
IHSLValue in local currency VLCUR9CURR17(2) WERTV9
IKSLValue in group currency VGCUR9CURR17(2) WERTV9
IMSLQuantity QUAN1_9QUAN17(3) MENGV9
IITSETIdentification of a set FC_SETIDCHAR34SETID
DOCNRDocument number for the consolidation document FC_DOCNRCHAR10ALPHABELNRGDN
DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
RBUNITConsolidation unit FC_BUNITCHAR18Assigned to domainAFIMCFC_BUNITBUN
RBUPTRPartner unit FC_BUPTRCHAR18Assigned to domainAFIMCFC_BUNIT
RITEMFinancial statement item FC_ITEMCHAR10Assigned to domainBFIMCFC_ITEMITM
SITYPSubitem category FC_SITYPCHAR3Assigned to domainFC_SITYPSTPFC_SITYP
SUBITSubitem FC_SITEMCHAR10Assigned to domainFC_SITEMSTM
RTCURTransaction currency FC_RTCURCUKY5Assigned to domainWAERSTCCFC_WAERS
RUNITQuantity unit of measure for Consolidation FC_RUNITUNIT3Assigned to domainCUNITMEINSFC_RUNIT
YRACQYear of acquisition FC_RYACQNUMC4GJAHRGJAHR
PRACQPeriod of acquisition FC_RPACQNUMC3NUM03
RTFLGCurrency translation FC_RTFLGNUMC1FC_RTFLG
RPFLGApportionment FC_RPFLGNUMC1FC_RPFLG
AUTOMAutomatic line item FC_AUTOMCHAR1FC_AUTOM
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
KSLValue in group currency VGCUR9CURR17(2) WERTV9
MSLQuantity QUAN1_9QUAN17(3) MENGV9
HTSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HHSLValue in local currency VLCUR9CURR17(2) WERTV9
HKSLValue in group currency VGCUR9CURR17(2) WERTV9
HMSLQuantity QUAN1_9QUAN17(3) MENGV9
LCURRLocal currency FC_CURRCUKY5Assigned to domainWAERSFC_WAERS
ILCURRLocal currency FC_CURRCUKY5Assigned to domainWAERSFC_WAERS

Key field Non-key field



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

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

How to access SAP table FC05RCLLST

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