In a screen i have 2 radio buttons and 2 text fields,if i
select the one radio button one text field has to be enable
and when i select another one,other text field has to be
enable,in the at selection screen output event how it was
happen?this event has to effect once i press enter
naa.......... how the screen knowing that?
Answer Posted / prafulla nayak
LOOP AT SCREEN.
IF RAD1 = 'X'.
IF SCREEN-NAME = 'MAT2'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDIF.
IF RAD2 = 'X'.
IF SCREEN-NAME = 'MAT1'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDIF.
ENDLOOP.
write it in PBO.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is page window?
What are the functional areas?
What is a table cluster? : abap data dictionary
Why is pretty printer user in abap?
What is table pool?
what precautions or prerequisites do you follow to update a record into database table and how
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What are the basic objects of the data dictionary? : abap data dictionary
How to pass data from list to report?
Program lines for the radio button selection and unabling some input variables in section screen
What are the disadvantages of abap query tool?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What are logical databases?