cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding parameters

Former Member
0 Kudos

Hi,

I am using a radio button , actually it should be on 25 th column of selectionscreen, please help me out how to position parameter.

regards,

vinesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Try this.

SELECTION-SCREEN BEGIN OF LINE.

PARAMETER: r1 RADIOBUTTON GROUP rad1.

SELECTION-SCREEN COMMENT 5(20) text-001.

PARAMETER: p_aedat LIKE ekko-aedat.

SELECTION-SCREEN END OF LINE.

Regards,

Preethi

Edited by: preethi myneni on Mar 5, 2008 4:20 PM

Former Member
0 Kudos

Hi,

You can do this using

SELECTION SCREEN BEGIN OF LINE.

Just do F1 on this and you will get the detailed explianation.

Regards,

Atish