Skip to Content
0
Former Member
Nov 02, 2005 at 09:28 AM

Radio Button Descriptions in Selection_screens

16 Views

Hi

I have the following piece of code included in my program

SELECTION-SCREEN BEGIN OF LINE.

PARAMETERS: r_rad1 RADIOBUTTON GROUP rad1.SELECTION-SCREEN POSITION 30. SELECT-OPTIONS: s_infoob FOR rsdgscsel-iobjnm.

SELECTION-SCREEN END OF LINE.

I have added the selection text for r_rad1, but the description isn't displaying. I'm just left with a blank space until poistion 30. I'm sure I'm doing something dumb ! Can anyone help ?

Thanks