GMGFUND SAP (Grant specific fund details) Table details

Dictionary Type: Table
Description: Grant specific fund details




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




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

GMGFUND is a standard SAP Table which is used to store Grant specific fund details data and is available within R/3 SAP systems depending on the version and release level.

The GMGFUND table consists of various fields, each holding specific information or linking keys about Grant specific fund details data available in SAP. These include GRANT_NBR (Grant), FM_AREA (Financial Management Area), FUND (Fund), CS_FUND (Cost sharing 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 GMGFUND 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
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FUNDFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
CS_FUNDCost sharing fund GM_CS_FUNDCHAR1GM_CS_FUND
IDC_FUNDIndirect Cost Recover Fund GM_IDC_FUNDCHAR1GM_IDC_FUND
PI_FUNDGM Program Income Fund GM_PI_FUNDCHAR1GM_PI_FUND

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMGFUND
INTO CORRESPONDING FIELDS OF WA_GMGFUND
WHERE...

How to access SAP table GMGFUND

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