<?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: outbound  file interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-file-interface/m-p/6384851#M1403748</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;   File is created at application server.Once I have  opened and seen.But next time when i try to open to see the contents it is saying that "Unable to open the file".WHat would be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2009 02:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-01T02:36:08Z</dc:date>
    <item>
      <title>outbound  file interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-file-interface/m-p/6384849#M1403746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ExpertsAll,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am extracting data from sap and writing in to two different files at a time.After writing data  to the fiile contents are viewed only once.Next time while trying to open it is showing message"file can't be opened.Can't we view application server file contents many times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 18:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-file-interface/m-p/6384849#M1403746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-30T18:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: outbound  file interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-file-interface/m-p/6384850#M1403747</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;&lt;/P&gt;&lt;P&gt;You need to call the below statement twice for two files....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

* Opening DataSet to output file in application Server.
  OPEN DATASET w_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
  IF sy-subrc EQ 0.
    LOOP AT t_mail_data.
      TRANSFER  : t_mail_data-text TO w_file.
    ENDLOOP.
    CLOSE DATASET w_file.
  ELSE.
*   File Not Created in Application Server
    EXIT.
  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 19:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-file-interface/m-p/6384850#M1403747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-30T19:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: outbound  file interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-file-interface/m-p/6384851#M1403748</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;   File is created at application server.Once I have  opened and seen.But next time when i try to open to see the contents it is saying that "Unable to open the file".WHat would be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 02:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-file-interface/m-p/6384851#M1403748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T02:36:08Z</dc:date>
    </item>
  </channel>
</rss>

