Hi Team,
I have a table control displayed in my Web Dynpro ABAP screen where the table is bound to a context node with cardinality 0:N. The scenario is to hide an entire Row based on a flag in the row itself. I don't want to remove the record from my context because I need it in subsequent processing. Is there a way to achieve this? Should I use Cell Variants, and How? I tried the cell variant and am able to hide a column, BUT how to hide a row? Thanks for your time