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.