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 For-period and In-period

1733


What takes most time in SAP script programming?

683


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2100


What are the types of subroutines?

620


What is the max no of match code id’s that can be defined for one match code object?

685






How can one distinguish between different kinds of parameters? : abap modularization

593


What are control tables? : abap data dictionary

602


What is meant by hot spots? : abap data dictionary

639


What is a table attribute? : abap data dictionary

565


any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?

1983


How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?

567


How many types of data classes are there in sap?

582


To how many tables can an append structure be assigned. : abap data dictionary

590


Can we include customizing include or an append structure with pooled or cluster tables?

668


What do you mean by transparent tables in sap abap? : abap data dictionary

532