GMBW_GRANT_ATTR SAP (Extractor structure for Grants (attributes)) Structure details

Dictionary Type: Structure
Description: Extractor structure for Grants (attributes)




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




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

GMBW_GRANT_ATTR 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 "Extractor structure for Grants (attributes)" 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_GMBW_GRANT_ATTR TYPE GMBW_GRANT_ATTR.

The GMBW_GRANT_ATTR table consists of various fields, each holding specific information or linking keys about Extractor structure for Grants (attributes) data available in SAP. These include GRANT_NBR (Grant), GRANT_TYPE (Grant Type), COMPANY_CODE (Company Code), AWARD_TYPE (Award Type).. 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 GMBW_GRANT_ATTR 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
UPDATESDates of Last Change GMBW_UPDATESDATS8DATUM
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GRANT_TYPEGrant Type GM_GRANT_TYPECHAR2Assigned to domainGM_GRANT_TYPEGM_GRANT_TYPEGMGRANTTYPES
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
AWARD_TYPEAward Type GM_AWARD_TYPECHAR3GM_AWARD_TYPE
AWARD_STARTValid-from Date GM_FROM_DATEDATS8DATUM
AWARD_ENDValid-to Date GM_TO_DATEDATS8DATUM
BLOCKING_INDBlocking Indicator GM_BLOCKING_INDICATORCHAR1XFIELD
LETTER_OF_CREDITLetter of Credit GM_LETTER_OF_CREDITCHAR20
EXCHANGE_RATEGrant exchange rate GM_EXCHANGE_RATEDEC9(5) EXCRTKURSF
EXCHANGE_DATEExchange Rate Date GM_EXCHANGE_RATE_DATEDATS8DATUM
LIFECYCLE_STATUSLifecycle Status GM_LIFECYCLE_STATUSCHAR5Assigned to domainJ_ISTATGMLIFECYCLE_STATUS
USER_STATUSUser-Defined State GM_USER_STATUSCHAR5Assigned to domainJ_ESTATGM_USER_STATUS
OBJECT_NOGeneral Object Number GM_OBJECT_NOCHAR22Assigned to domainJ_OBJNR
SPONSORGrant Sponsor GM_SPONSORCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
REVISION_NBRGrant Revision Number GM_GRANT_REVISIONCHAR3GM_GRANT_VERSION
INTERNAL_REFAlternate Grant Identifier GM_INTERNAL_REFCHAR24GM_INTERNAL_REFERENCE
EXTERNAL_REFAlternate Grant Identifier GM_EXTERNAL_REFCHAR24GM_EXTERNAL_REFERENCE
VALID_FROMValid-from Date GM_FROM_DATEDATS8DATUM
VALID_TOValid-to Date GM_TO_DATEDATS8DATUM
FINAL_BILL_DATEFinal Bill Date GM_FINAL_BILL_DATEDATS8GM_FINAL_BILL_DATE
GRANT_FY_VARIANTFiscal year variant of grant GM_GRANT_FYVARIANTCHAR2Assigned to domainPERIV
GRANT_CURRENCYGrant currency GM_GRANT_CURRENCYCUKY5Assigned to domainWAERS
CFDANumber in Catalog of Federal Domestic Assistance GM_CFDA_NBRCHAR10GM_CFDA_NBR
FUNDING_ORIGINOrigin of Grant Funding GM_FUNDING_ORIGINCHAR30GM_FUNDING_ORIGIN
GRANT_TOTALTotal Grant Value in Sponsor Currency GM_GRANT_TOTALCURR13(2) WERTV7
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
BILLING_RULERule Used as a Basis for Billing GM_BILLING_RULENUMC4Assigned to domainGM_BILLING_RULEGM_BILLING_RULE
INSTALLMENT_AMTInstallment amount for periodic billing GM_INSTALLMENT_AMOUNTCURR12(2) GM_INSTALLMENT_AMOUNT
MILESTONE_TOTALTotal Billing Amount (for milestone and periodic billing) GM_MILESTONE_TOTALCURR12(2) GM_MILESTONE_TOTAL
CREATED_BYRecord Created by GM_CREATED_BYCHAR12USNAM
CREATED_ONCreated on GM_CREATED_ONDATS8GM_CREATED_ON
CREATED_ATCreated at GM_CREATED_ATTIMS6GM_CREATED_AT
COPY_SOURCESource grant GM_COPY_SOURCECHAR20ALPHAGM_GRANT_NBRGRANTS_GENERIC
MODIFIED_BYLast Modified by GM_LAST_MODIFIED_BYCHAR12USNAM
MODIFIED_ONDate last modified GM_LAST_MODIFIED_DATEDATS8DATS
MODIFIED_ATLast Modified Time GM_LAST_MODIFIED_TIMETIMS6GM_CREATED_AT
XDELEDeletion Indicator GM_DELETION_INDICATORCHAR1XFELD
PRE_AWARD_COSTSPre-award cost control GM_PRE_AWARD_COSTSCHAR1XFELD
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR

Key field Non-key field



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

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

How to access SAP table GMBW_GRANT_ATTR

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