GMGGRANT_DI SAP (Grant master (general data) - direct input) Structure details

Dictionary Type: Structure
Description: Grant master (general data) - direct input




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




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

GMGGRANT_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 (general data) - direct input" 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_GMGGRANT_DI TYPE GMGGRANT_DI.

The GMGGRANT_DI table consists of various fields, each holding specific information or linking keys about Grant master (general data) - direct input data available in SAP. These include LETTER_OF_CREDIT (Letter of Credit), BLOCKING_IND (Blocking Indicator), SPLIT_OF_YEARS (Allow Year Split), GRANT_FY_VARIANT (Fiscal year variant of grant).. 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 GMGGRANT_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
AWARD_TYPEAward Type GM_AWARD_TYPECHAR3GM_AWARD_TYPE
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
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
LIFECYCLE_STATUSLifecycle Status GM_LIFECYCLE_STATUSCHAR5Assigned to domainJ_ISTATGMLIFECYCLE_STATUS
USER_STATUSUser Status J_ESTATCHAR5Assigned to domainJ_ESTAT
WORKFLOW_STATUSWorkflow status GM_WORKFLOW_STATUSCHAR1GM_WORKFLOW_STATUS
APPLICATION_LOGApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
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 GMGGRANT_DI using ABAP code?

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

How to access SAP table GMGGRANT_DI

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