The Function Module THMH_CD_GET_KEY (Return change document object id per class) is a standard Function Module in SAP ERP and is part of the function group THMH_ADMIN_CHANGE_DOCS within the package FTHM.
Function Module | THMH_CD_GET_KEY |
Short Text | Return change document object id per class |
Function Group | THMH_ADMIN_CHANGE_DOCS |
Package | FTHM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CLASS | LIKE | CDHDR-OBJECTCLAS | Object value | |
I_OBJECTID | LIKE | CDHDR-OBJECTID | Object value |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_OBJECTID | LIKE | CDHDR-OBJECTID | Object value |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CLASS_INVALID | Proposed object Class is invalid |
OBJECTID_INVALID | Proposed object ID is invalid |