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 B utton

Former Member
0 Likes
666

Hi All,

I have Custom Sub Screen on Standard Transaction and have Radio Buttons.

My Req. is : When user Select any one Radio Button value from One Custom Field Comes into another Input Field.

I am able to achieve it. Only issue is I need to Double Click on radio Button to Update the Value in Custom Input Field.

Is it possible to acieve in Single Click on Radio Button.

Hi All,

I have Custom Sub Screen on Standard Transaction and have Radio Buttons.

My Req. is : When user Select any one Radio Button value from One Custom Field Comes into another Input Field.

I am able to achieve it. Only issue is I need to Double Click on radio Button to Update the Value in Custom Input Field.

Is it possible to acieve in Single Click on Radio Button.

5 REPLIES 5
Read only

Former Member
0 Likes
632

aye it is, if you press enter right after your click

but i assume that is not what you wanted to know

Read only

0 Likes
632

True,

I am looking for Just one click and value Populates.

Read only

0 Likes
632

hi Anu,

can you copy here the declaration of your radiobutton. I guess you only need a USER-COMMAND addition:

PARAMETER : p_rb RADIOBUTTON GROUP rb1 USER COMMAND uc01.

ec

Read only

Former Member
0 Likes
632

Hi Anu,

Select the whole radio button , define a group for this (select the whole radio button ,then right click ->Radio Button Group->define)and give one function code in the fctCode field.This will trigger the PAI when you will click any radio button in this group.Catch the OK_Code and write your logic.Hope this will help

Message Edited

shibu

Read only

Former Member
0 Likes
632

solved