Hi
We have define the 5 columns and 2 row table.
The table header is created in a separate table in the layout and another table for values.
Our requirement is like if there is no value in the value table the Text should not be print.
e.g. Tables looks like
Text : Xxx Yyy Zzz
Value: cz 10 7%
if Yyy does not have any values then it should print only
Text : Xxx Zzz
Value: cz 7%
we already used HELP.SAP.COM suggestion but that not works.
Please provide your suggestions.
Thanks