The Function Module OBJECT_KEY_GET (Ermittlung der Objektkeys zu Objektnummern) is a standard Function Module in SAP ERP and is part of the function group BO01 within the package BONR.
Function Module | OBJECT_KEY_GET |
Short Text | Ermittlung der Objektkeys zu Objektnummern |
Function Group | BO01 |
Package | BONR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CHECK_KEY | TYPE | C | SPACE | 'X' -> Objektschlüssel prüfen |
I_OBJNR | TYPE | J_OBJNR | Object Number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_IONRA | LIKE | Structure with all object keys | ||
E_OBJECTKEY | LIKE | Struktur mit allen Objektschlüsseln |
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 |
---|---|---|---|---|
ONR_TAB | LIKE | Table of object numbers + object k |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
OBJECTKEY_INVALID | In E_OBJECTKEY bzw. ONR_TAB fehlen Felder |
WRONG_CALL | Fehlerhafte Versorgung der Parameter |