Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module BAPI_CONTROL_RECIPE_GET_LIST (Read Control Recipe List) is a standard Function Module in SAP ERP and is part of the function group COC7B within the package CMX_CR.
Function Module | BAPI_CONTROL_RECIPE_GET_LIST |
Short Text | Read Control Recipe List |
Function Group | COC7B |
Package | CMX_CR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CNTLRECSTATUS | TYPE | BAPI_RCOCHAPI-CNTL_REC_STATUS | '00001' | Import: Control Recipe Status |
DATEFROM | TYPE | BAPI_COBASIC-DATE | '00000000' | Import: Earliest Creation Date for Control Recipes |
DATETO | TYPE | BAPI_COBASIC-DATE | SY-DATLO | Import: Latest Creation Date for Control Recipes |
DESTADDRESS | TYPE | BAPI_RCOCHAPI-DEST_ADDRESS | Import: Address of Control Recipe Destination | |
DESTTYPE | TYPE | BAPI_RCOCHAPI-DEST_TYPE | '3' | Import: Type of Control Recipe Destination |
MATERIAL | TYPE | BAPI_RCOCHAPI-MATERIAL | Import: Material of Process Order | |
PLANT | TYPE | BAPI_RCOCHAPI-PLANT | Import: Plant of Control Recipes | |
PROCESSORDER | TYPE | BAPI_RCOCHAPI-PROC_ORDER | Import: Process Order Number | |
PRODCNTLREC | TYPE | BAPIFLAG-BAPIFLAG | 'X' | Import: Indicator: Read Productive Control Recipes |
SCHEDDATEFROM | TYPE | BAPI_COBASIC-DATE | '00000000' | Import: Earliest Scheduled Start Date of Control Recipes |
SCHEDDATETO | TYPE | BAPI_COBASIC-DATE | SY-DATLO | Import: Latest Scheduled Start Date of Control Recipes |
TESTCNTLREC | TYPE | BAPI_RCOCHAPI-TEST_FLAG | Import: Indicator: Read Control Recipes for Test Purposes |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | LIKE | BAPIRET2 | Export: System Messages on Method Call |
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 |
---|---|---|---|---|
CNTLRECHEADER | LIKE | BAPI_RCOCHAPI | Export: Header Data of Control Recipes |
This function module does not define any Exceptions.