I have created purchase order with 600 lines where isnt set price for each item.
Now I want through UI API set the correct price to each price cell in row based on width and height of item. Now Im going through all lines in matrix, get dimensions, calculate the price, click on the specific cell with blank price in matrix and through SendKeys Im sending the price - till now its everything ok.
The problem is, when I go on next line and emulate click to next cell, the sap calculates the total price and when is there hundreds of items in order, its too slow. When is there less items, its acceptable, but for hundreds of records isnt useable.
So my question is:
Is there any possibility how to set that sap will not recalculate the total and after setting each price call some function, which will the total price correctly recalculate?
or
Is there any other way how to set price with UI (because user want to check it before upodate) which is quicker?
Thanks a lot for suggestions