Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is there some basic document for SAP GUI design

Former Member
0 Likes
263

Thanks

Message was edited by:

Ray Lei

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
243

Hi Ray,

You can type the following code in the selection-screen definition.

PARAMETERS: R1 RADIOBUTTON GROUP RAD1,

R2 RADIOBUTTON GROUP RAD1 DEFAULT 'X',

R3 RADIOBUTTON GROUP RAD1.

The above code will help you generate three radio buttons, of which R2 would be selected by Default.

<b>Reward points, if useful.</b>

Regards,

Atin

1 REPLY 1
Read only

Former Member
0 Likes
244

Hi Ray,

You can type the following code in the selection-screen definition.

PARAMETERS: R1 RADIOBUTTON GROUP RAD1,

R2 RADIOBUTTON GROUP RAD1 DEFAULT 'X',

R3 RADIOBUTTON GROUP RAD1.

The above code will help you generate three radio buttons, of which R2 would be selected by Default.

<b>Reward points, if useful.</b>

Regards,

Atin