<?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: Open Dataset does not work in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993197#M1342979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the first thing that comes to mind is Case Sensitive file/directory names??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 14:35:58 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-08-10T14:35:58Z</dc:date>
    <item>
      <title>Open Dataset does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993196#M1342978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some problems using the ABAP command OPEN DATASET to open a file, which is placed on the Application server. First I have created a directory on the Application server, named test . After that I have placed a file named test1 to that directory. This was done on a first test-system and everything worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that I copied the source code, created a new report on another system, where already a directory (test) for my use existed. So, I placed my file (test1) into that directory using transaction CG3Z. I can see that file and open it using transaction AL11. The problem now is, if I am executing my report, I get a message: No such file or directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don`t understand that as I not have changed the source code and the file is available in the directory as I can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 14:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993196#M1342978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993197#M1342979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the first thing that comes to mind is Case Sensitive file/directory names??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 14:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993197#M1342979</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-08-10T14:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993198#M1342980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please closely check the directory path its a case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also change your OPEN DATASET statement this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
OPEN DATASET dsn FOR INPUT MESSAGE msg " Capture the messages in MSG
                 IN TEXT MODE ENCODING DEFAULT. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 14:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993198#M1342980</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-10T14:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993199#M1342981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, I think the directory must be case sensitive. As I mentioned I have uploaded my file to the existing directory using transaction CG3Z. I made a test: the file can only be uploaded if you consider case sensitivity. What I don`t understand is, that I have used for OPEN DATASET the same path, considering case sensitivity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second point:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OPEN DATASET dsn FOR INPUT MESSAGE msg " Capture the messages in MSG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                 &lt;EM&gt;IN TEXT MODE ENCODING DEFAULT.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already considered too: from there I got the message "no such file or directory".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 15:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993199#M1342981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T15:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset does not work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993200#M1342982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create the file in anywhere say usr/tmp directory and try to use OPEN DATASET&lt;/P&gt;&lt;P&gt;2. Check the authorisation for test directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last but least&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;contact your basis for assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 15:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-does-not-work/m-p/5993200#M1342982</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-10T15:33:01Z</dc:date>
    </item>
  </channel>
</rss>

