IFMFGRCN_RULE_RESULT SAP (Structure for displaying results of reconciliation rule eval) Structure details

Dictionary Type: Structure
Description: Structure for displaying results of reconciliation rule eval




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




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

IFMFGRCN_RULE_RESULT 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 "Structure for displaying results of reconciliation rule eval" 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_IFMFGRCN_RULE_RESULT TYPE IFMFGRCN_RULE_RESULT.

The IFMFGRCN_RULE_RESULT table consists of various fields, each holding specific information or linking keys about Structure for displaying results of reconciliation rule eval data available in SAP. These include SUBTOTAL (Subtotal), SORT2 (Reconciliation: second level subtotal field), SORT3 (Reconciliation: third level subtotal field), FLG_SAVED (Saved results available).. 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 IFMFGRCN_RULE_RESULT 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
HIER_LEVELNumeric 1-character NUM1NUMC1NUM1
SUBTOTALSubtotal FMFGRCNSUBTOTALCHAR30TEXT30
SORT2Reconciliation: second level subtotal field FMFGRCNSORT2CHAR30TEXT30
SORT3Reconciliation: third level subtotal field FMFGRCNSORT3CHAR30TEXT30
FLG_SAVEDSaved results available FMFGRCNSAVEDCHAR1XFELD
BG_LOAD_SELRequest background load of match results FMFGRCNBGLOADCHAR1XFELD
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AMT_L_1Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_L_2Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_L_3Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_L_4Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_L_5Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_L_6Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
TOTAL_LReconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
ICONReconciliation: Result Status Icon FMFGRCNRSLTSTATUSCHAR18CHAR18
TOTAL_RReconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_R_1Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_R_2Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_R_3Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_R_4Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_R_5Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_R_6Reconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
AMT_DIFFReconciliation: Calculated Amount for a Factor in a Rule FMFGRCNAMOUNTDIFFCURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table IFMFGRCN_RULE_RESULT

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