what will happen in Initialization event?
Answers were Sorted based on User's Feedback
Answer / bhushan
Initialization is the event which is triggered before
displaying the selection-screen, using this we can
initialize the default values to selection-screen
parameters/select options and also for other variables
which we are using in the program
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / kruthicse
This event is used to assign values to the parameters on
the selection screen.
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / balaji
initialiazation event is the first event trigger in
reports,to get the default values to the selection screen
we r using this event,it will trigger before the selection
screen
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / 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 |
Answer / bandivenkateswarlu
the iniliazation event is used to fill the default the
values into the selection screen before the display the
screen program for first time in the execute it. this
event is used to fill the default values into the selection
screen. whenever u execute the program these values are
displayed on the screen
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sudheer
to intialize the input values of selection screen fields....
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / uday shnankar
it is the first event triggered by the abap runtime.
we can change the characteristics of the select option
table.
select option table habe four fields.they are
sign
option
low
high.
if the report is time depandent we need to initialize time
in this event to get accurate results.
to define new data objects .
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / venkaiah chowdary rudrapati
INITIALIZATION:This event is triggered before the selection screen is displayed.
this event is used pass the default values to the selection screen inputs.
Is This Answer Correct ? | 1 Yes | 0 No |
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
I have 1 basic list and 9 secondary list in interactive report. If i am in 5th list, how can i come directly to the basic list?
Is function module is client dependent or client independent.
What is syntax to upload a logo in script ?
4 Answers Accenture, Harjai Computers,
what type of error exactly you will be seeing in the log file while using call transaction mode ‘E’
What are the main uses of the primary key?
What is check table?
How do you write UTP?(unit test plan)
What is meant by hot spots? : abap data dictionary
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
HOW DO YOU CONFIGURE ALE BETWEEN TWO DIFFERENT VERSIONS OF SAP ?
What are extracts?