2007 Dec 04 1:48 PM
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 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
2007 Dec 04 1:55 PM
aye it is, if you press enter right after your click
but i assume that is not what you wanted to know
2007 Dec 04 1:57 PM
2007 Dec 04 2:00 PM
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
2007 Dec 04 4:08 PM
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
2011 Jul 11 2:34 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |