‎2008 Feb 04 1:23 AM
Hey guys,
Is it possible to declare 2 initialization statement within a program?
Will there be any effect on its performance? Thanks a lto!
Rgds,
Mark
‎2008 Feb 04 3:45 AM
The statement INITIALIZATION can be declared more than once and any number of statements below.
The statements are executed linearly irrespective of how the event is grouped with other events.
Regards
Eswar
‎2008 Feb 04 1:33 AM
You can put in as many ABAP code statements you want in one Initialization Event. I dont think so there is any need to put more than 1 INITIALIZATION Event, even though it will not have any performance problem.
‎2008 Feb 04 1:49 AM
Hi
It can be used, but it will have the same effect .
Its recommended to use only once and write ur code within that as per good practice of code .
Hope it helps.
Praveen
‎2008 Feb 04 3:45 AM
The statement INITIALIZATION can be declared more than once and any number of statements below.
The statements are executed linearly irrespective of how the event is grouped with other events.
Regards
Eswar