GMGTSPONSOR SAP (Sponsor Master: Grant Type dependant attributes) Table details

Dictionary Type: Table
Description: Sponsor Master: Grant Type dependant attributes




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




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

GMGTSPONSOR is a standard SAP Table which is used to store Sponsor Master: Grant Type dependant attributes data and is available within R/3 SAP systems depending on the version and release level.

The GMGTSPONSOR table consists of various fields, each holding specific information or linking keys about Sponsor Master: Grant Type dependant attributes data available in SAP. These include GRANT_TYPE (Grant Type), PARTNER (Business Partner Number), SP_WAERS (Currency Key), SP_PERIV (Fiscal Year Variant).. 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: Can be enhanced (character-type or numeric)


SAP GMGTSPONSOR 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_TYPEGrant Type GM_GRANT_TYPECHAR2GMGRTYPEGM_GRANT_TYPEGM_GRANT_TYPEGMGRANTTYPES
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
SP_WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
SP_PERIVFiscal Year Variant PERIVCHAR2T009PERIV
SP_BILLING_RULERule Used as a Basis for Billing GM_BILLING_RULENUMC4GMBRGM_BILLING_RULEGM_BILLING_RULE
SP_IDC_RULERule for Determining Indirect Costs GM_IDC_RULENUMC4GMIDCRULESGM_IDC_RULEGMIDCRULE
SP_INDIRECT_COSTPercentage for Indirect Costs GM_PERCENTAGE_INDIRECT_COSTDEC6(3) GM_INDIRECT_RATE
SP_SPLIT_RULERule Used to Split Time Intervals Between Fiscal Years GM_TIME_SPLITTING_RULENUMC4GMSPLITRULESGM_TIME_SPLITTING_RULEGMSPLITRULES
SP_CS_RULERule for Determining Cost Sharing Requirements GM_CS_RULENUMC4GMCSRULESGM_CS_RULEGMCSRULE
SP_COST_SHARINGPercentage for Cost Sharing GM_PERCENTAGE_COST_SHARINGDEC6(3) GM_PERCENTAGE

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMGTSPONSOR
INTO CORRESPONDING FIELDS OF WA_GMGTSPONSOR
WHERE...

How to access SAP table GMGTSPONSOR

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