GMSPONSOR_UPD SAP (Update Structure for Sponsor Role) Structure details

Dictionary Type: Structure
Description: Update Structure for Sponsor Role




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




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

GMSPONSOR_UPD 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 "Update Structure for Sponsor Role" 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_GMSPONSOR_UPD TYPE GMSPONSOR_UPD.

The GMSPONSOR_UPD table consists of various fields, each holding specific information or linking keys about Update Structure for Sponsor Role data available in SAP. These include CLIENT (Client), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP GMSPONSOR_UPD 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
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
AKTDBActivity Type BU_ACTYPCHAR2BU_ACTYP
AKTYPActivity Type BU_ACTYPCHAR2BU_ACTYP
XCHNGIndicator: Data has been changed BU_XCHNGCHAR1XFELD
NRRNGBP Number Range BU_NRRNGCHAR2CHAR2
XNREXInternal (' ') or external ('X') number range flag NRINDCHAR1XFELD
VALDTInitial Date for Business Partner Data BU_VALDTDATS8DATUM

Key field Non-key field



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

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

How to access SAP table GMSPONSOR_UPD

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