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


Please Help Members By Posting Answers For Below Questions

What is the difference between pnp and pnpce? : abap hr

1079


How did you test the form you developed? How did you taken print?

606


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1559


What is hotspot?

916


While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc

751






What is an abap dictionary? : abap data dictionary

588


What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary

531


What is the syntax of packed number?

638


What is the disadvantage of using exec sql statement in abap?

528


What are the advantages and disadvantages of different types of bdc's?

534


How do you process errors in call transaction method? : abap bdc

673


Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?

1963


What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary

614


5) How to rereive text elements in SF and script?

1638


What are the relational operations that can be performed on view in sap? : abap data dictionary

502