Question:
I have next:
We use Batch number as info object. This batchnumber has about 60 batch characteristics as attribute.
Several of these attributes need to be displayed in a query.
The issue is that it can be different, depending on the materialgroup of the material where the batch belongs to.
Let suppose I use a compounding object. If this compounding object has value 1, I want to display attribute 1 to 10. For value 2, to display 11 to 20. etc.
Good ideas are very welcome.
Thanks...
Answer:
Use formula which is having a variable -->processing type (replacement path type) with attribute...u need to create such 60 formulas(f1,f2,f3...) ...and from master formula u need to decide the value of infoobject if it is 1..then write formula like if (value = 1) * f1 f2 f3..f10 .....