Ansicht
Dokumentation

BAPI_PRODORDCONF_EXIST_CHK - Existence Check for Confirming Production Order

BAPI_PRODORDCONF_EXIST_CHK - Existence Check for Confirming Production Order

Addresses (Business Address Services)   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The parameters CONFIRMATION and CONFIRMATIONCOUNTER are checked to see whether a confirmation recors exists with this key. If this is not the case, a corresponding message is returned via the export parameter RETURN.

If the confirmation exists, but is assigned to another order type than production order, a message is also returned via RETURN.

Example

You want to check whether the confirmation "12345" exists with the confirmation counter "3".

Call the method

DATA: I_RETURN LIKE BAPIRET1.

CALL FUNCTION 'BAPI_PRODORDCONF_EXIST_CHK'
EXPORTING
CONFIRMATION = 12345
CONFIRMATIONCOUNTER = 3
IMPORTING
RETURN = I_RETURN.





Parameters

CONFIRMATION
CONFIRMATIONCOUNTER
RETURN

Exceptions

Function Group

2116

Vendor Master (General Section)   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 1256 Date: 20240523 Time: 180748     sap01-206 ( 20 ms )