In ME21N , I'm working with gross price for materials, but prices is not being updated/calculated after entering the item. User should click on <update> button to system calculate the conditions and net price, something happens when user change tax code in invoice tab, update prices is not triggered, and user should click on update button.
How can I call the same functionalities, in code behind, as if the user had clicked on button <update prices>.
I mean, how to trigger the process to calculate prices automatically to force the system update/recalculate the prices?
Has everyone experienced this, and used a solution that worked? If so, could you kindly explain what was the solution, and If possible, could you give me some example.