Hi all,
I have a problem with BADI RSR_OLAP_BADI : I need to know what is the structure of the future layout, before displaying result. To explain my question, here is an example : if I display by customer then by material, the result won't be the same than material then by customer or than customer with material in free characteristic.
customer Material Amount
John 1 1000
John 2 2000
William 1 1000
Material
1 1000
2 2000
Material customer Amount
1 John 1000
1 William 1000
2 John 2000
As you see, the amount depends on the material and has to be repeated for each line. In this example, I crossed with the customer, but we can have a lot of characteristics.
Thanks for your help.
Gabriel