‎2019 Jul 10 7:25 AM
I have certain tables each of them are defined by check boxes. user selects the tables and when click submit, it should display the table contents individually in the output.
If anyone knows the code please help.
regards,
Anil
‎2019 Jul 12 10:21 AM
First of all use radiobuttons, so user won't choose more than one table. Then write dynamic select using that table name, declare field-symbol of type any table and use CL_SALV_TABLE to display its content.