Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI DELETE

Former Member
0 Likes
440

Hello,

Is there is a BAPI that deletes a sales order or rejects a sales order that already exists in the system?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
411

You can use BAPI_SALESORDER_CHANGE. Read the documentation of this function module

3 REPLIES 3
Read only

Former Member
0 Likes
412

You can use BAPI_SALESORDER_CHANGE. Read the documentation of this function module

Read only

Former Member
0 Likes
411

hi,

u can use the 'BAPI_SALESORDER_CHANGE'

Read only

sridharreddy_kondam
Active Contributor
0 Likes
411

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