<?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: problem opening pdf file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656083#M612470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kriss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to send an email attachment(.pdf) to an external ID. I am using followin FM in sequence,&lt;/P&gt;&lt;P&gt;'CONVERT_OTF' to covert OTF data to PDF.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      DOCUMENT_DATA              = WA_DOCUMENT		&lt;/P&gt;&lt;P&gt;      PUT_IN_OUTBOX              = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     COMMIT_WORK                = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      PACKING_LIST               = IT_PACKING&lt;/P&gt;&lt;P&gt;      CONTENTS_BIN               = IT_CONTENTS_BIN&lt;/P&gt;&lt;P&gt;      CONTENTS_TXT               = IT_CONTENTS_TXT&lt;/P&gt;&lt;P&gt;      RECEIVERS                  = IT_RECEIVERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here when i download the pdf form, it's working fine but when i am sending the mail and then opening attachment of that mail , it's giving an error "Token BT70.5 not found". So the error comes when we open the PDF form which has been sent in mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I am working on SAP R/3 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replay ASAP. &lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 11:22:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T11:22:21Z</dc:date>
    <item>
      <title>problem opening pdf file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656080#M612467</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;I'm sending pdf file by email but i have problem when i'm going to open this file, for example :&lt;/P&gt;&lt;P&gt;      1.-problem when reading the document (16)&lt;/P&gt;&lt;P&gt;      2.-Problem when reading the document(110)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already saw others thread in this page but i don't know because it happens this.&lt;/P&gt;&lt;P&gt;i'm using the next FM in my program:&lt;/P&gt;&lt;P&gt;      SSF_FUNCTION_MODULE_NAME, for search FM of my smartform&lt;/P&gt;&lt;P&gt;      My smartforms FM&lt;/P&gt;&lt;P&gt;      CONVERT_OTF, for change otf to pdf format&lt;/P&gt;&lt;P&gt;      SO_NEW_DOCUMENT_ATT_SEND_API1, for send email&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your Help&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Gregory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 13:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656080#M612467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem opening pdf file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656081#M612468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont remember exactly but I think after using the OTF to PDF convertion you need to convert PDF again to another format . Use QCE1_CONVERT fm and attach this output table in SO_NEW_DOCUMENT_ATT_SEND_API1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 21:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656081#M612468</guid>
      <dc:creator>former_member192429</dc:creator>
      <dc:date>2007-08-10T21:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem opening pdf file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656082#M612469</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;Ready, exactly i had a problem with  OTF to PDF convertion.&lt;/P&gt;&lt;P&gt;I used this FM &amp;lt;b&amp;gt;SX_OBJECT_CONVERT_OTF_PDF&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Gregory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656082#M612469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T12:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem opening pdf file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656083#M612470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kriss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to send an email attachment(.pdf) to an external ID. I am using followin FM in sequence,&lt;/P&gt;&lt;P&gt;'CONVERT_OTF' to covert OTF data to PDF.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      DOCUMENT_DATA              = WA_DOCUMENT		&lt;/P&gt;&lt;P&gt;      PUT_IN_OUTBOX              = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     COMMIT_WORK                = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      PACKING_LIST               = IT_PACKING&lt;/P&gt;&lt;P&gt;      CONTENTS_BIN               = IT_CONTENTS_BIN&lt;/P&gt;&lt;P&gt;      CONTENTS_TXT               = IT_CONTENTS_TXT&lt;/P&gt;&lt;P&gt;      RECEIVERS                  = IT_RECEIVERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here when i download the pdf form, it's working fine but when i am sending the mail and then opening attachment of that mail , it's giving an error "Token BT70.5 not found". So the error comes when we open the PDF form which has been sent in mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I am working on SAP R/3 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replay ASAP. &lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 11:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656083#M612470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T11:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem opening pdf file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656084#M612471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to send an email attachment(.pdf) to an external ID. I am using followin FM in sequence,&lt;/P&gt;&lt;P&gt;'CONVERT_OTF' to covert OTF data to PDF.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      DOCUMENT_DATA              = WA_DOCUMENT		&lt;/P&gt;&lt;P&gt;      PUT_IN_OUTBOX              = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     COMMIT_WORK                = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      PACKING_LIST               = IT_PACKING&lt;/P&gt;&lt;P&gt;      CONTENTS_BIN               = IT_CONTENTS_BIN&lt;/P&gt;&lt;P&gt;      CONTENTS_TXT               = IT_CONTENTS_TXT&lt;/P&gt;&lt;P&gt;      RECEIVERS                  = IT_RECEIVERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here when i download the pdf form, it's working fine but when i am sending the mail and then opening attachment of that mail , it's giving an error "Token BT70.5 not found". So the error comes when we open the PDF form which has been sent in mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I am working on SAP R/3 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replay ASAP. &lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 11:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-opening-pdf-file/m-p/2656084#M612471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T11:22:51Z</dc:date>
    </item>
  </channel>
</rss>

