<?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: SO_DOCUMENT_SEND_API1 file extension? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-file-extension/m-p/1523170#M240007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this..maintain the following entry &amp;amp; then run your program..&lt;/P&gt;&lt;P&gt;TABLE: SXSERV&lt;/P&gt;&lt;P&gt;KEY: NODE = INTIMAL, ADDR_TYPE = INT&lt;/P&gt;&lt;P&gt;change the fields CONVERT_S, CONVERT_L, CONVERT_O, and CONVERT_T from space to 'ASC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 19:36:30 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-09-06T19:36:30Z</dc:date>
    <item>
      <title>SO_DOCUMENT_SEND_API1 file extension?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-file-extension/m-p/1523169#M240006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to send a text file with an extension other than .TXT using the FM?  I am able to create the text file and send it via email using the FM, however, the business requested the file have an extension other than .TXT (they requested .ASC - even though it is a text file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before hot pack SAP_BASIS 51-58, SAP_ABA 51-58 and SAP_APPL 21 I was able to send the text file with a '.ASC' extension.  After the hot packs were applied, the doc_type, obj_desc and obj_name parms in the packing list have changed and I can only send a file with a .TXT extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before the hot packs were applied, I was loading packing_list-doc_type = 'ASC'.&lt;/P&gt;&lt;P&gt;packing_list-obj_desc = ' '.&lt;/P&gt;&lt;P&gt;packing_list-obj_name = 'FileName'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the hot packs were applied, I had to update to&lt;/P&gt;&lt;P&gt;packing_list-doc_type = 'TXT'.&lt;/P&gt;&lt;P&gt;packing_list-obj_desc = 'FileName.TXT '.&lt;/P&gt;&lt;P&gt;packing_list-obj_name = 'FileName.TXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?  Is it possible to send the file with a user specified extension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 19:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-file-extension/m-p/1523169#M240006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T19:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 file extension?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-file-extension/m-p/1523170#M240007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this..maintain the following entry &amp;amp; then run your program..&lt;/P&gt;&lt;P&gt;TABLE: SXSERV&lt;/P&gt;&lt;P&gt;KEY: NODE = INTIMAL, ADDR_TYPE = INT&lt;/P&gt;&lt;P&gt;change the fields CONVERT_S, CONVERT_L, CONVERT_O, and CONVERT_T from space to 'ASC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 19:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-file-extension/m-p/1523170#M240007</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-09-06T19:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 file extension?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-file-extension/m-p/1523171#M240008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, however, if I change those setting, it could potentially have adverse effects on other jobs.  Our BASIS team says I can't change 'em.&lt;/P&gt;&lt;P&gt;FYI from SCOT, drilling into the email "node" will present a pop up window.  The "Set" push button for internet (under the Supported address types) displays the values of "Output formats for SAP Documents" that are available.  &lt;/P&gt;&lt;P&gt;I have changed the settings for:&lt;/P&gt;&lt;P&gt;SAPscript/Smart Forms&lt;/P&gt;&lt;P&gt;ABAP List&lt;/P&gt;&lt;P&gt;Business Object/Link&lt;/P&gt;&lt;P&gt;Raw Text&lt;/P&gt;&lt;P&gt;there, but does not accomplish what I'm trying to do.  And, that was only to test - I can't modify the settings on the production box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm of the opinion that it is not possible to use a user defined file extension with the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 12:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-file-extension/m-p/1523171#M240008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T12:34:03Z</dc:date>
    </item>
  </channel>
</rss>

