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 difference between user exit, customer exit and badi?

4091


Give examples of transparent table?

702


What is the use of 'for all entries'?

604


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1537


​​What is amdp (abap managed data procedures)?​​

644






If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc

671


What is the maximum number of match code id's that can be defined for one match code object ?

541


What are the aggregate objects in the data dictionary? : abap data dictionary

1049


What are the two levels in defining a match code? : abap data dictionary

606


1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?

2356


How many main windows are allowed in sapscript?

582


What is open sql vs native sql ?

1864


What are the different types of data dictionary objects? : abap data dictionary

682


What is a variable in the sap abap?

557


Explain the disadvantages of logical databases?

555