2008 Jul 18 10:40 AM
Hello Experts,
I have written a code in which I have two set of radio buttons.In first set,there are 3 radio buttons.Second set has some 10 radio buttons.
When the user selects the third radio button from the first set, some of the radio buttons from second set should be disabled.
Now I had a requirment that I need to add some text fields in second set along with the existing radio buttons.These text fields will be connected to the radio buttons.Like for radio button Service Order Level we will have text fields for
1.Service Order Type
2.Trade
3.Responsible Party
4.Completion Date (TECO)
I am supposed to make these text fields visible on a click of a button which is defined next to execute button on the Application Toolbar.
I need a connection logic which would help me so that when a user selects third radio button from first set, only the radio buttons in second set should be visible and since they are connected to the text fields..text fields should not appear.They should be visible only when button is clicked.
kindly help with some sample code.
Hello Experts,
I have written a code in which I have two set of radio buttons.In first set,there are 3 radio buttons.Second set has some 10 radio buttons.
When the user selects the third radio button from the first set, some of the radio buttons from second set should be disabled.
Now I had a requirment that I need to add some text fields in second set along with the existing radio buttons.These text fields will be connected to the radio buttons.Like for radio button Service Order Level we will have text fields for
1.Service Order Type
2.Trade
3.Responsible Party
4.Completion Date (TECO)
I am supposed to make these text fields visible on a click of a button which is defined next to execute button on the Application Toolbar.
I need a connection logic which would help me so that when a user selects third radio button from first set, only the radio buttons in second set should be visible and since they are connected to the text fields..text fields should not appear.They should be visible only when button is clicked.
kindly help with some sample code.
2008 Jul 18 10:47 AM
Hi,
u can write like this.
case radiobutton group name
when radio button1
fieldname-active = '1'(to view) or '0'(to hide)
after this u modify the screen.
Edited by: chandrika chireddy on Jul 18, 2008 11:58 AM
2008 Jul 18 10:52 AM
Hi,
you can use AT SELECTION-SCREEN OUTPUT event.
under this you can modify the selection screen based on radio button group.
regrds,
venkat n
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |