‎2012 Feb 07 6:18 PM
Hello all, I have a requirement to create a 'dynamic' selection screen with 2 sections(vertical). The first section contains set of selection options for which the type comes from the values stored in the internal table(populated at runtime). The second section contains checkbox corresponding to each selection option generated/created in the first section mentioned above. So the number of fields and checkboxes to be created are identified only at the runtime. Note: I already tried to use FMs FREE_SELECTIONS* but it is not serving my purpose. Looking forward to your inputs. Thanks & Regards, Rajat
Edited by: rajat.sap123 on Feb 7, 2012 7:18 PM
‎2012 Feb 07 7:25 PM
check the report given in this link:
http://forums.sdn.sap.com/thread.jspa?threadID=261469
the program supposedly generates dynamic no. of checkboxes, i havent tested it, but you can take a look.
‎2012 Feb 08 4:18 AM
check out this link
[http://forums.sdn.sap.com/thread.jspa?threadID=2123031&messageID=11029133#11029133]
Edited by: gop4sap11 on Feb 8, 2012 5:20 AM
‎2012 Feb 15 4:55 AM
Why don't you use the At selection-screen output event.
As i have understood your scenario you have two sections. with the first one containing the select-options. The second will change on basis of the first section selection.
Hope it helps you.
Elaborate a bit more so i can paste a code.