<?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 data Set Error? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348141#M518155</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;Check your path wa_BSEG_file with that in AL11. It will be case sensitive. change your path in the program as same your's in AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2007 19:32:13 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2007-06-18T19:32:13Z</dc:date>
    <item>
      <title>Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348134#M518148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;              I am using Open dataset for downloading the data into Application server   .I am getting the  error file path is not opened  but in al11 i was able to see the path what i mentioned here except bseg.txt file.I am getting error at Open data set statement.I have to write the bseg table data into the file bseg.txt in application server.can any body suggest the solution for this problem.&lt;/P&gt;&lt;P&gt;          Very urgent.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;wa_BSEG_file = '/interfaces/DR1/MM/outbounb/ZMMOF3007/BSEG.txt'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  OPEN DATASET wa_BSEG_file FOR OUTPUT         "Write to appl. server&lt;/P&gt;&lt;P&gt;                                      IN TEXT MODE&lt;/P&gt;&lt;P&gt;                                      Encoding default.  "Open dataset Return code&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt; TRANSFER it_cosp1 to wa_BSEG_file.&lt;/P&gt;&lt;P&gt; Write : 'File Transferred BSIK'.&lt;/P&gt;&lt;P&gt;  ELSE .&lt;/P&gt;&lt;P&gt; Write : 'File Not Found / Transferred BSIK'.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CLOSE DATASET wa_BSEG_file.&lt;/P&gt;&lt;P&gt;           Very urgent.Full marks will be alloted if u give me the correct answer.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 18:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348134#M518148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T18:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348135#M518149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check with path :  '/interfaces/DR1/MM/outbounb/ZMMOF3007/BSEG.txt' - do compare with AL11 ( It should same as AL11 File Path - this is case sensitive )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 18:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348135#M518149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T18:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348136#M518150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshu,&lt;/P&gt;&lt;P&gt;               The path is correct .I write exactly same as in AL11.Can u plz tell me how to solve this one Very Urgent Plzzzzzzzzz.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348136#M518150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T19:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348137#M518151</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;Due to serveral reasons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Check whether you have proper authority in the directory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. check the whether any files with same name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. use addition message in the open dataset statement so that you can know the system message it getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

DATA: msg(100). 

OPEN DATASET wa_BSEG_file FOR OUTPUT MESSAGE msg
IN TEXT MODE Encoding default. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348137#M518151</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-18T19:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348138#M518152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep a breakpoint in OPEN DATASET &amp;amp; check in debugger whether the filename is not turned to upper case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348138#M518152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T19:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348139#M518153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be file path problem,keep the file path as lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for testing purpose - create one file at desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use SXDB Transaction -&amp;gt;here you can copy from local file to Application server files..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know -- what is ur version ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348139#M518153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T19:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348140#M518154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aRs,&lt;/P&gt;&lt;P&gt;            I kep message msg like what u said in open data set. I debugged the program and sawed .In msg i got "No such file or Directory" But in application server i want and sawed in al11 tr code. there i was able find the path what i mentioned.can u plz tell me the solution for this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348140#M518154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T19:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348141#M518155</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;Check your path wa_BSEG_file with that in AL11. It will be case sensitive. change your path in the program as same your's in AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348141#M518155</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-18T19:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348142#M518156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no authorization for accessing this tr code sxdb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348142#M518156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T19:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348143#M518157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aRs,&lt;/P&gt;&lt;P&gt;           I had done like what u told I copied the path from AL11 into wa_BSEG_file .&lt;/P&gt;&lt;P&gt;  I declared wa_BSEG_file as&lt;/P&gt;&lt;P&gt;             wa_BSEG_file   TYPE file_table-filename         Is it correct way of defineng or not?.if so does we need to run the program in  background or running in foregorund is not a problem.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348143#M518157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T19:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348144#M518158</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;If your file name is not changing dynamically, then your declaration will not be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if changing dynamically. then you need to use logical file name using transaction FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your run the program in background or foreground that doesn't affect the writing file to application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 19:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348144#M518158</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-18T19:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348145#M518159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;              I Succesfully downloaded the data into Application server.can any body tell me how to save that data into my Presentation server.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 20:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348145#M518159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T20:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Open data Set Error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348146#M518160</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;use fm GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 20:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error/m-p/2348146#M518160</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-18T20:08:30Z</dc:date>
    </item>
  </channel>
</rss>

