GMDERIVE SAP (Grants Management Derivation Structure) Structure details

Dictionary Type: Structure
Description: Grants Management Derivation Structure




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




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

GMDERIVE 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 "Grants Management Derivation Structure" 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_GMDERIVE TYPE GMDERIVE.

The GMDERIVE table consists of various fields, each holding specific information or linking keys about Grants Management Derivation Structure data available in SAP. These include DOC_TYPE (Document Type), COMP_CODE (Company Code), BUS_AREA (Business Area), CO_AREA (Controlling Area).. 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)


SAP GMDERIVE 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
ADATUPosting Date in the Document BUDATDATS8DATUM
DOC_TYPEDocument Type BLARTCHAR2T003BLARTBAR
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CO_AREAControlling Area KOKRSCHAR4TKA01CACCDCAC
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SALESORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ASSET_NOMain Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
GL_ACCOUNTG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
COST_ELEMCost Element KSTARCHAR10CSKAALPHAKSTARKAT
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ROUTING_NORouting number of operations in the order CO_AUFPLNUMC10AFVCAUFPL
COUNTERGeneral counter for order CO_APLZLNUMC8AFVCCO_APLZL
SD_DOCSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
ITM_NUMBERSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
BUSINESS_ENTITYSite Number SWENRCHAR8VIOB01SWENRSWENRWEHMCWE
PROPERTYProperty Number for BE SGRNRCHAR8VIOB02SGRNRSGRNRGRSMCGR
BUILDINGBuilding Number SGENRCHAR8VIOB03SGENRSGENRGEBMCGE
RENTAL_UNITNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
RENTAL_AGREEMENTLease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
SETTLEMENT_UNITSettlement Unit SEMPSLCHAR5Assigned to domainALPHASEMPSLEMPMCEM
TRANSBusiness Transaction J_VORGANGCHAR4TJ01J_VORGANG
CS_TRANS_TTransaction Type RMVCTCHAR3Assigned to domainRMVCT
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GRANT_TYPEGrant Type GM_GRANT_TYPECHAR2Assigned to domainGM_GRANT_TYPEGM_GRANT_TYPEGMGRANTTYPES
PARTNERGrant Sponsor GM_SPONSORCHAR10BUT000ALPHABU_PARTNERBPABUPA
SPONSORED_PROGSponsored Program GM_SPONSORED_PROGCHAR20Assigned to domainGM_SPONSORED_PROGGM_SPONSORED_PROG
SPONSORED_CLASSSponsored Class GM_SPONSORED_CLASSCHAR20Assigned to domainGM_SPONSORED_CLASSGM_SPONSORED_CLASS
REVERSEDOCIdentifier for reversal document CO_STFLGCHAR1FLAG
USERTEMP1Temporary field 1 (user-defined) KEDRTMPVALUE1CHAR32KEDRVALUE
FM_SPLITLine is Result of Account Assignment Distribution FMSP_SPLIT_RESULT_FLAGCHAR1FLAG
STATKEYFIGStatistical key figure STAGRCHAR6TKA03STAGRSTA

Key field Non-key field



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

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

How to access SAP table GMDERIVE

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