<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: get adobe form pdf data as well as print in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284867#M4603093</link>
    <description>&lt;P&gt;I found an answer:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;both print and get PDF "FP_JOB_OPEN" site:answers.sap.com &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(function module ADS_CREATE_PDF_SPOOLJOB - Use case in program FP_TEST_SAVE_PDF_TO_SPOOL)&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2020 18:50:02 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-09-01T18:50:02Z</dc:date>
    <item>
      <title>get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaq-p/12284866</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
  &lt;P&gt;I have to get Adobe form PDF data as well as print at the same time. I am passing OUTPUTPARAMS-GETPDF = 'X' to FM FP_JOB_OPEN and able to get PDF data. But does it stop spool/printer printing? &lt;/P&gt;
  &lt;P&gt;What should be done if I have to print as well as get the PDF data at same time ? We can configure 2 different o/p, but that would be like triggering the same thing twice. &lt;/P&gt;
  &lt;P&gt;Please guide. &lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaq-p/12284866</guid>
      <dc:creator>kjyothiraditya</dc:creator>
      <dc:date>2020-09-01T15:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284867#M4603093</link>
      <description>&lt;P&gt;I found an answer:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;both print and get PDF "FP_JOB_OPEN" site:answers.sap.com &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(function module ADS_CREATE_PDF_SPOOLJOB - Use case in program FP_TEST_SAVE_PDF_TO_SPOOL)&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 18:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284867#M4603093</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-09-01T18:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284868#M4603094</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks, I too have seen that comment by Florian. Just wanted to confirm.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 03:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284868#M4603094</guid>
      <dc:creator>kjyothiraditya</dc:creator>
      <dc:date>2020-09-02T03:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284869#M4603095</link>
      <description>&lt;P&gt;Hi,
I need to attach a billing doc o/p to shipment while its being printed using Adobe form. Right now setting GETPDF = 'X' is working, but stops the print preview or the actual .print. Instead thinking of calling the same form in update task so that this time we call the form with GETPDF = 'X' and then attach this. Do you think this is a feasible solution as FP_JOB_OPEN and FP_JOB_CLOSE in update task ? Or do you have any other alternative ?
The print program is a standard program while the form is a custom Adobe form. We need to print as well as get the pdf data. To get pdf data, have to enable getpdf flag without which we will not be getting any pdf data. to set this, we need to do in standard program and it might affect the existing print. So should we can convert it to custom driver program or retrigger the output again using implicit enhancement. Please kindly advice.
Regards,
Aditya&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 04:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284869#M4603095</guid>
      <dc:creator>kjyothiraditya</dc:creator>
      <dc:date>2020-09-07T04:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284870#M4603096</link>
      <description>&lt;P&gt;It is standard, you have to use Print &amp;amp; Archiv option &lt;/P&gt;&lt;P&gt;and for the print program have a look to the example FP_TEST_01&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 05:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284870#M4603096</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-09-07T05:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284871#M4603097</link>
      <description>&lt;P&gt;Thanks Frederic, &lt;/P&gt;&lt;P&gt;Can you please specify how exactly to do it. Right now the o/p is triggered in background and there may be no popup/dialog. If we set GETPDF flag, the dialog/popup for print is not occuring. Also the o/p is not getting issued. So what are the parameters to be passed to be able to get PDF without disturbing the existing print flow. This might support in the old script/smartform technology, but now we have a new Adobe service.&lt;/P&gt;&lt;P&gt;Also not getting any info on spool if they are generated /  it may be suppressed on setting GETPDF flag.&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 11:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284871#M4603097</guid>
      <dc:creator>kjyothiraditya</dc:creator>
      <dc:date>2020-09-07T11:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284872#M4603098</link>
      <description>&lt;P&gt;If you are playing with billing document, you have to configure the printing option through transaction VV31.  In this transaction you could specify with a parameter, if you would like to Print / Print &amp;amp; Archiv / Archiv &lt;/P&gt;&lt;P&gt;if you select the Print &amp;amp; Archiv, and you adapt correctly the print program, you will have the PDF generated &amp;amp; stored directly to the right place &lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 14:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284872#M4603098</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-09-07T14:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284873#M4603099</link>
      <description>&lt;P&gt;I had created a blog on this topic &lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2014/01/13/configuring-http-content-server-2-save-printed-document-12/" target="test_blank"&gt;https://blogs.sap.com/2014/01/13/configuring-http-content-server-2-save-printed-document-12/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 14:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284873#M4603099</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-09-07T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: get adobe form pdf data as well as print</title>
      <link>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284874#M4603100</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In this case you could call the Adobe form function module twice in your print program, once with OUTPUTPARAMS-GETPDF = 'X' to FM FP_JOB_OPEN. after this call process the form and then call FP_JOB_CLOSE to return the PDF data which you can save or attach to an email etc.  If you then call the function module FP_JOB_OPEN a second time in your program with this parameter OUTPUTPARAMS-GETPDF = ' ', this time a spool will be created when you call the subsequent FP_JOB_CLOSE.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/get-adobe-form-pdf-data-as-well-as-print/qaa-p/12284874#M4603100</guid>
      <dc:creator>aidan_black</dc:creator>
      <dc:date>2020-12-03T14:42:53Z</dc:date>
    </item>
  </channel>
</rss>

