The Function Module K_OBJECTS_DETERMINE (Objekt- und Partnerobjektnummer umschlüsseln in Objektkeys) is a standard Function Module in SAP ERP and is part of the function group KAIG within the package KACC.
Function Module | K_OBJECTS_DETERMINE |
Short Text | Objekt- und Partnerobjektnummer umschlüsseln in Objektkeys |
Function Group | KAIG |
Package | KACC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATUM | LIKE | SY-DATUM | '00000000' | Date for time-dependent values |
OBJNR | LIKE | COEP-OBJNR | Object number | |
PAROB | LIKE | COEP-PAROB | SPACE | Partner object number |
PAROB1 | LIKE | COEP-PAROB1 | SPACE | Partnerobjektnummer (immer gefüllt) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_COIOP | LIKE | COIOP | Structure with object keys and dat |
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 |
---|---|---|---|---|
COIOB_TAB | LIKE | COIOB | Conversion table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
OBJECT_NOT_FOUND | Object or partner object not in co |