Application Development 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: 

Printing file from Application server

Former Member
0 Kudos

Hi All,

I have a file (pdf) in sapdirectory. I want to print it directly from there. How can I do it.? Is there any FMs or methods available for that?

I dont want to download it to presentation server. I want to print it from Application server itself.

Please help me out in this issue.

Thanks in advance,

Sreejith

2 REPLIES 2

Former Member
0 Kudos

Hi Sree,

You can print the file from app server. Follow the following steps:

1)Open the file in app server and click on <b>List->Print</b>

select <b>LOCALPRINTER </b>in output device and press <b>ENTER</b>

2)A spool generated after this. Goto Tcode <b>SP02</b> and select the spool.

3)Open the spool and give <b>Print</b> command.

<b><REMOVED BY MODERATOR></b>

Regards,

Amit

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Hi,

look at the function module

GRAPH_PRINT_HPGL_FILE

Regards

Sudheer