<?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 -error opening file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119784#M740824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters : p_file like rlgrap-filename lowe case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2007 15:29:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-29T15:29:30Z</dc:date>
    <item>
      <title>Open data -error opening file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119780#M740820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am writing like this , I am unable to open the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : lw_filename type string.&lt;/P&gt;&lt;P&gt;move p_file to lw_filename.&lt;/P&gt;&lt;P&gt;  OPEN DATASET  LW_FILENAME  FOR OUTPUT IN  TEXT MODE MESSAGE&lt;/P&gt;&lt;P&gt;                                          LW_MSG ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;*---Error opening file&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE I998  WITH LW_MSG.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 14:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119780#M740820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Open data -error opening file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119781#M740821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you haven't used the &amp;lt;b&amp;gt;lower case&amp;lt;/b&amp;gt; additoin to the parameter for file. This will enable you to put the file name in the lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: p_file type char70 lower case.  " &amp;lt;&amp;lt; LOWER CASE is required&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 14:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119781#M740821</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-29T14:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Open data -error opening file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119782#M740822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ajay i think u r writi&lt;/P&gt;&lt;P&gt;ng code wrong &lt;/P&gt;&lt;P&gt;do u want to open the data from apllication server..&lt;/P&gt;&lt;P&gt;first write: &lt;/P&gt;&lt;P&gt;open dataset x  for output in texmode encoding default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read the data.&lt;/P&gt;&lt;P&gt;close data set x for input encoding default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u not get his shortcut mail me at&lt;/P&gt;&lt;P&gt;abapsati@gmail.com&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 14:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119782#M740822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T14:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Open data -error opening file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119783#M740823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the lowe case option here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: p_file for rlgrap-filename lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 15:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119783#M740823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T15:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open data -error opening file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119784#M740824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters : p_file like rlgrap-filename lowe case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 15:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119784#M740824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Open data -error opening file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119785#M740825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ajay,&lt;/P&gt;&lt;P&gt;Sometimes you may get this error if you are not authorized to open the file. Please check with your basis people also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 15:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119785#M740825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Open data -error opening file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119786#M740826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the path is case sensitive, so be careful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgs &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 15:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119786#M740826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T15:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open data -error opening file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119787#M740827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the file path first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second check about your authorizatoin to open the file. &lt;/P&gt;&lt;P&gt;You need to have the authorization to open the file. Contact your Basis guys for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can catch the Authority issue with CX_SY_FILE_AUTHORITY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 15:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-error-opening-file/m-p/3119787#M740827</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-29T15:44:49Z</dc:date>
    </item>
  </channel>
</rss>

