‎2011 Oct 28 2:31 PM
Hi,
In my program, when i call the function "pricing", Func. returns me the "100" as price info.
Then i go to the vk12 t-code and change the price. But func. returns me the same value again and again.
Only if i close my program and open it again, the new value returns.
I think that func. save values in its buffer and sent me the same infos in the same program sesion.
How can i refresh its buffer.
Thank you.
‎2011 Oct 28 2:45 PM
Call function 'PRICING_REFRESH' before you call 'PRICING'.
Regards,
Pawan.
‎2011 Oct 28 2:45 PM
Call function 'PRICING_REFRESH' before you call 'PRICING'.
Regards,
Pawan.
‎2011 Oct 28 2:57 PM