IFMFGRCN_MATCH_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_MATCH_RESULT
Related tables to IFMFGRCN_MATCH_RESULT
Access table IFMFGRCN_MATCH_RESULT




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

IFMFGRCN_MATCH_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_MATCH_RESULT TYPE IFMFGRCN_MATCH_RESULT.

The IFMFGRCN_MATCH_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 KEY_1 (Reconciliation: key used to match items), KEY_2 (Reconciliation: key used to match items), CURRENCY (Currency Key), L_MARK (Checkbox Indicates Manual Investigation Done).. 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_MATCH_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
MATCH_TYPEType of matching used to match 2 items FMFGRCNMATCHTYPECHAR9CHAR9
KEY_1Reconciliation: key used to match items FMFGRCNMATCHKEYCHAR20CHAR20
KEY_2Reconciliation: key used to match items FMFGRCNMATCHKEYCHAR20CHAR20
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
L_MARKCheckbox Indicates Manual Investigation Done FMFGRCNMARKCHAR1XFELD
L_AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
L_AWKEYReference Key AWKEYCHAR20AWKEY
L_AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
L_DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
L_DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
L_FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
L_COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
L_AMTReconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
ICONReconciliation: Result Status Icon FMFGRCNRSLTMATCHICONCHAR18CHAR18
R_MARKCheckbox Indicates Manual Investigation Done FMFGRCNMARKCHAR1XFELD
R_AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
R_AWKEYReference Key AWKEYCHAR20AWKEY
R_AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
R_DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
R_AMTReconciliation: Calculated amount for a factor in a rule FMFGRCNAMOUNTCURR17(2) WERTV9
R_DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
R_FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
R_COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OUTTAB_TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table IFMFGRCN_MATCH_RESULT

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