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
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What are the different types of views and their definition?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What is the function of the transport system and workbench organiser?
The max number of calling modes stacked at one time is?
If your project is support project ? when is your implementation has completed ?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What are the two different ways of building a match code object? : abap data dictionary
What is tcode se16. For what is it used. Explain briefly?
Differentiate between the uline and write: sy-uline statements if any?
Explain the advantage of structures?
What is the syntex used to call a screen as dialog box (pop up)?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
How do you activate a function exit?