<?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 OPEN DATASET code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760561#M329241</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 have the following code to output data.&lt;/P&gt;&lt;P&gt;OPEN DATASET FILENAME FOR OUTPUT IN TEXT MODE encoding default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is what the format of output file should be? Is there any specific requirement? And if I run this code successfully, I should save the file onto server. How can I see the file? Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2006 15:08:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-21T15:08:33Z</dc:date>
    <item>
      <title>OPEN DATASET code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760561#M329241</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 have the following code to output data.&lt;/P&gt;&lt;P&gt;OPEN DATASET FILENAME FOR OUTPUT IN TEXT MODE encoding default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is what the format of output file should be? Is there any specific requirement? And if I run this code successfully, I should save the file onto server. How can I see the file? Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 15:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760561#M329241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760562#M329242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually use a text file with the extension .txt,  it is the easiest to work with, I think.  Usually comma delimited also.   You can see the files on the application server via transaction AL11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 15:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760562#M329242</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-21T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760563#M329243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to declare an internal table which contains all fields of type c and length as correspodning to itab fields.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;  tab-field1 = itab-field1.&lt;/P&gt;&lt;P&gt;  tab-field2 = itab-field2...and so...on&lt;/P&gt;&lt;P&gt;  append tab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, tab will be having data which is in character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, this internal table can be used to download to application server using datasets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 15:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760563#M329243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T15:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760564#M329244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the above replies...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can view the file using Transaction  AL11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have an FTP connection you can view them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 15:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760564#M329244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T15:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760565#M329245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User t-code FILE to define logical paths.&lt;/P&gt;&lt;P&gt;Execute t-code AL11 and go to that particular directory to find your file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 16:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760565#M329245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760566#M329246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;I have no access to those TC at this moment. Let me try later. &lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 17:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-code/m-p/1760566#M329246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T17:00:23Z</dc:date>
    </item>
  </channel>
</rss>

