GMGRCOSTSHARE SAP (Cost sharing master data) Table details

Dictionary Type: Table
Description: Cost sharing master data




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




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

GMGRCOSTSHARE is a standard SAP Table which is used to store Cost sharing master data data and is available within R/3 SAP systems depending on the version and release level.

The GMGRCOSTSHARE table consists of various fields, each holding specific information or linking keys about Cost sharing master data data available in SAP. These include GRANT_NBR (Grant), FM_AREA (Financial Management Area), FUND (Fund), SPONSORED_PROG (Sponsored Program).. 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 GMGRCOSTSHARE 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 FIKRSCHAR4Assigned to domainFIKRSFIK
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
SPONSORED_PROGSponsored Program GM_SPONSORED_PROGCHAR20GMSPPROGRAMGM_SPONSORED_PROGGM_SPONSORED_PROG
SPONSORED_CLASSSponsored Class GM_SPONSORED_CLASSCHAR20GMSPCLASSGM_SPONSORED_CLASSGM_SPONSORED_CLASS
COST_SHARE_SRCCost Sharing Source GM_COST_SHARE_SOURCECHAR1GM_COST_SHARE_SOURCE
COST_SHARE_TYPECost Sharing Type GM_COST_SHARE_TYPECHAR1GM_COST_SHARE_TYPE
PERCENTAGECost Sharing Percentage GM_COST_SHARE_PERCENTAGEDEC6(3)

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMGRCOSTSHARE
INTO CORRESPONDING FIELDS OF WA_GMGRCOSTSHARE
WHERE...

How to access SAP table GMGRCOSTSHARE

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