‎2006 Jun 19 11:50 AM
Hello,
Is there is a BAPI that deletes a sales order or rejects a sales order that already exists in the system?
‎2006 Jun 19 11:56 AM
You can use BAPI_SALESORDER_CHANGE. Read the documentation of this function module
‎2006 Jun 19 11:56 AM
You can use BAPI_SALESORDER_CHANGE. Read the documentation of this function module
‎2006 Jun 19 12:07 PM
‎2006 Jun 19 12:09 PM
Hi Vaishali,
Use BAPI_SALESORDER_CHANGE to delete sales order by passing
Enter a appropriate (here D) in the UPDATEFLAG field(in tables parameter ORDER_ITEM_INX)
Possible UPDATEFLAGS:
U = change
D = delete
I = add
Regards,
Sridhar