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 UKM_GET_KEY_MAPPINGS (UKM: Schlüsselmappings auslesen) is a standard Function Module in SAP ERP and is part of the function group UKM_KEY_MAPPING_ACCESS within the package S_UKM_IF.
Function Module | UKM_GET_KEY_MAPPINGS |
Short Text | UKM: Schlüsselmappings auslesen |
Function Group | UKM_KEY_MAPPING_ACCESS |
Package | S_UKM_IF |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_READ_BUFFER | TYPE | UKM_E_IF_FLAG_BOOLEAN | ' ' | UKM: Boolsche Flags für das Interface-Verhalten |
IV_UPDATE_BUFFER | TYPE | UKM_E_IF_FLAG_BOOLEAN | ' ' | UKM: Boolsche Flags für das Interface-Verhalten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_MESSAGES | TYPE | UKM_S_MESSAGES | UKM: Statusinformation und Nachrichten an den Verwender |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CT_KEY_MAPPING | TYPE | UKM_T_MAPPINGS_EASY | UKM: Mappings |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.