cancel
Showing results for 
Search instead for 
Did you mean: 

new price & tax update in all open order line items

0 Kudos

Hi Gurus,

My client requirement is

Currently new prices / tax change is not reflecting in open order lines.

Need system development for SAP to reflect the new price & new tax rate for all the open order lines including partial billed quantity. Kindly help for this issue. thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

VeselinaPeykova
Active Contributor
0 Kudos

The only valid reason for a custom solution (that I could think of) is if you need to run repricing in the background, e.g. because you have a huge number of orders. If this repricing is going to be performed by a technical person, you still do not need a dedicated ABAP program, this should be possible with LSMW. You can use BAPI_SALESORDER_CHANGE in LSMW, which is trivial and a functional consultant with moderate LSMW knowledge should be able to handle this without the assistance of a developer.

Still, I cannot help but think why one would need to reprice a huge number of orders so often. If this is a one-time activity, it does not make sense to create a program, right? Is there something wrong with the currently configured business process or with how the business use the system, or you have technical problems resulting in incorrect pricing? If this is the case, it it more productive to fix the source of the problem instead of trying to cure the symptoms.

Edit: I hope that the business users are aware that you can't just reprice orders without contacting the customer and receiving confirmation that the order should be processed further with the new price.

Lakshmipathi
Active Contributor
0 Kudos

You can very well ask your ABAP to develop a program but Why? What is the need to reinvent the wheel when a standard transaction is available?

Lakshmipathi
Active Contributor
0 Kudos

Please search the forum before creating queries as this has been answered many times in SCN. Execute VA05 where from top menu bar, click on "Edit > Mass Change > New Pricing"

0 Kudos

Actually client required a custom program/T code to execute new price/tax update for mass open order line items.