GMFUNDRECOVER_O SAP (Fund recovery for outgoing grants) Table details

Dictionary Type: Table
Description: Fund recovery for outgoing grants




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




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

GMFUNDRECOVER_O is a standard SAP Table which is used to store Fund recovery for outgoing grants data and is available within R/3 SAP systems depending on the version and release level.

The GMFUNDRECOVER_O table consists of various fields, each holding specific information or linking keys about Fund recovery for outgoing grants data available in SAP. These include PARTNER_GRANT (Incoming Grant), GRANT_NBR (Grant), FM_AREA (Financial Management Area), FUND (Fund).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GMFUNDRECOVER_O table 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
CLIENTClient MANDTCLNT3T000MANDT
PARTNER_GRANTIncoming Grant GM_SGRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FUNDFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
FROM_DATEValid-from Date GM_FROM_DATEDATS8DATUM
TO_DATEValid-to Date GM_TO_DATEDATS8DATUM
RECOVERYFund recovery ratio GM_RECOVERYDEC5(2)
CAPGrant Revenue Cap GM_REVENUE_CAPCURR12(2)
ACCUMULATEDIDCRunning Total (Accumulator) GM_ACCUMULATEDTOTALCURR12(2) GM_ACCUMULATEDTOTAL

Key field Non-key field



How do I retrieve data from SAP table GMFUNDRECOVER_O using ABAP code

The following ABAP code Example will allow you to do a basic selection on GMFUNDRECOVER_O to SELECT all data from the table
DATA: WA_GMFUNDRECOVER_O TYPE GMFUNDRECOVER_O.

SELECT SINGLE *
FROM GMFUNDRECOVER_O
INTO CORRESPONDING FIELDS OF WA_GMFUNDRECOVER_O
WHERE...

How to access SAP table GMFUNDRECOVER_O

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