Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

hide the columns of a search help

Former Member
0 Kudos

Hello All,

I want to dynamically hide the columns of a search help if no data is filled in the column. Is this possible through a search help exit. I am filling the data in the record tab from a local table. Please let me know of a solution for this.

Thanks in advance.

Regards,

Anju

1 REPLY 1

Former Member
0 Kudos

Hi,

Whatever columns are present in your search help internal table that will be displayed... What you can do is before sending the internal table check if a particular coulmn is empty .......... If it is empty remove it and then send the resultant internal table to the search help..