<?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 with SO_NEW_DOCUMENT_SEND_API1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169867#M754275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the content that you are passing to the table  OBJECT_CONTENT in debug mode, at the FM call.&lt;/P&gt;&lt;P&gt;I guess, you must be concatenating a parameter with that name, which is not getting replaced with the actual Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 17:00:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T17:00:59Z</dc:date>
    <item>
      <title>Problem with SO_NEW_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169863#M754271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use the FM SO_NEW_DOCUMENT_SEND_API1 to send email but if i use the document type 'HTM' at the end of email the system add the text '&amp;amp;SO_FORMAT=ASC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i delete it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on 4.7 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169863#M754271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T13:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SO_NEW_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169864#M754272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 15:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169864#M754272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SO_NEW_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169865#M754273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using document type as HTM then your OBJTXT is in HTML format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie you need to convert your report output to HTML format using fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'WWW_HTML_FROM_LISTOBJECT'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      template_name = 'WEBREPORTING_REPORT'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      html          = report_html&lt;/P&gt;&lt;P&gt;      listobject    = report_list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 15:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169865#M754273</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-12-19T15:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SO_NEW_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169866#M754274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally this is the same problem for RAW format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 16:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169866#M754274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T16:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SO_NEW_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169867#M754275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the content that you are passing to the table  OBJECT_CONTENT in debug mode, at the FM call.&lt;/P&gt;&lt;P&gt;I guess, you must be concatenating a parameter with that name, which is not getting replaced with the actual Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 17:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-so-new-document-send-api1/m-p/3169867#M754275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T17:00:59Z</dc:date>
    </item>
  </channel>
</rss>

