Menu

SAP Function Module BAPI_PRODORD_SCHEDULE

BAPI: Schedule Production Orders

The Function Module BAPI_PRODORD_SCHEDULE (BAPI: Schedule Production Orders) is a standard Function Module in SAP ERP and is part of the function group 2005_BAPI within the package COBAPI.

Technical Information

Function Module BAPI_PRODORD_SCHEDULE
Short Text BAPI: Schedule Production Orders
Function Group 2005_BAPI
Package COBAPI
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BCK_BEG_DATE LIKE BAPI_ORDER_FUNC_CNTRL-BCK_BEG_DATE Basic Start Date
BCK_BEG_OFFSET LIKE BAPI_ORDER_FUNC_CNTRL-BCK_BEG_OFFSET Date Shift
BCK_BEG_ORIGIN LIKE BAPI_ORDER_FUNC_CNTRL-BCK_BEG_ORIGIN Origin of scheduling dates
BCK_BEG_TIME LIKE BAPI_ORDER_FUNC_CNTRL-BCK_BEG_TIME Basic start time
BCK_BEG_UNIT LIKE BAPI_ORDER_FUNC_CNTRL-BCK_BEG_UNIT Time Unit
BCK_DLV_DATE LIKE BAPI_ORDER_FUNC_CNTRL-BCK_DLV_DATE Basic Finish Date
BCK_DLV_OFFSET LIKE BAPI_ORDER_FUNC_CNTRL-BCK_DLV_OFFSET Date Shift
BCK_DLV_ORIGIN LIKE BAPI_ORDER_FUNC_CNTRL-BCK_DLV_ORIGIN Origin of scheduling dates
BCK_DLV_TIME LIKE BAPI_ORDER_FUNC_CNTRL-BCK_DLV_TIME Basic finish (time)
BCK_DLV_UNIT LIKE BAPI_ORDER_FUNC_CNTRL-BCK_DLV_UNIT Time Unit
FWD_BEG_DATE LIKE BAPI_ORDER_FUNC_CNTRL-FWD_BEG_DATE Basic Start Date
FWD_BEG_OFFSET LIKE BAPI_ORDER_FUNC_CNTRL-FWD_BEG_OFFSET Date Shift
FWD_BEG_ORIGIN LIKE BAPI_ORDER_FUNC_CNTRL-FWD_BEG_ORIGIN Origin of scheduling dates
FWD_BEG_TIME LIKE BAPI_ORDER_FUNC_CNTRL-FWD_BEG_TIME Basic start time
FWD_BEG_UNIT LIKE BAPI_ORDER_FUNC_CNTRL-FWD_BEG_UNIT Time Unit
FWD_DLV_DATE LIKE BAPI_ORDER_FUNC_CNTRL-FWD_DLV_DATE Basic Finish Date
FWD_DLV_OFFSET LIKE BAPI_ORDER_FUNC_CNTRL-FWD_DLV_OFFSET Date Shift
FWD_DLV_ORIGIN LIKE BAPI_ORDER_FUNC_CNTRL-FWD_DLV_ORIGIN Origin of scheduling dates
FWD_DLV_TIME LIKE BAPI_ORDER_FUNC_CNTRL-FWD_DLV_TIME Basic finish (time)
FWD_DLV_UNIT LIKE BAPI_ORDER_FUNC_CNTRL-FWD_DLV_UNIT Time Unit
SCHED_TYPE LIKE BAPI_ORDER_FUNC_CNTRL-SCHED_TYPE Scheduling Type
WORK_PROCESS_GROUP LIKE BAPI_ORDER_CNTRL_PARAM-WORK_PROC_GROUP 'COWORK_BAPI' Logon/Server Group Name
WORK_PROCESS_MAX LIKE BAPI_ORDER_CNTRL_PARAM-WORK_PROC_MAX 99 Maximum number of work processes that can be used

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRET2 Return Parameters

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPLICATION_LOG LIKE BAPI_ORDER_APPLICATION_LOG ApplicationLog Handle
DETAIL_RETURN LIKE BAPI_ORDER_RETURN Return Structure for Order BAPIs
ORDERS LIKE BAPI_ORDER_KEY Order Numbers

Exceptions

This function module does not define any Exceptions.