<?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 sy-subrc = 8 while creating in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606726#M1940716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pranay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You suggestion helped me to find the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I'm not able to mark it as correct answer. I am not getting the option to mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 07:15:26 GMT</pubDate>
    <dc:creator>sriram_ramesh</dc:creator>
    <dc:date>2016-04-07T07:15:26Z</dc:date>
    <item>
      <title>OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606722#M1940712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET GV_FILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get sy-subrc = 8 when I try to create a new file in the folder.&lt;/P&gt;&lt;P&gt;But when I give existing filename in gv_file, sy-subrc goes 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was working till yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contacted the BASIS team. they said there is nothing wrong with the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 09:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606722#M1940712</guid>
      <dc:creator>sriram_ramesh</dc:creator>
      <dc:date>2016-04-06T09:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606723#M1940713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many errors are possible&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check &lt;A href="http://help.sap.com/abapdocu_731/en/abenfile_interface_authority.htm"&gt;Automatic Authorization Checks&lt;/A&gt; on target server as well as some authorization chek in SAP, you can check on SAP with FM &lt;SPAN class="lnkgrey"&gt;AUTHORITY_CHECK_DATASET&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="lnkgrey"&gt;Any problem related to target system froim invalid name to lack of free space or missing authorizations&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="lnkgrey"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="lnkgrey"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lnkgrey"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 09:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606723#M1940713</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-04-06T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606724#M1940714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sriram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pleae check below:&lt;/P&gt;&lt;P&gt;1. if &lt;SPAN style="color: #333333; font-size: 12px;"&gt;path name is too long&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;2. Authorization issues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you can get exact error message using below piece of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: error(100) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;OPEN DATASET GV_FILE FOR OUTPUT MESSAGE error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN TEXT MODE ENCODING DEFAULT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0. &lt;/P&gt;&lt;P&gt;&amp;nbsp; WRITE / error. &lt;/P&gt;&lt;P&gt;&amp;nbsp; STOP. &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 09:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606724#M1940714</guid>
      <dc:creator>pranay570708</dc:creator>
      <dc:date>2016-04-06T09:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606725#M1940715</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;1. Check for write authorization to dataset using the FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lnkgrey" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;AUTHORITY_CHECK_DATASET before the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;OPEN DATASET GV_FILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lnkgrey" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;2. If sy-subrc eq zero and still an issue, please check for the file name length.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 12:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606725#M1940715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-06T12:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606726#M1940716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pranay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You suggestion helped me to find the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I'm not able to mark it as correct answer. I am not getting the option to mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 07:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606726#M1940716</guid>
      <dc:creator>sriram_ramesh</dc:creator>
      <dc:date>2016-04-07T07:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606727#M1940717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes checked with authorization. No issue with that. Issue was due to lack of space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 07:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606727#M1940717</guid>
      <dc:creator>sriram_ramesh</dc:creator>
      <dc:date>2016-04-07T07:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606728#M1940718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I won "&lt;SPAN class="lnkgrey"&gt;Any problem related to target system froim invalid name to&lt;STRONG&gt; lack of free space&lt;/STRONG&gt; or missing authorizations" ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606728#M1940718</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-04-08T09:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606729#M1940719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you did &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; but you didn't tell me the way to find it &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Anyway, I am not getting the option to mark correct answer/ helpful answer for this post.&lt;/P&gt;&lt;P&gt;know how to convert this discussion to question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 10:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606729#M1940719</guid>
      <dc:creator>sriram_ramesh</dc:creator>
      <dc:date>2016-04-08T10:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606730#M1940720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt; converted file name&amp;nbsp; like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;data: GV_FILE(200) &lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;TYPE c DEFAULT&lt;/STRONG&gt;&amp;nbsp; '/tmp/test1.xml' &lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;LOWER CASE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt; open dataset was able to find the file.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 10:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606730#M1940720</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2016-04-08T10:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET sy-subrc = 8 while creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606731#M1940721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no thx, I've enough points &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-sy-subrc-8-while-creating/m-p/11606731#M1940721</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-04-08T11:00:25Z</dc:date>
    </item>
  </channel>
</rss>

