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

In module pool program

Former Member
0 Likes
1,050

Hi all,

i have created 3 radio buttom IN SCREEN Painter ,but all are in 'X' STATUS .

how to make it like rad1 = 'x'

rad2 = ' ' .

rad3 = ' '.

regards,

santosh

Edited by: santosh jajur on Oct 30, 2009 8:05 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,017

Hi,

Problem is you had not grouped 3 radio buttons,select the 3 radio buttons right click and chosse group option there.

Thanks & Regards,

Sateesh.

10 REPLIES 10
Read only

Former Member
0 Likes
1,017

Did you asign a radio button group for those 3 radio buttons?

Read only

former_member222860
Active Contributor
0 Likes
1,017

Have a look at this Demo program

DEMO_DYNPRO_CHECK_RADIO

Read only

0 Likes
1,017

Hi mahesh,

i have created as its demo program ,but in only one condtion fcode field is hide,its not allowing to write ,please guide me how to do it..

regards,

santosh

Read only

0 Likes
1,017

Could you clearly explain the problem you are facing.

Read only

0 Likes
1,017

Hi Sri,

I created the radio button as iits in example given by mahesh,only changes is function code in the screen painter is hide , i cant edit and write the func code. please guide .

regards,

santosh.

Read only

Former Member
0 Likes
1,017

Declare your radio button names in screen-painter as MODE-VIEW, MODE-MAintain_flights, MODE-maintain_booking.

In TOP declaration of ur program write :-

DATA: BEGIN OF MODE, "Structure for Radio-Buttons

view VALUE 'X',

maintain_fligHts VALUE '',

maintain_booking value '',

END OF MODE.

Edited by: vijetasap on Oct 30, 2009 8:28 AM

Read only

sridhar_meesala
Active Contributor
0 Likes
1,017

Hi,

What do you mean by 'all are in 'X' STATUS '. Do you mean that you are able to select all the radio buttons. If that is the problem it is because you have not grouped the radio buttons. In screen painter select all the radio buttons and right click and define the group. Now you will be able to slect only one radio button and code according to your requirement.

Hope this helps you.

Thanks,

Sri.

Read only

sravya_ch
Participant
0 Likes
1,017

Hi santosh jajur

when you create the Radio Buttons go to properties in that we have group make sure that group is one and the same for all .active . I am sure your work will be done .

Sravya

Read only

Former Member
0 Likes
1,018

Hi,

Problem is you had not grouped 3 radio buttons,select the 3 radio buttons right click and chosse group option there.

Thanks & Regards,

Sateesh.

Read only

0 Likes
1,017

sateesh,

thanks very much,issue is solved.

regards,

santosh