The Function Module CP_DT_SELECTION_FILL_DETAIL (Select sel. record from list for detail screen according to object type) is a standard Function Module in SAP ERP and is part of the function group CPDT within the package CP.
Function Module | CP_DT_SELECTION_FILL_DETAIL |
Short Text | Select sel. record from list for detail screen according to object type |
Function Group | CPDT |
Package | CP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FLG_OPR_SOP_IMP | LIKE | 'X' | Treat equally operation and sub-op | |
OBJECT_IMP | LIKE | RCLST-OBJECT | object to be selected | |
RC27I_ALLIG | LIKE | SY-TABIX | 0 | selected data record from dialog t |
RC27I_IMP | LIKE | RC27I | Index field string |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INDEX_DT_EXP | LIKE | SY-TABIX | Index on dialog table for selected | |
RC27I_ALLIG | LIKE | SY-TABIX | selected data record from dialog t | |
RC27I_EXP | LIKE | RC27I | Index field string (correct) | |
RCLST_EXP | LIKE | RCLST | selected data record from dialog t |
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 |
---|---|
NOT_FOUND | No appropriate data record found |
NO_LIST | No appropriate list found |