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
What are the uses of the information in the data dictionary? : abap data dictionary
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
How do you find the information on the current screen?
What are the events in abap/4 language? : abap hr
What is its? : abap hr
What is abap?
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
How to upload data using catt ? : abap hr
Explain what is a logical database?
What is the differences between structure and table in data dictionary in abap?
What is the difference between collect and append statements?
What data is contained in data dictionary? : abap data dictionary
What is the maximum number of structures that can be included in a table or structure
Search help exit details.
What is the difference between a structure and an append structure?