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

Error in Spool to PDF conversion using 'CONVERT_ABAPSPOOLJOB_2_PDF'.

jpsapabap21
Participant
0 Likes
883

Hi

I am sending classical report output from the Spool to PDF using 'CONVERT_ABAPSPOOLJOB_2_PDF'.

This is done through a batch job.

Step 1 is RVKRED01 report

Step 2 is a program that picks up the spool number of step1 and converts the spool to PDF.

Now in step 2 I am getting following error.

TEMSE_READ_LISTLINE error, TemssPart 1

What can be the reason?

What can be the solution?

Hi

I am sending classical report output from the Spool to PDF using 'CONVERT_ABAPSPOOLJOB_2_PDF'.

This is done through a batch job.

Step 1 is RVKRED01 report

Step 2 is a program that picks up the spool number of step1 and converts the spool to PDF.

Now in step 2 I am getting following error.

TEMSE_READ_LISTLINE error, TemssPart 1

What can be the reason?

What can be the solution?

2 REPLIES 2
Read only

Former Member
0 Likes
657

HI,

I checked your FM CONVERT_ABAPSPOOLJOB_2_PDF.

in the include LSTXWFPL line 1006, the IF condition is failing (if eop = 'X'. "end of part, read next part? )

so you are getting that message,

you can check that failing job in the debugging mode why it was failing at that point.

Note: for checking the background job you need to do below things.

1) go to sm37, and select you job.

2) and just type "JDBG" in the command line it goes to the debugging mode of your job.

by this way you will find. how and why its that error.

Alternative to your FM ( CONVERT_ABAPSPOOLJOB_2_PDF ) you can also use the

FM FPCOMP_CREATE_PDF_FROM_SPOOL.

Read only

former_member189596
Active Participant
0 Likes
657

Hi,

Can you please share solution for this issues, I am also getting similar issue

Best Regards,

Bhaskar