<?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 Convert Binary data to PDF.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753548#M902967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure exactly at what step you want to Convert data to PDF.&lt;/P&gt;&lt;P&gt;But in order to use FM CONVERT_ABAPSPOOLJOB_2_PDF you will require to Create Spool.&lt;/P&gt;&lt;P&gt;And then FM SO_SEND*API1 can be used to send the pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 May 2008 06:57:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-04T06:57:50Z</dc:date>
    <item>
      <title>HOw to Convert Binary data to PDF....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753543#M902962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;1)R/3 got a  Binary/String file from protal then we need to convert the data to Pdf file and &lt;/P&gt;&lt;P&gt;2) That Pdf file will be attached to the po attachement section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me how to do those requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are any function modules there for develop the above requirements....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;venkat Boddu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 07:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753543#M902962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T07:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to Convert Binary data to PDF....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753544#M902963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module(s) , would be required to convert the error file to PDF , the internal table (error) needs to be first sent to spool and then could be printed to pdf format , which then could be used as an attachment to send the email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM --&amp;gt; 'GET_PRINT_PARAMETERS'  and write the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After converting the file to spool , it needs to be converted into PDF file using FM :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'CONVERT_ABAPSPOOLJOB_2_PDF'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then SO_NEW_DOCUMENT_ATT_SEND_API1 , could be used to send it as an attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerio,&lt;/P&gt;&lt;P&gt;Disha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 08:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753544#M902963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T08:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to Convert Binary data to PDF....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753545#M902964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Disha,&lt;/P&gt;&lt;P&gt;That data is not Error file... i am getting the data from portal(In portal they will update the particular po) and send back to the RFC(R/3)...then we will convert the Binary data to PDF and attach that PO DATA in PO Attachment Section in Front end....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat Boddu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 09:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753545#M902964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T09:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to Convert Binary data to PDF....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753546#M902965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In RFC you can use the above function modules which I mentioned make it into PDF files. This data could be anything. By mistake I had mentioned error file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need to attach the pdf through portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753546#M902965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to Convert Binary data to PDF....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753547#M902966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Disha,&lt;/P&gt;&lt;P&gt;No After converting Binary Data to PDF then we need to attach that PDF(po information) in PO Attachment Section for particular PO  in frontend......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat Boddu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753547#M902966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to Convert Binary data to PDF....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753548#M902967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure exactly at what step you want to Convert data to PDF.&lt;/P&gt;&lt;P&gt;But in order to use FM CONVERT_ABAPSPOOLJOB_2_PDF you will require to Create Spool.&lt;/P&gt;&lt;P&gt;And then FM SO_SEND*API1 can be used to send the pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2008 06:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-binary-data-to-pdf/m-p/3753548#M902967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-04T06:57:50Z</dc:date>
    </item>
  </channel>
</rss>

