<?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: Error while opening the file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578193#M1566106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET filename 
  FOR OUTPUT
  IN LEGACY TEXT MODE 
  CODE PAGE codepage 
  MESSAGE msg
  REPLACEMENT CHARACTER repl_char
  IGNORING CONVERSION ERRORS
  FILTER filter.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the content of (string) field msg, it has the error. What is your &lt;EM&gt;filter&lt;/EM&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jan 2011 15:26:57 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-01-26T15:26:57Z</dc:date>
    <item>
      <title>Error while opening the file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578188#M1566101</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;I have written below code open the text file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; OPEN DATASET filename FOR OUTPUT&lt;/P&gt;&lt;P&gt;               IN LEGACY TEXT MODE CODE PAGE codepage MESSAGE msg&lt;/P&gt;&lt;P&gt;               REPLACEMENT CHARACTER repl_char&lt;/P&gt;&lt;P&gt;               IGNORING CONVERSION ERRORS&lt;/P&gt;&lt;P&gt;               FILTER filter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filename: xyz.txt&lt;/P&gt;&lt;P&gt;codepage: 1100&lt;/P&gt;&lt;P&gt;repl_char = @&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing this statement. SYSUBRC value is 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.Krishna Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 09:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578188#M1566101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T09:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578189#M1566102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your filename should also have application server path&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 10:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578189#M1566102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T10:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578190#M1566103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to pass the full file path along with the file name to the OPEN DATA filename variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SRinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 11:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578190#M1566103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578191#M1566104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make Sure you are passing the full file path and the filename type should be of rlgrap-filename. &lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ck_file      TYPE rlgrap-filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dhirendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 12:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578191#M1566104</guid>
      <dc:creator>dhirendra_pandit</dc:creator>
      <dc:date>2011-01-26T12:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578192#M1566105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;8 often means dataset permissions does not allow the SAP userid open/read privileges...check permissions....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 13:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578192#M1566105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T13:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578193#M1566106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET filename 
  FOR OUTPUT
  IN LEGACY TEXT MODE 
  CODE PAGE codepage 
  MESSAGE msg
  REPLACEMENT CHARACTER repl_char
  IGNORING CONVERSION ERRORS
  FILTER filter.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the content of (string) field msg, it has the error. What is your &lt;EM&gt;filter&lt;/EM&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 15:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578193#M1566106</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-01-26T15:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578194#M1566107</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;MSG variable contains the string "perm"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it mean that some issues related to access/authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.krishna Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 06:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-opening-the-file/m-p/7578194#M1566107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T06:50:49Z</dc:date>
    </item>
  </channel>
</rss>

