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?
Answer Posted / 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 |
Post New Answer View All Answers
What is the lock object?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What is meant by hotspots?
What are the basic functions of database utility?
What are the abap/4 commands that link to a layout set?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What are smart forms?
What is meant by stacked list?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is an rfc?
What is asynchronous and synchronous update?
How to specify a client for database table processing?
What will happen when we use single buffered selected?
What are the aggregate objects in data dictionary? : sap abap data dictionary
What primary key and foreign key relationship