<?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: DATASET_NOT_OPEN Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236260#M1827815</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 there is any authorization issue then it should execute not even single time. For same user id the program is getting executed perfectly and some time it give error. Could not able to fine the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards / US&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2014 11:55:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-21T11:55:43Z</dc:date>
    <item>
      <title>DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236254#M1827809</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;We have made a program to convert the data in to .asc format and the program is running fine. But some times it is giving run time error as DATASET_NOT_OPEN and exception as 'CX_SY_FILE_OPEN_MODE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We could not able to find out why this error is occurring and if there is a problem in the program then we have to get this error every time. But this is happening some time. We need to know what could cause this error. Kindly through some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards / US&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 08:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236254#M1827809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-21T08:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236255#M1827810</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;&lt;SPAN style="font-size: 10pt;"&gt;This occurs when you try to TRANSFER data into a file without opening it,.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you are using the OPEN DATASET statement, do include have SY-SUBRC check after it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only if SY-SUBRC is 0, use the TRANSFER statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 08:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236255#M1827810</guid>
      <dc:creator>mayur_priyan</dc:creator>
      <dc:date>2014-04-21T08:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236256#M1827811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Umashankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Recently I got a similar error and while searching SCN got the below thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2015" data-containertype="14" data-objectid="3443198" data-objecttype="1" href="http://scn.sap.com/thread/3443198"&gt;http://scn.sap.com/thread/3443198&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 09:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236256#M1827811</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2014-04-21T09:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236257#M1827812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it will suppress the error message. As of now since we are getting error message are able to see program has not been executed and if we remove the error message then we will not be able to understand program has been executed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards / US&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 10:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236257#M1827812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-21T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236258#M1827813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the link. Our issue is related to 'Data set not open' but the link is related to data set cant close error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads / US&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 10:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236258#M1827813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-21T10:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236259#M1827814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the program is being executed . Is it in foreground and background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be authorization issue. The user may not be having access to Read/Write file from application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this issue happening for single user or for multiple users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check the authorizations of users who are running the program and going for dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 11:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236259#M1827814</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2014-04-21T11:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236260#M1827815</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 there is any authorization issue then it should execute not even single time. For same user id the program is getting executed perfectly and some time it give error. Could not able to fine the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards / US&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 11:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236260#M1827815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-21T11:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236261#M1827816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the program being executed. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236261#M1827816</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2014-04-21T12:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET_NOT_OPEN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236262#M1827817</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;Thanks for your quick response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the program has to be executed in back ground. We are getting error in both fore ground and also in back ground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards / US&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-not-open-error/m-p/10236262#M1827817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-21T12:02:54Z</dc:date>
    </item>
  </channel>
</rss>

