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

SELECTION SCREEN CONTROLS

Former Member
0 Likes
579

HI ALL,

HOW I MAKE DIFF CONTROLS(LIKE BUTTON ,CHECKBOX,RADIO BUTTON ETC) ON A SELCTIO-SCREEN.

WARM REGARDS.

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
556

Hi,

In your program Press F1 on SELECTION-SCREEN.

You will get everythig in the Dailog that appears.

Else goto Transaction ABAPDOCU.

Regards,

Sesh

4 REPLIES 4
Read only

Former Member
0 Likes
556

use the help on SAP.

Read only

Former Member
0 Likes
556

use key work as push button when u need button

and use as check box(keyword)

and radio button group grp name for radio buttons

better use f1 help

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
557

Hi,

In your program Press F1 on SELECTION-SCREEN.

You will get everythig in the Dailog that appears.

Else goto Transaction ABAPDOCU.

Regards,

Sesh

Read only

Former Member
0 Likes
556

For chexkboxes:

PARAMETERS: a AS CHECKBOX,

b AS CHECKBOX DEFAULT 'X'.

for radiobuttons:

PARAMETERS: r1 RADIOBUTTON GROUP rad1,

r2 RADIOBUTTON GROUP rad1 DEFAULT 'X',

r3 RADIOBUTTON GROUP rad1,

s1 RADIOBUTTON GROUP rad2,

s2 RADIOBUTTON GROUP rad2,

s3 RADIOBUTTON GROUP rad2 DEFAULT 'X'.

regards

anju