<?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: Datasets in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101421#M438111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;OPEN DATASET is used to read and write data  into the files that exist on the application server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET ...For INPUT  --for  reading from Aplln server&lt;/P&gt;&lt;P&gt;                         ...  For OUTPUT  --for writing to Apppln server &lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 13:20:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-05T13:20:32Z</dc:date>
    <item>
      <title>Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101420#M438110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you plz explain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET 1. ... FOR INPUT &lt;/P&gt;&lt;P&gt;                          2. ... FOR OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read in the F1 help but unable to understand, since both is explained as modifiies the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101420#M438110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101421#M438111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;OPEN DATASET is used to read and write data  into the files that exist on the application server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET ...For INPUT  --for  reading from Aplln server&lt;/P&gt;&lt;P&gt;                         ...  For OUTPUT  --for writing to Apppln server &lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101421#M438111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101422#M438112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INPUT -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Only READ   , You can only read the file but not write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT ---&amp;gt; READ/WRITE , you can write to the file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101422#M438112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101423#M438113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi barun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The INPUT opens the file for reading. By default, the file pointer is set at the start of the file. If the file specified does not exist, sy-subrc is set to 8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OUPUT opens the file for writing. If the specified file already exists, its content is deleted. If the file specified does not exist, it is created. Read access is also permitted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward is useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Tanmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101423#M438113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101424#M438114</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;Dataset can be opened for four tasks.&lt;/P&gt;&lt;P&gt;input - with this data can be Read only , &lt;/P&gt;&lt;P&gt;output - file contains are cleard and new data wrtten,&lt;/P&gt;&lt;P&gt;appending- With this contains are appended to exsitng contains, &lt;/P&gt;&lt;P&gt;update -  With this containsare updated in files anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will tell you more about INPUT and OUTPUT:&lt;/P&gt;&lt;P&gt;Input: The addition FOR INPUT opens the file for reading. By default, the file pointer is set at the start of the file. If the file specified does not exist, sy-subrc is set to 8. &lt;/P&gt;&lt;P&gt;Means, file will be open for read only purpose.&lt;/P&gt;&lt;P&gt;Output : The addition FOR OUPUT opens the file for writing. If the specified file already exists, its content is deleted. If the file specified does not exist, it is created. Read access is also permitted. &lt;/P&gt;&lt;P&gt;Means file will open for writing purpose and old contains will be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101424#M438114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101425#M438115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to output my data to Appl Server,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my file its showing #'s symbols, why like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my output in Appl server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;LI level="4" type="ol"&gt;&lt;P&gt;               &lt;/P&gt;&lt;/LI&gt;&lt;LI level="4" type="ol"&gt;&lt;P&gt;               &lt;/P&gt;&lt;/LI&gt;&lt;LI level="4" type="ol"&gt;&lt;P&gt;               &lt;/P&gt;&lt;/LI&gt;&lt;LI level="4" type="ol"&gt;&lt;P&gt;               &lt;/P&gt;&lt;/LI&gt;&lt;LI level="4" type="ol"&gt;&lt;P&gt;               &lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;LI level="3" type="ol"&gt;&lt;P&gt;                &lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;P&gt;###########(###2                                                                                &lt;/P&gt;&lt;P&gt;In my abap prog output code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         1&lt;/P&gt;&lt;P&gt;167772,160&lt;/P&gt;&lt;P&gt;34,209,792&lt;/P&gt;&lt;P&gt;   199,168&lt;/P&gt;&lt;P&gt;     1,034&lt;/P&gt;&lt;P&gt;         5&lt;/P&gt;&lt;P&gt;167772,160&lt;/P&gt;&lt;P&gt;167772,160&lt;/P&gt;&lt;P&gt;335544,320&lt;/P&gt;&lt;P&gt;503316,480&lt;/P&gt;&lt;P&gt;671088,640&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101425#M438115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101426#M438116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls post your code so that its easy to understand..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datasets/m-p/2101426#M438116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:35:45Z</dc:date>
    </item>
  </channel>
</rss>

