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 is maintenance view?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
What are secondary indexes. How can we know which index is being used in a select query?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Why do we need enhancements?
Explain the data types of internal tables?
What are the data classes in abap?
What is the difference between skip and reserve?
Can you print decimals in type n?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
how to genernate 21 sencondary index
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
Which function modules can be used to transfer the data using bdc programming? : abap bdc