cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 spool on pdf file

Former Member
0 Kudos

Hi forum,

is it possibile in R/3 to generate a pdf file for each spool into a particular file system ? I would to create a pdf file in directory for each delivery spool output.

Regards.

Ganimede Dignan.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member912992
Participant
0 Kudos

Hi,

Actually for manual PDF file generation there is a program called RSTXPDFT2. You need to make an ABAP program to make it "automatic" conversion for particular spools. Technically, if you need it for every spool, then we need to little workaround:

1. Install SAPGUI to a PC, to have SAPLPD on it installed in the correct way.

2. Create a printer on the PC and the result should be a PDF file. It is something like "print to PDF file". You may need a third party program.

3. Create a printer type 'U' on SAP, pointing to the PC host and the "print to PDF file" printer.

4. The spools that need to be converted to PDF should have this output device as the destination.

Bare in mind that SAPLPD on the PC host must be active.

Regards,

Agoes