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

Radio Button in Module Pool

Former Member
0 Likes
1,130

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
Read only

Former Member
0 Likes
1,005

Did you group the radio buttons..?

Read only

Former Member
0 Likes
1,005

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

Read only

Former Member
0 Likes
1,005

Hi John,

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

Thanks,

Chidanand

Read only

Former Member
0 Likes
1,005

Hi,

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

Read only

0 Likes
1,005

what transaction is that..?

Read only

0 Likes
1,005

Hi,

Transaction is O4v2.

Read only

0 Likes
1,005

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.

Read only

Former Member
0 Likes
1,005

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

Read only

Former Member
0 Likes
1,005

Hi,

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

Murthy.