Menu

SAP Function Module GM_GET_SETTINGS

Get Grants Management Settings

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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.

Technical Information

Function Module GM_GET_SETTINGS
Short Text Get Grants Management Settings
Function Group GMBASIS
Package GMBASIS_E
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.