Hello,
I have a report that requires the need to hide certain fields in an ALV report as well as checkbox in certain rows.
So example I want to turn the ALV's output from ....
PO Number
PO Item
[ ]
450000001
001
[ ]
450000001
002
[ ]
450000001
003
[ ]
450000002
001
[ ]
450000002
002
[ ] = checkbox
to the desired output below ...
PO Number
PO Item
[ ]
450000001
001
002
003
[ ]
450000002
001
002
so baically I want to do 2 things
1. Hide the values of certain fields if the value from the previous row is identital and ...
2. .... only include checkboxes for each new value of that column by either hiding (preferable) or disabling them.
Hope to hear from all of you soon.
Thank you all and good day.