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

Screen painter

Former Member
0 Likes
267

Hello friends,

I am creating module pool programming for updating gate pass information. First screen i am creating is creating with two radio button one is for IN button and another one is OUT button.

But after creating radio button it is not getting selected.

When i try to group both radio button but still it is not giving select option so what i need to do to get it.

Thanx & regards,

Rahul Talele

1 REPLY 1
Read only

Former Member
0 Likes
251

Hi Rahul,

Once you have placed the radiobuttons on the screen, have you assigned any data variable to the radiobutton.

Do this. Create following data variables in your program:


DATA: v_gate_in TYPE check, v_gate_out TYPE check.

Then in your screen painter, click F6, select "Get From Program"

Select the two variables and and select the RadB radiobutton for both (at the extreme right).

Then once they are on the screen, group them and activate program and try.

Cheers.