Hiya,
Within a program I am calling method call method cl_costing_model_valuation=>read_for_display
However within this method a global parameter is being set in table mt_model_valuation_cache:
As I'd like to get the latest values and not the cached values, I'd like to clear mt_model_valuation_cache before I call cl_costing_model_valuation=>read_for_display.
Would anyone know how to do this please?
Thanks in advance!