Skip to Content
0
May 17, 2010 at 05:54 AM

How to make ALV table invisible and Visible based on user actions?

158 Views

Hello All,

I want to make ALV table invisible when there is no data in it. At the same time, when data is present I want ALV table to be visible. I have used the following method for that.

lv_value->if_salv_wd_table_settings~SET_VISIBLE( '01' ) in WDDOINIT.

lv_value->if_salv_wd_table_settings~SET_VISIBLE( '02' ) based on user ACTION.

Though the ALV table is not displayed initialy, its not getting displayed when the data is present.

Please help me regarding this.

Regards,

Yugesh A.