‎2007 Apr 18 9:40 AM
Hi All,
can I write radio buttons inside interactive report first list display (NOT in selection screen) ???.
If answer is YES. please help me with sample code.
Thanks and regards.
‎2007 Apr 18 9:43 AM
Hi,
NO, You can't.
Only checkboxes you can display in the output.
reward if useful
regards,
ANJI
‎2007 Apr 18 9:44 AM
Hi,
U can write checkboxes in ur screen output.
For this u need to do the following:
WRITE : A as checkbox.
Here A is a 1 character data field defined as DATA : A(1).
U can also define this A as a part of ur internal table if u want to display the checkbox against each line displayed.
Hope this helps.
Regards,
Himanshu
‎2007 Apr 18 9:45 AM
YOu can have Checkboxes. never heard of radio-buttons in lists though.
Check this program demo_list_read_line for checkboxes on interactive lists.
regards,
Ravi