<?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 interface using dataset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-dataset/m-p/3000650#M708884</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;the code should look like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare:&lt;/P&gt;&lt;P&gt;filepath_name TYPE rlgrap-filename,&lt;/P&gt;&lt;P&gt;internal table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Populate data to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET filepath_name FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        LOOP AT itab.&lt;/P&gt;&lt;P&gt;          TRANSFER itab TO filepath_name .&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        MESSAGE i001(00) WITH 'Error writing to file in remote computer'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      CLOSE DATASET filepath_name .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 00:50:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T00:50:03Z</dc:date>
    <item>
      <title>outbound interface using dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-dataset/m-p/3000649#M708883</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;     Please send me example program for outbound interface to maintain file in application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 11:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-dataset/m-p/3000649#M708883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: outbound interface using dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-dataset/m-p/3000650#M708884</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;the code should look like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare:&lt;/P&gt;&lt;P&gt;filepath_name TYPE rlgrap-filename,&lt;/P&gt;&lt;P&gt;internal table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Populate data to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET filepath_name FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        LOOP AT itab.&lt;/P&gt;&lt;P&gt;          TRANSFER itab TO filepath_name .&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        MESSAGE i001(00) WITH 'Error writing to file in remote computer'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      CLOSE DATASET filepath_name .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 00:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-dataset/m-p/3000650#M708884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T00:50:03Z</dc:date>
    </item>
  </channel>
</rss>

