Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module GM_GET_SETTINGS (Get Grants Management Settings) is a standard Function Module in SAP ERP and is part of the function group GMBASIS within the package GMBASIS_E.
Function Module | GM_GET_SETTINGS |
Short Text | Get Grants Management Settings |
Function Group | GMBASIS |
Package | GMBASIS_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_COMPANY_CODE | TYPE | GMCCSETTINGS-COMPANY_CODE | Company code settings | |
I_CO_AREA | TYPE | KOKRS | Controlling Area | |
I_FROM_DATE | TYPE | GMCCSETTINGS-FROM_DATE | Valid from date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FM_ACTIVE | TYPE | GMCCSETTINGS-FM_ACTIVE | GM-FM Budget integration Indicator | |
E_FM_BUDGET_INT | TYPE | GMCCSETTINGS-FM_BUDGET_INT | FM Budget integration Ledger | |
E_GRANTS_ACTIVE | TYPE | GMCCSETTINGS-GRANTEE_ACTIVE | Grantee active | |
E_PBC_ACTIVE | TYPE | GMCCSETTINGS-PBC_ACTIVE | GM-PBC Integration Indicator |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.