Application Development 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: 

Radio Button in Module Pool

Former Member
0 Kudos

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.

9 REPLIES 9

former_member188685
Active Contributor
0 Kudos

Did you group the radio buttons..?

Former Member
0 Kudos

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

former_member598013
Active Contributor
0 Kudos

Hi John,

You need to group the Radio Button. Without you cannot able to use it.

Thanks,

Chidanand

Former Member
0 Kudos

Hi,

Yes, i have grouped the radio button. This screen is sub screen(screen exit).

0 Kudos

what transaction is that..?

0 Kudos

Hi,

Transaction is O4v2.

0 Kudos

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.

former_member598013
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

Please check the link below, I bekieve it will help you.

Murthy.