GMGRFUNDRECOVER SAP (Fund recovery) Table details

Dictionary Type: Table
Description: Fund recovery




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




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

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

The GMGRFUNDRECOVER table consists of various fields, each holding specific information or linking keys about Fund recovery data available in SAP. These include GRANT_NBR (Grant), FUND (Fund), FROM_DATE (Valid-from Date), TO_DATE (Valid-to Date).. 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 GMGRFUNDRECOVER 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
GRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FUNDFund BP_GEBERCHAR10Assigned to domainBP_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 GMGRFUNDRECOVER using ABAP code

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

SELECT SINGLE *
FROM GMGRFUNDRECOVER
INTO CORRESPONDING FIELDS OF WA_GMGRFUNDRECOVER
WHERE...

How to access SAP table GMGRFUNDRECOVER

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