GMRECONRESULT SAP (GM Reconciliation Result) Structure details

Dictionary Type: Structure
Description: GM Reconciliation Result




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




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

GMRECONRESULT 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 "GM Reconciliation Result" 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_GMRECONRESULT TYPE GMRECONRESULT.

The GMRECONRESULT table consists of various fields, each holding specific information or linking keys about GM Reconciliation Result data available in SAP. These include ST_TEXT (Processing Status), REFDOCNR (Reference document number of an accounting document), REFDOCLN (Six-digit number of the reference posting line), RTCUR (Currency Key).. 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 GMRECONRESULT 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
ICON_STATUSStatus GM_ICON_STATUSCHAR132SYCHAR132
ST_TEXTProcessing Status GM_APPL_STATUSCHAR36CHAR36
REFDOCNRReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
REFDOCLNSix-digit number of the reference posting line REFBUZEI6NUMC6BUZEI6BUZ
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
MSLQuantity QUAN1QUAN15(3) MENG8
BUDATPosting Date in the Document BUDATDATS8DATUM
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RGRANTEE_FY_9Fiscal Year of Grantee Organization GM_GRANTEE_FYNUMC4GJAHRGJAHR
RGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
RSPONSORED_PROGSponsored Program GM_SPONSORED_PROGCHAR20Assigned to domainGM_SPONSORED_PROGGM_SPONSORED_PROG
RSPONSORED_CLASSSponsored Class GM_SPONSORED_CLASSCHAR20Assigned to domainGM_SPONSORED_CLASSGM_SPONSORED_CLASS
RBDGT_VLDTY_NBRBudget Validity Number GM_BDGT_VLDTY_NBRCHAR3GM_BDGT_VLDTY_NBR
RFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
RVALUETYPE_9GM Value Type GM_VALUETYPECHAR2GM_VALUETYPEGMVALUETYPE
RTRANSBusiness Transaction J_VORGANGCHAR4Assigned to domainJ_VORGANG
RSTATS_INDStatistical Indicator GM_STATSCHAR1GM_STATS
GL_SIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
ASSETMAINOMain Asset Number BF_ANLN1CHAR12ALPHABF_ANLN1AN1
ASSETSUBNOAsset Subnumber BF_ANLN2CHAR4ALPHABF_ANLN2AN2

Key field Non-key field



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

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

How to access SAP table GMRECONRESULT

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