How can you change properties of screen elements dynamically
in Module pool Programming ?
Answer Posted / vijeta aharwar
In PBO event , loop at screen & modify different screen
element.
eg.-> deactivate a parameter
loop at screen.
if screen-name = 'Material Number'.
screen-Input = 0.
screen-active = 0.
endif.
endloop.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are the components of sapscript?
What is open sql?
Concepts of OO ABAP and why we are using it?
What are extracts?
What is processing class, where we do them and why? : sap abap hr
What are the differences between table controls and step loops?
What are the different methods of passing data?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is the t-code for transaction recorder? : abap bdc
What is the abap program name to process the batch input session automatically? : abap bdc
difference between Valuation type and valuation category?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
How do you execute the payroll
What are the tcodes for performance tuning?