Application Development and Automation 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: 
Read only

dynamic program

0 Likes
524

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

1 REPLY 1
Read only

former_member246634
Active Participant
468

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.