The Function Module CLDY_DYNAMIC_SELECT () is a standard Function Module in SAP ERP and is part of the function group CLDY within the package CLCL.
Function Module | CLDY_DYNAMIC_SELECT |
Short Text | |
Function Group | CLDY |
Package | CLCL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASSTYPE | LIKE | KLAH-KLART | Class Type | |
FIELDNAME | LIKE | DFIES-FIELDNAME | Field name | |
KEY_DATE | LIKE | SY-DATUM | SY-DATUM | Validity time |
LANGUAGE | LIKE | SY-LANGU | Language | |
OBJECT_KEY | LIKE | INOB-OBJEK | Key data of object (external object number) | |
TABNAME | LIKE | DFIES-TABNAME | Table to be accessed |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FIELD_VALUE | LIKE | SEL_STAT | Field contents | |
OBJECT_DATA | LIKE | SEL_DATA | Complete object data |
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 |
---|---|
CLASSTYPE_REQUIRED | Key structure requires class type |
NO_RECORD_FOUND | No records found |