‎2008 Feb 27 11:56 AM
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
‎2008 Feb 27 12:07 PM
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.