‎2009 Dec 04 12:31 PM
Hi,
I am getting a strange error.I have created a TCODE for a pgm .I have initialized some values for selection screen in the initialization event.
when i run the pgm the values are appearing on the selection screen.
But when i run the tcode for the pgm values are not appearing on the selection screen.
When I did the debugging i have found the initialization event is not being triggered.
Kindly advice.
‎2009 Dec 04 12:57 PM
Hi sanjay,
delete your transaction and re-create it as report transaction. If your report is not defined as report but as a function pool or module pool, the the event is not triggered. For function pool and module pool use event LOAD-F-PROGRAM for initialization.
Regards,
Clemens
‎2009 Dec 04 12:37 PM
Is thr any condition you have given for value initialization.
Because this should not happen...............
‎2009 Dec 04 12:39 PM
Check the Help Press F1 on INITIALIZATION. You will get the reason for that.
‎2009 Dec 04 12:57 PM
Hi sanjay,
delete your transaction and re-create it as report transaction. If your report is not defined as report but as a function pool or module pool, the the event is not triggered. For function pool and module pool use event LOAD-F-PROGRAM for initialization.
Regards,
Clemens
‎2009 Dec 04 3:03 PM
‎2009 Dec 06 4:19 PM
Hi sanjay,
delete your transaction and re-create it as report transaction. I
Regards,
Clemens