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: 

Dynamic check boxes and selection text

Former Member
0 Kudos

Hi All,

I have to create dynamic check boxes and the number of check boxes and selection text values are to be based on the entries in a table.

I am able to create the check boxes,if I have the maximum number of entries expected,by making the check boxes invisible.

But we are not sure of the number of entries in the table.

Kindly help me in solving the issue.

Regards,

Sridevi

1 REPLY 1

franois_henrotte
Active Contributor
0 Kudos

just call function module POPUP_GET_SELECTION_FROM_LIST

you have to use it just like you do with a ALV grid

in table name you put some structure you create with just two fields: selection TYPE xfeld and description TYPE descr_40.

then you fill a table based on this structure and pass it to the function module