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: 

how to send output of a print to a single pool in smartforms

Former Member
0 Kudos

Hi,

when iam taking a an out put from the invoice all the output has to be send to a single pool .means if we give an invoice number in vf03 and issue the output and if we choose print then it will directly got to spool.but requirement is to store all the spool numbers on application server and finall we have to convert all these into single pdf and then we have to print that.

can any body tell me where to store these spool numbers and how we can send at a time to print

help me pleases

sasi

2 REPLIES 2

Former Member
0 Kudos

Hi Sasi,

Check the following:

Exporting the Contents of a Spool Request as a PDF File

Use


You want to export the contents of a spool request as a PDF file to a directory of your choice, and print the file as required. The PDF file contains the print data in the format in which it would be output by the printer.


The following procedure is irrelevant for the PDF-based form printing integrated as of SAP Web Application Server 6.40, since a PDF file is already returned. See also Displaying and Printing PDF-Based Forms.



Procedure


The PDF file is generated as follows with report RSTXPDFT4:

...

1. Generate a spool request from the document to be printed.

2. In transaction SE38, start report rstxpdft4.

3. In the displayed window, enter the spool request number and the directory in which the PDF file is to be stored.

Leave the Download PDF File option selected.

Choose Execute.

4. In the next window, you can confirm or change the path in which the file is be stored.

Save your entries.

5. The system displays a log from which you can see whether the report was successfully performed.

You can then open the file from the directory and print it as required.

Constraints

· The PDF conversion only supports true bar codes for Smart Forms, which were generated with the new bar code technology. In all other cases, the bar code is only simulated.

· PDF conversion, especially of ABAP lists, is slower and is therefore not suitable for mass printing. However, you can speed up the conversion to PDF using the FASTLISTCONV option in report RSTXPDF3.

· The font selection for ABAP lists is predefined in the PDF converter and cannot be changed.

For more information about constraints, see SAP Note 323736 in the SAP Service Marketplace.

For further reference check the SAP documentation...

http://help.sap.com/saphelp_erp2005/helpdata/en/94/45c53bcc422d42e10000000a114084/frameset.htm

Thanks and Regards,

Bharat Kumare Reddy.V

Former Member
0 Kudos

hi,

if iam converting into a pdf where to store that.can i store in application layer in pdf format.

bye

sasi