Answer Posted / rabia
The initialization event is used to execute a processing
block before the selection screen is processed.
Initializing parameters or program variables is done
using 'default' or 'value' kwywords respectively. The main
purpose of using initialization event is when we want to
process the default values assigned to the variables and
then make the selection screen appear according to that
processed logic.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
Explain the difference between open_form and close_form?
What are the requirements a dialog program must fulfill?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is the difference between Check and Continue?
What are function modules?
What are the different types of luws?
Explain the difference between tables and structures?
What are the events in abap/4 language? : abap hr
When you prefer lsmw?
What is the transaction code to display the payroll results ? : abap hr
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is abap work bench?
What is the difference between sum and collect?
Why cant we use Normal function module for data transfer?