Application Development 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: 

LIST_LINE_NOT_FOUND Exception Raised (WRITE Sentence)

Former Member
0 Kudos

Hi guys!

I'm back with a new issue:

I have developped a program which i use to load data in several infotyes, and while the process is being executed, I'm writing some info (Using WRITE Sentence), just to show a log, when the process is done.

When i run the program in dialog mode, everything's fine and the log shows OK, but when i run it in background mode, i got this dump, after printing about 400 - 500 lines in the Spool.

I'm pretty confident that this is not a developpment issue, (maybe something related with the spool, 'cause when i ran it with another user it crashes at line number 100 - 110, meaning it prints even less lines).

The thing is that i am not an expert in these issues and i was wondering if you guys could give me a hand on this.

Thanks a lot.

Regards.

Zapicas.

1 ACCEPTED SOLUTION

Sandeep_Kumar
Advisor
Advisor
0 Kudos

hi,

Check the Spool parameters in the system using txn SPAD .

You may try deleting the old spool requests.

3 REPLIES 3

Sandeep_Kumar
Advisor
Advisor
0 Kudos

hi,

Check the Spool parameters in the system using txn SPAD .

You may try deleting the old spool requests.

0 Kudos

I've tried deleting the old generated spool requests but it's still not working at all;

I couldn't even find any info regarding this exception LIST_LINE_NOT_FOUND, I've tried to force the system to dump using this sentence in a Z report but i was unable too, Looks like it's not a very common problem....

I'll keep trying.

Thanks.

0 Kudos

Hi,

I have had same problem which in my case was cause by altering sy table. I was using CLEAR sy. in my program. Looks like SY holds some internal information about returning points, so if you use CLEAR sy or modify sy in any way, take care!