‎2006 Nov 02 1:55 PM
hello,
I am looking for the easiest way to hide empty columns in
'REUSE_ALV_GRID_DISPLAY'.
I know i can work my way through the field catalog.
I am just curious if there is a parameter that helps me to achieve this goal.
thank you!
Werner
‎2006 Nov 02 2:01 PM
Hi
No! I don't believe, just as you know you have to check which colunms have no data and set the flag NO_OUT for them in catalog.
Max
‎2006 Nov 02 1:57 PM
Hi Werner,
You can Delete the blank lines from the final internal table before calling 'REUSE_ALV_GRID_DISPLAY'.
Delete i_tab where col1 is initial.
Reward points if this Helps.
Manish
‎2006 Nov 02 2:02 PM
Hi Manish,
thank you, but I don't have blank lines but blank columns.
Therefor I cannot delete the whole line.
In my case depending on user input some columns are empty.
I don't want to show those columns.
bye Werner
‎2006 Nov 02 2:01 PM
Hi
No! I don't believe, just as you know you have to check which colunms have no data and set the flag NO_OUT for them in catalog.
Max
‎2006 Nov 02 2:04 PM
‎2006 Nov 02 2:09 PM
‎2006 Nov 02 2:08 PM
Hi Werner,
If you know the Input coulmns then keep the Delete condition on those Column fields.
Anyway as you are new to this SDN.
Please reward points if you get your solution as per
Rating - 10 (Complete) ,6 (Helpful) or 2.
Regards,
Manish
‎2006 Nov 03 8:23 AM
Hi Manish,
i tried to reward your post .
Got the following message:
Error:
Rewarding the message failed.
br
Werner