Hello All,
I am wrting a report program with table name as parameter. I have defined the parameter as given below and it provides me search help by default.
PARAMETERS: p_tabnam TYPE DD02L-TABNAME OBLIGATORY.
The problem is, the search help displays the list of tables and structures as well. I want to restrict it to display only tables and not structures.
Is there a table similar to DD02L which has onyl the tablenames? Or the only way is to call the FM to add search help? Any ideas?
Thanks!