Skip to Content
0
Former Member
Apr 23, 2014 at 07:29 AM

How to add radiobutton parameter to block in selection screen dynamically

763 Views

I want to add radio buttons to selection screen by code ? is that possible ?

I have added a block to selection screen like this :

SELECTION-SCREEN BEGIN OF BLOCK block2 WITH FRAME TITLE text-001.

SELECTION-SCREEN END OF BLOCK block2.


I want to add radio button parameters to block2 (generated dynamically not hard coded ) ? is that possible ??