<?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 File Processing Techniques in ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-processing-techniques-in-abap/m-p/871474#M49909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one let me know the file processing techniques used in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open/Close , Read/Write . are these used for file processing, if so can you explain me this syntax and scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know.&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;Roberts.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2005 21:28:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-04T21:28:32Z</dc:date>
    <item>
      <title>File Processing Techniques in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-processing-techniques-in-abap/m-p/871474#M49909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one let me know the file processing techniques used in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open/Close , Read/Write . are these used for file processing, if so can you explain me this syntax and scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know.&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;Roberts.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2005 21:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-processing-techniques-in-abap/m-p/871474#M49909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-04T21:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: File Processing Techniques in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-processing-techniques-in-abap/m-p/871475#M49910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For file operations at application server layer, we use mainly &amp;lt;b&amp;gt;OPEN DATASET&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;TRANSFER&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;CLOSE DATASET&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;DELETE DATASET&amp;lt;/b&amp;gt; statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information follow &amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3c8c358411d1829f0000e829fbfe/frameset.htm"&amp;gt;this link&amp;lt;/a&amp;gt; .&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;*--Serdar &amp;lt;a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d"&amp;gt;[ BC ]&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2005 21:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-processing-techniques-in-abap/m-p/871475#M49910</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2005-04-04T21:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: File Processing Techniques in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-processing-techniques-in-abap/m-p/871476#M49911</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;For file processing on application server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET -&amp;gt; To create a new file or manipulate an existing file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSFER -&amp;gt; data from memory to file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ DATASET -&amp;gt; file to memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOSE DATASET -&amp;gt; close file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;further, we have GET DATASET/SET DATASET to manipulate file attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For file processing on presentation server (local PC):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have function modules GUI_UPLOAD &amp;amp; GUI_DOWNLOAD to transfer data to/from SAP to file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you are looking for. Please feel free incase you wanted anything specific.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2005 06:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-processing-techniques-in-abap/m-p/871476#M49911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-06T06:26:42Z</dc:date>
    </item>
  </channel>
</rss>

