cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

func module to convert list to pdf without using memory id

Former Member
0 Likes
263

hi Experts,

Is there any funct module to convert list to pdf without using memory, as I am using Convert_to_PDF func module which outputs last page only when its running in Background.

But my req is to output all the Pages in the PDF format.

Sample code also appreciable,

Reward Points are guranteed..

Cheers

Santosh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

hi,

try these..

<b>CONVERT_ABAPSPOOLJOB_2_PDF

CONVERT_OTFSPOOLJOB_2_PDF

CONVERT_OTF_2_PDF </b>

Regards

vijay

Former Member
0 Likes

Check the below postings :

Hope this will helpful

Former Member
0 Likes

hello,

when I am running in foreground It outputs all pages,

but in background its its displaying only last page.

cheers

Former Member
0 Likes

Hi

You can use CONVERT_ABAPSPOOLJOB_2_PDF to convert abap list spool to pdf format.

Max