The Function Module CCM_INFO_GETKEY (Get a specific Framework Object key) is a standard Function Module in SAP ERP and is part of the function group CCM8 within the package CCMA.
Function Module | CCM_INFO_GETKEY |
Short Text | Get a specific Framework Object key |
Function Group | CCM8 |
Package | CCMA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
KEYNAME | LIKE | CCMOBJKEYS-KEYNAME | Key | |
OBJECT_NAME | LIKE | CCMOBJLST-OBJNAME | Framework Object Name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
VALUE | LIKE | CCMOBJKEYS-VALUE | Value of key |
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 |
---|---|
GETINFO_FAILED | Operation failed |