Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

initialization event error

Former Member
0 Likes
1,333

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.

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
1,124

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,124

Is thr any condition you have given for value initialization.

Because this should not happen...............

Read only

Kanagaraja_L
Active Contributor
0 Likes
1,124

Check the Help Press F1 on INITIALIZATION. You will get the reason for that.

Read only

Clemenss
Active Contributor
0 Likes
1,125

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

Read only

Former Member
0 Likes
1,124

Hi,

My pgm is defined as a report pgm.Kindly advice

Read only

Clemenss
Active Contributor
0 Likes
1,124

Hi sanjay,

delete your transaction and re-create it as report transaction. I

Regards,

Clemens