P.O print o/p in PDF Formate

Hi,
We are using std. O/P type NEU and one customize ZNEU  O/P paper is 12 inch paper  i want to know how to convert this Po o/p in pdf copy to save the document .
regards,
zafar

There are two ways.
1. tocde : SA38 and run pgm RSTXPDFT4.
2. in Messages while making PO, in medium, it should be external send. Put printer name and in further data select  send immediately option. spool will go to one tcode  SOST and from that it gets send to vendor's email in pdf format  provided correct email address is maintained in vendor master record.
Regards,

Similar Messages

  • I can no longer print any document in PDF format. Not sure why

    I can no longer print any document in PDF format. Not sure why? When I try to print, the document saves to my hard drive as a PDF and will not allow me to print? Never had this issue before. Any thoughts?

    Print to file is in the main print dialog (on Acrobat 9.x) as opposed to under Advanced

  • Print BDS document(in PDF format) from SAP R/3

    Hello ,
    I have a requirement to print BDS document(in PDF format) from SAP R/3 without user interaction.
    In simple way, if I execute the program - PDF document will get printed on local default printer.
    Please help me if anybody worked on similar requirement.
    Thank you very much,
    Liliya

    Hi Liliya,
    First you should create a smartform for BDS  Layout and give output parameter like this..
      wa_param-langu     = sy-langu.
      wa_param-no_dialog = 'X'.
      wa_param-getotf = 'X'.
      wa_param-DEVICE = '     '.                               " (here you can give the path of your printer)
      lv_output_options-tdnewid = 'X'.                      "Print parameters,
      lv_output_options-tddelete = space.                "Print parameters,
      lv_output_options-tdnoprev    = 'X' .
       lv_output_options-TDIMMED    = 'X' .               " it will give the immediate output of form in given output device
    I hope it will help you.....
    Enjoy...

  • Print Report Output in PDF Format

    :-) Hiee E'body
    I generated the output of a Report(developed in Report Builder 6i) in PDF format.
    The output file is created properly and the PDF file gets displayed on the screen in proper format but when i try to print the PDF file it gets printed across the page instead of printing
    it straight.
    I have checked all page and printer settings but cannot find the reason for this.
    If anybody is aware of the solution to this problem please guide me for the same.
    Have a nice day !!
    Thanking You ..
    Vivek Kapoor

    hello,
    sounds like you have a problem with portrait/landscape orientation of your document.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                   

  • Printing report output in PDF format

    Hi,
    I want to know what are the settings needed to print a report output in PDF format, while executing the report from Oracle applications (Ver 11.5.6).
    Report is executed as a concurrent request from Oracle applications.
    Normally when we run the report from Oracle applications, output will be opened in a internet browser(IE) in HTML format. But I want the output to be opened in PDF format instead of HTML.
    OS: Sun Solaris 2.8.
    Thanks & Regards,
    Sarish

    Hi Sarish
    Please contact Oracle Support for an answer or to customise your application so that it prints a report output in PDF Format.
    To get PDF output you must run report/job with DESFORMAT=PDF in the command line instead of DESFORMAT=HTML/HTMLCSS.
    Regards
    Sripathy

  • Printing a Dashboard in pdf format with bigger font size ?

    Hi,
    When we are trying to print a Dashboard with few reports in pdf format, the font size seems to be very small in the print, and it is not readable.
    Is there a way where in we can make the pdf's print a bit larger?
    Thanks

    Yes, at last I managed to change the look and feel of the generated PDF, including the font.
    The attributes of all the objects that can be affected in the pdf output are kept in 2 .fst files: for general attributes in pdfstyle.fst and for pivottable attributes in pivot.pdf.
    These 2 files are present for every skin, like Oracle_10 and Siebel77.
    Try a global find and replace of 0.75pt to 4.0pt and 8pt to 20pt in pivot.fst. Save the file, restart the presentation server, log in again and try print to pdf of an existing pivot table. It will have thick borders and a big font.
    I still do not understand that the same attributes are kept in 2 different files. For a color-change it is necassary to change the file views.css and the .fst file(s).
    Good luck changing fonts and colors.
    Otte

  • Printing web pages in PDF format

    Hey Instead of Using the Print function of Operating system.
    Firefox should provide it's own such feature which will be able to print web pages directly into the PDF format.
    wiht out any need for such add-on it will be inbuilt in Firefox future versions.

    Hi Sarish
    Please contact Oracle Support for an answer or to customise your application so that it prints a report output in PDF Format.
    To get PDF output you must run report/job with DESFORMAT=PDF in the command line instead of DESFORMAT=HTML/HTMLCSS.
    Regards
    Sripathy

  • Printing binary data in PDF format

    HI all,
      Any idea on how to print Binary content in a PDF format
    I have read a PDF format from application server in a Binary format, I need to print the binary content on a printer in PDF format
    Any help on this is appreciated <REMOVED BY MODERATOR>
    Thanks
    Aakash
    Edited by: Alvaro Tejada Galindo on Jun 9, 2008 3:15 PM

    Hi papick,
    this may be easier than expected for a million dollar erp system:
    You need a PDF printer.
    When I played around with adobe interactive forms our basis guys created a new printer in SPAD with
    Device Attributes
    Device Type PDF1
    Device Class Stabdard Printer
    location PDF-Frontend printer = Standard printer for workstation
    Access Method
    Host Spool Access Method FF
    Host printer                          PDF
    Then need some expremimenting with Functions
    RSPO_OUTPUT_DEVICEDATA Spool Output Control of an Internal Table with Formatted Data
    or something alike (see function group SPOD)
    Then you should be able to create an entry in spooler (SP01) with spool request type adobe pdf document.
    Sorry, I don't have this problem, thus I did not check out the details yet.
    But I'm convinced it should work that way because the ADS server creates a complete PDF binary and it can be printed using the above described printer - actually a HP Laserjet V was configured as frontend printer and it can print the pdf.
    Regards,
    Clemens

  • Print, Save form in PDF Format from SAP

    Hi,
    The business users would like the ability to save, print a form, i.e. a Contract (VA42/43) in a PDF format.  My understanding is, this feature/option is should be available through Goto menu through a feature/option PDF Display which opens the form in a PDF Viewer that allows the user to Print and Save the form in a PDF Format. 
    My question is what is required in SAP to make this feature/option available to an end user, is it a security role, a user parameter, a trigger of a function module...etc.....any help on this would be much appreciated
    Thanks,
    Sean

    Hello Sean,
    you can define local printer as PDF printer (e.g FREEPDF) and print your PDF forms to that printer.
    To be able to generate a form, you can create new printer:
    name: locl_pdf
    device type: PDF1
    Host spool access method: G - front end printing
    This locl_pdf printer will generate a pdf and send to your local printer which is setup for PDF saving.
    Hope it helps,
    Evgenij

  • Why is printing a drawing in PDF format so slow?

    This is our first time using a wide-format printer (HP DesignJet 800PS). We receive construction drawings in PDF format. Printing size vary from 17" x 11" to 40" x 33". When I print a one page drawing, it takes about 20 minutes to print in normal mode (as opposed to Best or Draft). The printer is connected directly to our router via an ethernet cable. This is a small office with only 2 people connected to the router and this is the only printer connected to the network.
    Is it normal that it takes this long to print a single page or is something wrong with our printing setup? When we sent multiple PDF drawings to the printshop in the past, they would be ready in minutes.
    I am printing from a Windows XP computer using Adobe Reader 9.5.

    I am not sure about the printer driver. The driver name is HP DesignJet 800PS 42 PS3. How would I go about checking if the installed driver is a PostScript one since I wasn't the one who did the installation?
    I should also mention that I've been experimenting with it the last couple of hours and while it prints alot faster in Draft mode, without seemingly losing vital details, it does take about 5 minutes for the printer to begin the actual printing.
    I'm also struggling to get the drawings to print to scale and completely. The PDF file shows the page is 49" x 35.5". When I print it, despite having tried portrait and landscape, it will not print in the right direction. I'm thinking it might have to do with the page size that I selected. I selected ARCH E which is defined as being 36" x 48" and change the rotation to match but that's not working out as it cuts out part of the drawing. There is an option to scale the printing to the dimension I enter but should I really need to go through that everytime I print a drawing of different size?

  • Saving playlist made in windows to print in jpeg or PDF format

    In mac os x when printing CD playlist, one has the option to save as PDF file for later use.
    How can one save a playlist made in windows as a PDF and or jpeg file?

    You need to install a PDF virtual printer. There is lots of free ones. I've used pdfcreator.com and it works fine. Once that's installed as a printer, highlight the playlist in the iTunes window, go up to File in the menu bar and select Print. When the box opens up, select the PDF printer and then Print Be aware that the software has to convert each page so it might take a little time for really large libraries.
    At the moment, I'm having trouble with my PDFs and I suspect it's caused by the latest version in iTunes. The artwork looks fine in preview but comes out a black square in the PDF. Up until the latest update, it's worked fine for years

  • Print label image in PDF format returned by Web Service XML string.

    Hi Experts,
    I have a scenario, where I am sending delivery details through IDOC and receives some labels to print in response from SAP PI. I am planning to print those labels from the inbound proxy.Is there any standard function module to print? I have gone through some function modules but no luck..could anybody help me on this? Give me some sample code..

    Hi Experts,
    I have a scenario, where I am sending delivery details through IDOC and receives some labels to print in response from SAP PI. I am planning to print those labels from the inbound proxy.Is there any standard function module to print? I have gone through some function modules but no luck..could anybody help me on this? Give me some sample code..

  • How to Print PDF Format In SAP SCRIPT

    Hi All,
    I have a requirement to print the output in PDF format.
    First we can pass the parameter from Excel sheet,through on the parameters , we can fetch the output and print the PDF format.
    Please help me.
    regards
    raghava

    Hi Ragha,
    SAP has created a standard program RSTXPDFT4 to convert your Sapscripts spools into a PDF format.
    You will get the spool number from transaction SP02.
    Also go through the following document:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49e15474-0e01-0010-9cba-e62df8244556
    Regards,
    Nitin.

  • How to print a folded booklet in pdf format

    I am using hp Officejet Pro 8600 printer and am trying to print a booklet in pdf format.   Also I am printing on both sides of the sheet and the second page is upside down.

    Hi,
    The booklet MUST be setup during the design phase before exporting to PDF. We can't change layout of pdf files unless we have a very expensive product called Acrobat. For up-side-down, when printing duplex, change Flip long/short edge option will fix this. Please try:
    Click Print > Properties (or Printer setup) > Under Both side option change Flip long edge (can be short edge).
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Issue in printing table to PDF format

    Hi all,
    I am really facing an issue in designing reports. I have to customize the report that i am displaying in the dashboard while printing or sending it as mail.I need to create a multipage report.
    I have a table displayed on the dashboard. Now with the help of the print button i can print the table to PDF format. But before printing in need to add some pages to the report like on first page i have a introduction(static) then on second page i have a table of content then after that i need to place the table that is on the dashboard etc.
    Could it be possible to modify a report like this or any other alternative?
    Thanks a lot.

    I found the solution .
    I incorporated query,infofield,company logo in report designer and then i imported the report designer into WAD

Maybe you are looking for