Hi Experts,
My selection screen code goes like this:
ELECTION-SCREEN BEGIN OF BLOCK A1 WITH frame TITLE text-100.
selection-screen begin of line.
SELECTION-SCREEN POSITION 11.
PARAMETERS: p_pres1 TYPE c RADIOBUTTON GROUP b MODIF ID 001.
selection-screen end of line.
selection-screen begin of line.
SELECTION-SCREEN POSITION 11.
PARAMETERS: p_appl TYPE c RADIOBUTTON GROUP b MODIF ID 001.
selection-screen end of line.
selection-screen begin of line.
SELECTION-SCREEN POSITION 11.
PARAMETERS: p_file TYPE localfile MODIF ID 001 .
selection-screen end of line.
SELECTION-SCREEN END OF BLOCK A1.
The radiobuttons and the filename are getting displayed but their selection texts are not getting displayed alongwith them.
Is it because I have shifted their position.
How to get the selection text displayed at the appropriate position?
Regards,
Sangeeta.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Jan 29, 2008 9:43 AM