FC05RCLI SAP (ECCS: Reclassification, Triggering Assignments for List) Structure details

Dictionary Type: Structure
Description: ECCS: Reclassification, Triggering Assignments for List




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




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

FC05RCLI 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: Reclassification, Triggering Assignments for List" 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_FC05RCLI TYPE FC05RCLI.

The FC05RCLI table consists of various fields, each holding specific information or linking keys about ECCS: Reclassification, Triggering Assignments for List data available in SAP. These include IRITEM (Triggering FS item), ISITYP (Subitem category), ISUBIT (Triggering subitem), IRBUPTR (Reclassification: Partner unit of the triggering item).. 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 FC05RCLI 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
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

Key field Non-key field



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

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

How to access SAP table FC05RCLI

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