<?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>topic Re: How to return a PDF/ Adobe Form through a RFC function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762082#M1461855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Otto,&lt;/P&gt;&lt;P&gt;I already have the PDF document as output from ME23n and I want to develop a function module which will return this PDF as output using ABAP. We are not using webdynpro abap/java.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Apr 2010 14:15:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-01T14:15:54Z</dc:date>
    <item>
      <title>How to return a PDF/ Adobe Form through a RFC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762080#M1461853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;   I am having the below requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ME23N, when we click on "print preview" button it shows a PDF document having the purchase order data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have designed a form in SFP. There is a driver program which calls this form to create a PDF document when we click "PRINT PREVIEW" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to capture this PDF and return it to JCO(Java Connector) through a ABAP RFC function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly give pointers.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 22:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762080#M1461853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T22:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to return a PDF/ Adobe Form through a RFC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762081#M1461854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;that is easy. In your driver program, please check the inputs of the job/ generator function modules.&lt;/P&gt;&lt;P&gt;You provide GETPDF = 'X' attribute what will make the FM not to print the form or display the preview but to return the binary stream of the PDF data (type FPCONTENT) what is a RAW or something. Next look for the PDF output parameter to get the returned binary data and send it as you wish through JCo.&lt;/P&gt;&lt;P&gt;Regards Otto&lt;/P&gt;&lt;P&gt;p.s.: Note there is Adobe forms forum under NetWeaver, you can find me and the others doing Adobe every day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 07:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762081#M1461854</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2010-04-01T07:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to return a PDF/ Adobe Form through a RFC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762082#M1461855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Otto,&lt;/P&gt;&lt;P&gt;I already have the PDF document as output from ME23n and I want to develop a function module which will return this PDF as output using ABAP. We are not using webdynpro abap/java.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 14:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762082#M1461855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T14:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to return a PDF/ Adobe Form through a RFC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762083#M1461856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;I already have the PDF document as output from ME23n &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Where do you have the form, how do you recieve it. What have you developed you far? &lt;/P&gt;&lt;P&gt;do you have a program that generates the form? with FP_JOB_OPEN and close? there you should find the structures´ attributes I mentioned above.&lt;/P&gt;&lt;P&gt;Otto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 14:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-return-a-pdf-adobe-form-through-a-rfc-function-module/m-p/6762083#M1461856</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2010-04-01T14:18:48Z</dc:date>
    </item>
  </channel>
</rss>

