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 is the function of a data element? : abap data dictionary
What are the 2 other types of views, which are not allowed in release 3.0?
How do you find out who has transported a transport request?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
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???
What are the different types of views and their definition?
How do you move on to the next screen in interactive reporting?
what is defference between repository and non repository Object?
How to copy table across clients?
What are lock objects?
What are multiple use BADIS?
What is the length of function code at user-command?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
Explain the difference between free and refresh?
Is there any method apart from bdc for data upload to sap? : abap bdc