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

Help me

Former Member
0 Likes
513

There is small requirement for one of the project

- Read a PDF file from Application Server.

- Print this file to Printer.

We can read the file in Binary form Using “Read Dataset” ABAP command.

We need to print this data. This cannot be printed as a normal ASCII data, as it contains a lot of control characters and graphic images. This data is in PDF format, which can be understood by Windows.

We need to print it bypassing any printer conversion happening in SAP – possibly as RAW data.

Any idea on how this can be done?

4 REPLIES 4
Read only

markus_doehr2
Active Contributor
0 Likes
488

Please use a speaking topic, not "help me", it will make reading threads easier

Do you create that PDF in the SAP system?

--

Markus

Read only

0 Likes
488

yes....

Read only

0 Likes
488

Depending on your platform one can imagine doing something like

- SM49 - create a new system command to print the file

- write a small program that execute that program to print the resulted file or add it to the program, that creates the PDF

--

Markus

Read only

0 Likes
488

Hi Markus,

I am Very thankful for your Solution.