cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI can be used to change a billing item price

komekagami
Explorer
0 Kudos

Can I change item price in a sales billing using BAPI? or any other way?

View Entire Topic
raymond_giuseppi
Active Contributor
0 Kudos

You can change sales prices on

  • Sales Order with BAPI_SALESORDER_CHANGE -parameters ORDER_ITEM_IN[X] and CONDITIONS_IN[X])
  • Sales Contract with BAPI_CUSTOMERCONTRACT_CHANGE
  • Sales Quotation with BAPI_CUSTOMERQUOTATION_CHANGE
  • (with caution) BAPI_PRICES_CONDITIONS to mass upload some price conditions (perform some search first)
  • etc.

What is your exact requirement (flow of actions) what did you already look for/try and where are you locked?

komekagami
Explorer
0 Kudos

Thank you Raymond.

Actually i want need to mass update item price in billings with real financial sales price.

raymond_giuseppi
Active Contributor
0 Kudos

So

komekagami
Explorer
0 Kudos

Oh thanks, but that's too complicated and I cant visit this site...

maybe I choose abap BDC solution.

Regards