<?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: differancec between local and sequential files in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differancec-between-local-and-sequential-files/m-p/3420796#M821537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Sequential files are files with specific format. You upload data into SAP using sequential files.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP allows you to use sequential files located on the application server or presentation server. You can use these files to buffer data, or as an interface between local programs and the R/3 System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sequential files are the files which are stored at application server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To read them or to put the data into them we use the &lt;STRONG&gt;DATASET&lt;/STRONG&gt; concepts for transfering data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OPEN&lt;/STRONG&gt; data set is used to open the file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;READ&lt;/STRONG&gt; dataset for reading the file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRANSFER&lt;/STRONG&gt; dataset for transfering/writing the data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLOSE&lt;/STRONG&gt; dataset to close the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Local file&lt;/STRONG&gt; is nothing but ur local system file ..Like C:\, D:\&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2008 17:54:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-23T17:54:27Z</dc:date>
    <item>
      <title>differancec between local and sequential files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differancec-between-local-and-sequential-files/m-p/3420794#M821535</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;what is the differancec between local and sequential files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 14:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differancec-between-local-and-sequential-files/m-p/3420794#M821535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T14:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: differancec between local and sequential files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differancec-between-local-and-sequential-files/m-p/3420795#M821536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Local file: Is nothing but file on your local system i.e file on presentation sever are called local files. (Ex: file on ur local driver C:\file.txt )&lt;/P&gt;&lt;P&gt;you can use gui_upload fm to upload&lt;/P&gt;&lt;P&gt;you can use gui_download fm to download&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sequential files: Are noting but files on the SAP memory i.e on applicaton sever of R/3 system are called as sequential files.&lt;/P&gt;&lt;P&gt;you can access those using open data statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if uesful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 17:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differancec-between-local-and-sequential-files/m-p/3420795#M821536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T17:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: differancec between local and sequential files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differancec-between-local-and-sequential-files/m-p/3420796#M821537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Sequential files are files with specific format. You upload data into SAP using sequential files.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP allows you to use sequential files located on the application server or presentation server. You can use these files to buffer data, or as an interface between local programs and the R/3 System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sequential files are the files which are stored at application server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To read them or to put the data into them we use the &lt;STRONG&gt;DATASET&lt;/STRONG&gt; concepts for transfering data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OPEN&lt;/STRONG&gt; data set is used to open the file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;READ&lt;/STRONG&gt; dataset for reading the file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRANSFER&lt;/STRONG&gt; dataset for transfering/writing the data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLOSE&lt;/STRONG&gt; dataset to close the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Local file&lt;/STRONG&gt; is nothing but ur local system file ..Like C:\, D:\&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 17:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differancec-between-local-and-sequential-files/m-p/3420796#M821537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T17:54:27Z</dc:date>
    </item>
  </channel>
</rss>

