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 ??