‎2008 Oct 30 1:05 PM
Hi,
I have 2 radio buttons and has a function code 'RB'. But while executing the program and when i clicked the radio button it is throwing an error 'Requested function RB is not available here'. Plz help me out.
thanks.
‎2008 Oct 30 1:13 PM
‎2008 Oct 30 1:13 PM
Hi,
Check whether you have grouped the radiobuttons and given the name as RB as FCT code without which you cannot code for your radiobuttons.
Cheers!!
VEnk@
Edited by: Venkat Reddy on Oct 30, 2008 6:59 PM
‎2008 Oct 30 1:29 PM
Hi John,
You need to group the Radio Button. Without you cannot able to use it.
Thanks,
Chidanand
‎2008 Oct 31 3:08 AM
Hi,
Yes, i have grouped the radio button. This screen is sub screen(screen exit).
‎2008 Oct 31 3:18 AM
‎2008 Oct 31 3:21 AM
‎2008 Oct 31 5:29 AM
Hi
Problem is function code 'RB' is only visible in the subscreen.
So, before leaving the screen, change the OK code.
PROCESS AFTER INPUT.
MODULE test.In the Module.
MODULE test INPUT.
... " Other Coding
FCODE = 'ENT1'.
ENDMODULE.
‎2008 Oct 31 5:32 AM
Hi John,
You need to go to the layout of the screen.
Then select both the radio button and then right click to define the group.
This way you can solve your problem.
Thanks,
Chidanand
‎2008 Oct 31 6:59 AM