The Function Module GET_SPONSOR_DATA1 (Get Sponsor Data) is a standard Function Module in SAP ERP and is part of the function group GMGR within the package GMMASTERDATA_E.
Function Module | GET_SPONSOR_DATA1 |
Short Text | Get Sponsor Data |
Function Group | GMGR |
Package | GMMASTERDATA_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_PARTNER | LIKE | GMSPONSOR-PARTNER | Business partner number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_GMSPONSOR | LIKE | GMSPONSOR | Sponsor Master | |
E_KUNNR | LIKE | KNA1-KUNNR | Customer number |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_GMASPCLASS | LIKE | GMASPCLASS | Allowed Sponsored Classes for Sponsor | |
T_GMASPPROG | LIKE | GMASPPROG | Allowed Sponsored Programs for Sponsor | |
T_GMSPAGT | LIKE | GMSPAGT | Allowed Grant Types for Sponsor |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_CUSTOMER_LINK | No link exists between partner and customer |
PARTNER_NOT_FOUND | Partner not found |