cancel
Showing results for 
Search instead for 
Did you mean: 

alv list printing-dump error

Former Member
0 Kudos

hai,

i get following dump error when tryign to print a alv list report.

'Illegal interruption of the event LOAD-OF-PROGRAM.

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLSZA12" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

During the flow of the event LOAD-OF-PROGRAM (event for the

initialization of an ABAP program), a condition occurred under which

the event was to be left early. This is not permitted as it would

result in an inconsistent status in the ABAP program.'

the problem resolves for a particular output(when i restrict the list to lesser rows) by changing FORMAT from

X_65_255 to X_90_120 in the print dialog properties option..

anycase i will have to print the output for all conditions.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

answerd

Former Member
0 Kudos

Hi Kumar,

Check in the debugging mode whether the final internal table is getting filled that which you are paasing to the ALV list display.

Regards,

Sravanthi

Former Member
0 Kudos

yea ..i do get the ALV list for display...the problem comes only when printing the list..

Former Member
0 Kudos

Hi Kumar,

Please check whether the below link is helpful to you,

Best Regards.

Former Member
0 Kudos

hi,

did check..

i am using a report program(and directly executing from se38)

it doesnt come under module pool.

however u r link suggests that,when the function module for ALV LIST DISPLAY is called,the error is triggered(LOAD OF PROGRAM)..

hmm checking further in these lines..

thanks for the inputs..