<?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: getting error in transfering data from internal table to application layer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-transfering-data-from-internal-table-to-application-layer/m-p/1781534#M336795</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;Correct your code, do not forget to check sy-subrc value after 'open dataset...'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt; LOOP AT itab1 .&lt;/P&gt;&lt;P&gt;  TRANSFER itab1 TO FNAME.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt; CLOSE DATASET FNAME.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt; WRITE: 'File can not be accessed'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Dec 2006 16:04:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-16T16:04:51Z</dc:date>
    <item>
      <title>getting error in transfering data from internal table to application layer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-transfering-data-from-internal-table-to-application-layer/m-p/1781532#M336793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: fname(60).&lt;/P&gt;&lt;P&gt;fname = 'usr/sap/trans' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;LOOP AT itab1 .&lt;/P&gt;&lt;P&gt;TRANSFER itab1 TO FNAME.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;CLOSE DATASET FNAME.&lt;/P&gt;&lt;P&gt;this is my code ,&lt;/P&gt;&lt;P&gt;the dump error is the file cannot be accesed , so please me in sloving me the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 15:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-transfering-data-from-internal-table-to-application-layer/m-p/1781532#M336793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T15:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in transfering data from internal table to application layer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-transfering-data-from-internal-table-to-application-layer/m-p/1781533#M336794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you have access to that directory to which you are writing the file ''usr/sap'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like, you don't have authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably can check the value of SY-SUBRC after OPEN DATASET in the debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 15:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-transfering-data-from-internal-table-to-application-layer/m-p/1781533#M336794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T15:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in transfering data from internal table to application layer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-transfering-data-from-internal-table-to-application-layer/m-p/1781534#M336795</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;Correct your code, do not forget to check sy-subrc value after 'open dataset...'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt; LOOP AT itab1 .&lt;/P&gt;&lt;P&gt;  TRANSFER itab1 TO FNAME.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt; CLOSE DATASET FNAME.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt; WRITE: 'File can not be accessed'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 16:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-transfering-data-from-internal-table-to-application-layer/m-p/1781534#M336795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T16:04:51Z</dc:date>
    </item>
  </channel>
</rss>

