‎2008 Oct 30 12:03 PM
Hello,
I'm doing a purchase order change with BAPI_PO_CHANGE - can I suppress the printing
thanks
Elisabeth
‎2008 Oct 30 2:10 PM
not directly with a BPI. You need to eitehr disable your output condition records completely for PO changes, or use a requirement to not issue that if changes are via a BAPI call
‎2008 Oct 30 2:10 PM
not directly with a BPI. You need to eitehr disable your output condition records completely for PO changes, or use a requirement to not issue that if changes are via a BAPI call
‎2008 Oct 30 2:12 PM
Hello,
Yes,
CALL FUNCTION 'BAPI_PO_CHANGE'
EXPORTING
purchaseorder = y_v_exppurchaseorder
TABLES
return = y_li_return
poschedule = y_li_schedule
poschedulex = y_li_schedulex
extensionin = y_i_bapiparex
poshipping = y_i_bapiitemship
poshippingx = y_i_bapiitemshix.
*Confirm the document creation by calling database COMMIT
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.