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

Problems by using PDF1

Former Member
0 Likes
815

Hi,

i create in ECC6 an Pinter ZPDF1 with device type PDF1.

When i use ZPDF1 SAPLPD start but brings errors with

Printer __FILE not found.

ZPDF1 has Host Spool Access Method F, Host printer has __FILE.

What have i do do on the local PC.

I will, that the acrobat reader start with the output.

Any idea?

Regards, Dieter

We use SAPGUI for Windows (not HTML)

Message was edited by:

Dieter Gröhn

4 REPLIES 4
Read only

Former Member
0 Likes
688

Hi Dieter,

i am not sure this is right way...

If you want to print directly in pdf (from sap with client, not batch) you should try an pdf-printer installed on your client (like FreePDF or something else). If you use the newest sap client printer (with printing dialog, i think its called "sap printer daemon"), you can choose your output device just before printing. Then, by choosing the pdf Printer, you get what you want.

I have tested this way by printing some abap code into a pdf document (we have sap 4.7)

But if you want printing into pdf while background operating (like billing for customers or something else), you should go for a professional output software, because output directly from sap is not very nice.

Regards,

Christian

Read only

0 Likes
688

Hi Christian,

thanks for you answer.

I have defined a local Printer __FILE (output in file). Now when i'm printing

from SAP over ZPDF1 i have to input a filename where the output will be stored.

Is it possible, to start the acrobat reader automaticly with the Output from SAP?

Regards, Dieter

Read only

0 Likes
688

Sorry,

no idea. Sure, you may start the Reader with document from abap (by using CALL METHOD cl_gui_frontend_services=>execute), but i dont know any trick to modify behaviour of saplpd.

Regards,

Christian

Read only

0 Likes
688

Hi Christian,

i have solved it by installing a local print-driver eDocPrintPro.

It works as i need.

Regards, Dieter