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
Name some data dictionary objects?
What are the basic objects of the data dictionary? : abap data dictionary
What is meant by hide area?
What are the different modes of processing batch input sessions? : abap bdc
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What is pnp-sw-found ? : abap hr
What are pooled tables?
What is the full form of spro? : sap abap hr
How to create a check box/option button in a list?
How do you document ABAP programs? Do you use program documentation menu option?
Some Realtime Objects on Bdc.
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
How to eliminate duplicate entries in internal tables?
How will you link form with the event driven in sap scripts?
Workbench request are client dependent or client independent