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

Using CONVERT_ABAPSPOOLJOB_2_PDF

Former Member
0 Likes
4,688

HI,

I have a spool and passing it to CONVERT_ABAPSPOOLJOB_2_PDF to get converted to pdf. Though I don't get any errors data is not converted properly. I have around 2500 records and when I see the o/p table after fm it has got only 10 recs. Has anybody got an idea???? Please revert back it's urgent.

6 REPLIES 6
Read only

Former Member
0 Likes
1,641

Hi,

You need to build the logic to convert the data received from PDF Conversion FM to 255 characters from 132 characters.

Refer the following link for more details:

http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm

<a href="http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm">Spool to PDF program</a>

Best regards,

Prashant

Read only

0 Likes
1,641

Hi,

I will be doing that after we get the output. I'm able to get o/p for my other spool using the same fm. But for other spool I'm not getting it. Not able to trace wht's wrong.....

Read only

Former Member
0 Likes
1,641

Hi,

Pass the spool no. to this program and check whether you get a proper output.

RSTXPDFT4 is the program name. Execute and enter the spool no.

Best regards,

Prashant

Read only

0 Likes
1,641

Hi,

I have sen that I'm getting output from there. Below is the sample o/p from that program.

Test: GUI Download of Spool Request

Spool request has been read 25,849

Number of pages in spool request: 0

Read Temse part 1

00070 XOO E CO 688 1 1

00070 90207560

00070 Unprocessed future change recs for order 90207560 prevent del.

00070 XOO E CO 688 1 1

00070 90212423

00070 Unprocessed future change recs for order 90212423 prevent del.

00070 XOO E CO 688 1 1

00070 90249539

00070 Unprocessed future change recs for order 90249539 prevent del.

00070 XOO E CO 688 1 1

00070 90261266

00070 Unprocessed future change recs for order 90261266 prevent del.

00070 XOO E CO 688 1 1

00070 90261277

00070 Unprocessed future change recs for order 90261277 prevent del.

00070 XOO E CO 688 1 1

00070 90272206

Read only

0 Likes
1,641

Hi,

I the below code pasted why am I getting no of pages to be 0???

Read only

Former Member
0 Likes
1,641

in SP02---> goto settings --->here u can change Default setttings of 10 pages , then u will get complete output.

Regards

Prabhu