GMGR_DI SAP (Grant master fields suitable for direct entry) Structure details

Dictionary Type: Structure
Description: Grant master fields suitable for direct entry




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




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

GMGR_DI 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 "Grant master fields suitable for direct entry" 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_GMGR_DI TYPE GMGR_DI.

The GMGR_DI table consists of various fields, each holding specific information or linking keys about Grant master fields suitable for direct entry data available in SAP. These include GRANT_SHORT_DESC (Shorter description of the grant), AWARD_TYPE (Award Type), AWARD_START (Valid-from Date (direct input)), AWARD_END (Valid-to Date (direct input)).. 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: Cannot Be Enhanced


SAP GMGR_DI 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
GRANT_DESCDescriptive Text GM_DESCRIPTIONCHAR80TEXT80
GRANT_SHORT_DESCShorter description of the grant GM_SHORT_DESCRIPTIONCHAR20
AWARD_TYPEAward Type GM_AWARD_TYPECHAR3GM_AWARD_TYPE
AWARD_STARTValid-from Date (direct input) GM_FROM_DATE_DICHAR8
AWARD_ENDValid-to Date (direct input) GM_TO_DATE_DICHAR8
FINAL_BILL_DATEFinal Bill Date (direct input) GM_FINAL_BILL_DATE_DICHAR8
LETTER_OF_CREDITLetter of Credit GM_LETTER_OF_CREDITCHAR20
BLOCKING_INDBlocking Indicator GM_BLOCKING_INDICATORCHAR1XFIELD
SPLIT_OF_YEARSAllow Year Split GM_YEAR_SPLITCHAR1CMPFLAG
GRANT_FY_VARIANTFiscal year variant of grant GM_GRANT_FYVARIANTCHAR2Assigned to domainPERIV
GRANT_CURRENCYGrant currency (direct input) GM_GRANT_CURRENCY_DICHAR5
GRANT_TOTAL 0
EXCHANGE_RATE 0
EXCHANGE_DATEExchange Rate Date (direct input) GM_EXCHANGE_RATE_DATE_DICHAR8
FROM_FACTOR 0
TO_FACTOR 0
CFDANumber in Catalog of Federal Domestic Assistance GM_CFDA_NBRCHAR10GM_CFDA_NBR
FUNDING_ORIGINOrigin of Grant Funding GM_FUNDING_ORIGINCHAR30GM_FUNDING_ORIGIN
SALESORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
BILLING_RULERule Used as a Basis for Billing (direct input) GM_BILLING_RULE_DICHAR4
INSTALLMENT_AMT 0
MILESTONE_TOTAL 0
IDC_RULERule for Determining Indirect Costs (direct input) GM_IDC_RULE_DICHAR4
IDC_CAP 0
IDC_ACCUMULATED 0
CS_RULERule for Cost Sharing Requirements (direct input) GM_CS_RULE_DICHAR4
LIFECYCLE_STATUSLifecycle Status GM_LIFECYCLE_STATUSCHAR5Assigned to domainJ_ISTATGMLIFECYCLE_STATUS
USER_STATUSUser Status J_ESTATCHAR5Assigned to domainJ_ESTAT
AUTHGRGrants Management: Authorization Groups GM_AUTHGRCHAR10Assigned to domainGM_AUTHGRGMAUTHGRP
XDELEDeletion Indicator GM_DELETION_INDICATORCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table GMGR_DI

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