GMSPONSOR SAP (Sponsor Master) Table details

Dictionary Type: Table
Description: Sponsor Master




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




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

GMSPONSOR is a standard SAP Table which is used to store Sponsor Master data and is available within R/3 SAP systems depending on the version and release level.

The GMSPONSOR table consists of various fields, each holding specific information or linking keys about Sponsor Master data available in SAP. These include PARTNER (Business Partner Number), SP_WAERS (Currency Key), SP_PERIV (Fiscal Year Variant), SP_LD_CODE (Legislative District Code).. 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 GMSPONSOR 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
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
SP_WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
SP_PERIVFiscal Year Variant PERIVCHAR2T009PERIV
SP_LD_CODELegislative District Code GM_LD_CODECHAR6GMLDCGM_LD_CODEGMLDC
SP_BILLING_RULERule Used as a Basis for Billing GM_BILLING_RULENUMC4GMBRGM_BILLING_RULEGM_BILLING_RULE
SP_LOC_NBRLetter of Credit GM_LETTER_OF_CREDITCHAR20GMLOC
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_OC_ALLOWEDAllow Other Classes GM_OC_ALLOWEDCHAR1CMPFLAG
SP_OP_ALLOWEDAllow Other Programs GM_OP_ALLOWEDCHAR1CMPFLAG
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
SP_EXTERNAL_FUNDExternal Fund GM_EXTERNAL_FUNDCHAR10Assigned to domainBP_GEBERFICFICOV
OBJECTIDGUID BAPIGUIDCHAR32SDOK_DOCID
DOCUMENT_CLASSStorage Location of Document in SRM (Content Model) BAPIDCLASSCHAR10Assigned to domainSDOK_CLASS

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMSPONSOR
INTO CORRESPONDING FIELDS OF WA_GMSPONSOR
WHERE...

How to access SAP table GMSPONSOR

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