Menu

SAP Function Module BAPI_PROCORDCONF_CANCEL

Cancel Process Order Confirmation

The Function Module BAPI_PROCORDCONF_CANCEL (Cancel Process Order Confirmation) is a standard Function Module in SAP ERP and is part of the function group 2016 within the package CORU.

Technical Information

Function Module BAPI_PROCORDCONF_CANCEL
Short Text Cancel Process Order Confirmation
Function Group 2016
Package CORU
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONFIRMATION LIKE BAPI_PI_CONF_KEY-CONF_NO Completion confirmation number for the operation
CONFIRMATIONCOUNTER LIKE BAPI_PI_CONF_KEY-CONF_CNT Confirmation counter
CONF_TEXT LIKE BAPI_PI_CONFIRM-CONF_TEXT Confirmation Text
POSTG_DATE LIKE BAPI_PI_CONFIRM-POSTG_DATE Posting Date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CREATED_CONF_COUNT LIKE BAPI_PI_CONF_KEY-CONF_CNT Confirmation counter
CREATED_CONF_NO LIKE BAPI_PI_CONF_KEY-CONF_NO Completion confirmation number for the operation
LOCKED LIKE BAPI_CORU_PARAM-LOCKED Indicator: Entry blocked
RETURN LIKE BAPIRET1 Return Parameters

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.