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 BKK_PRODUCT_GET_INT_KEY_RNG (Tabelle Interner Schlüssel aus einem Range von externen Schlüsseln) is a standard Function Module in SAP ERP and is part of the function group FBGP within the package FKBA.
Function Module | BKK_PRODUCT_GET_INT_KEY_RNG |
Short Text | Tabelle Interner Schlüssel aus einem Range von externen Schlüsseln |
Function Group | FBGP |
Package | FKBA |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | SY-SUBRC | 1: Fehler |
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_PRODEXT_RANGE | TYPE | FIPRT_TAB_PRODEXT_RANGE | Range Tabelle ext. Produkt IDs (Import) | |
T_PRODINT | TYPE | FIPRT_TAB_PRODINT | Tabelle interne Produkt IDs (Export) | |
T_PRODINT_RANGE | LIKE | IBKK_RNG_PRODINT | Range Tabelle int. Produkt IDs (Export) |
This function module does not define any Exceptions.