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

Deleting quotation items with BAPI_CUSTOMERQUOTATION_CHANGE

Former Member
0 Likes
1,260

hi everybody,

i try to delete single line items/positions in quotations by calling BAPI_CUSTOMERQUOTATION_CHANGE. The return table is always filled with success-messages but somehow when looking at the transaction VA23 the line items are still present although a BAPI_TRANSACTION_COMMIT has also been executed in my souce code. Please advise...Thanks...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
944

In your internal table related to type QUOTATION_ITEM_INX, are you setting the UPDATEFLAG value to 'D' ?

1 REPLY 1
Read only

Former Member
0 Likes
945

In your internal table related to type QUOTATION_ITEM_INX, are you setting the UPDATEFLAG value to 'D' ?