I have 2 radio buttons with 2 fields each on selection
screen.My requirement is like if click on 1st radio button
the second radio button field should be disabled and and
vice versa.How can i do that?
Answers were Sorted based on User's Feedback
Answer / abdul sameer
using the event At Selection Screen Output
Is This Answer Correct ? | 21 Yes | 6 No |
Answer / kavita
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN
IF R1 EQ 'X' AND SCREEN-GROUP EQ 'S2'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
IF R2 EQ 'X' AND SCREE-GROUP EQ 'S1'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP
Is This Answer Correct ? | 15 Yes | 0 No |
Answer / vishal chavan
In event At Selection Screen Output using MODIF ID we can
code this.
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / ritu
using the loop at screen statement in the event At
Selection Screen Output
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sap4raj
go to transaction abapdocu and check for screen events ,it
is explained well
Is This Answer Correct ? | 5 Yes | 9 No |
how does SAP organise its exits?
What are the parameters in bdc_open_group? : abap bdc
1/ what r the parameter used in alv report ?
what is the Difference between Scripts and Smart Forms?
What is table buffer? Which type of tables used this buffer?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
Example of table cluster and cluster tables.
Mention some important events in abap programming.
What is a view in sap? : abap data dictionary
Landscape of your company and what are their names?
How to get that a secondary index is attached to a select query?
What is an abap dictionary? : abap data dictionary