IFM_RC01_RESULT SAP (FM-FI Line Item Comparison: Structure of Result List) Structure details

Dictionary Type: Structure
Description: FM-FI Line Item Comparison: Structure of Result List




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




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

IFM_RC01_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 "FM-FI Line Item Comparison: Structure of Result 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_IFM_RC01_RESULT TYPE IFM_RC01_RESULT.

The IFM_RC01_RESULT table consists of various fields, each holding specific information or linking keys about FM-FI Line Item Comparison: Structure of Result List data available in SAP. These include AWTYP (Reference Transaction), AWKEY (Reference Key), BUKRS (Company Code), GJAHR (Fiscal year for FI document number).. 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 IFM_RC01_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
ZUONRAssignment Number DZUONRCHAR18ZUONR
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal year for FI document number FM_KNGJAHRNUMC4GJAHRGJAHRGJR
BELNRFI document number FM_KNBELNRCHAR10ALPHABELNRBLN
KTOSLTransaction Key KTOSLCHAR3CHAR3
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
LEDGERChar 20 CHAR20CHAR20CHAR20
TRBTRTotal of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
FKBTRTotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
DMBTRTotal transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
WRBTRTotal transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
DMBE2Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
DMBE3Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
STATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
VORGNTransaction Type for General Ledger VORGNCHAR4VORGN
VRGNGOriginal CO business transaction CO_ORGVGCHAR4Assigned to domainACTIVITY
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
MWARTTax Type MWARTCHAR1MWART
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSLCUKY5Assigned to domainWAERS
GLUPMUpdate Method for FM - FI-CA Integration GLUPMCHAR1GLUPM
XPRFGDocument complete XPRFGCHAR1XFELD
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FIVORFinancial transaction FIVORNUMC2FIVOR
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
XREF3Reference key for line item XREF3CHAR20CHAR20
BUSTWPosting string for values BUSTWCHAR4BUSTW
STATUSStatus of Line Item (Traffic Light Icon) FM_ST_ICONCHAR16CHAR16
STATUS_TEXTUser field for cluster PC (national) CHAR25CHAR25CHAR25
MESSAGEMessage Text MSGTXTCHAR100TEXT100
MSGTYMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
ARBGBApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
TXTNRMessage number MSGNRCHAR3Assigned to domainMSGNR
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

How to access SAP table IFM_RC01_RESULT

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