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: 

event in module pool

Former Member
0 Kudos

Hi All,

I have developed module pool in which one radio button field is there.First time it come blank(not select). Now when I select this radio button then I want some calculation.But when I select ,no event is call.when I double click on that radio button then it shows sy-ucomm = 'excel' but I want when I select radio button then automatic event should be fire I dont want double click or enter.Can any body help me?

Thanks,

Rakesh

8 REPLIES 8

former_member1245113
Active Contributor
0 Kudos

Hi

Take 2 radio button if you want it through radio buttons and define a group and assign a FCode to it. this can be done in the Screen painter go to GO TO GROUPINGDEFINE.

IF you still want a single radio button just take PUSH BUTTON

Best Regards

Ramchander Rao.K

Former Member
0 Kudos

hi,

declare radio button as,

PARAMETERS: ZSELEC RADIOBUTTON user-command clk.

regards.

Former Member
0 Kudos

parameters: EP radiobutton group G2 USER COMMAND AK,

AP radiobutton group G2,

GB radiobutton group G2 default 'X'.

It works now.

Regards,

Ajay

former_member598013
Active Contributor
0 Kudos

Hi Rakesh,

This problem seems that you have not grouped the Radio button.

Go to the layout and select all the radio buttons and Right click and group to one. This way you will not face any problem.

Thanks,

Chidanand

Former Member
0 Kudos

Thanks,

Your answer is helpful.

Rakesh

Former Member
0 Kudos

any body give me solution?

Former Member
0 Kudos

Thanks,I got solution