The Function Module COCB_CONTROL_RECIPE_UPDATE (Batch Management - Control Recipe Verbuchung) is a standard Function Module in SAP ERP and is part of the function group COCV within the package CMX_CR.
Function Module | COCB_CONTROL_RECIPE_UPDATE |
Short Text | Batch Management - Control Recipe Verbuchung |
Function Group | COCV |
Package | CMX_CR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
UKZ_COCH | LIKE | RCOCH-UKZ | Update indicator COCH (Delete, Insert, Update) | |
UKZ_COCOA | LIKE | RCOCH-UKZ | Update indicator COCOA (Delete, Insert, Update) | |
UKZ_COFT | LIKE | RCOCH-UKZ | Update indicator COFT (Delete, Insert, Update) | |
UKZ_COFV | LIKE | RCOCH-UKZ | Update indicator COFV (Delete, Insert, Update) |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
XCOCH | LIKE | RCOCH | Change/insert COCH | |
XCOCOA | LIKE | RCOCOA | Change/insert COCOA | |
XCOFT | LIKE | RCOFT | Change/insert COFT | |
XCOFV | LIKE | RCOFV | Change/insert COFV | |
YCOCH | LIKE | RCOCH | Delete COCH |
This function module does not define any Exceptions.