<?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: TRANSFER command sy-subrc check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786643#M338737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you check sy-subrc after the open and close statements, that will be sufficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 15:32:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T15:32:11Z</dc:date>
    <item>
      <title>TRANSFER command sy-subrc check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786641#M338735</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;Just curious about this thing, I am writing internal table inside the file in the using TRANSFER command. Just wanted to know if we can check something like SY_SUBRC in the after the TRANSFER command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not finding it in SAP HELP or F1 either. Is there any other way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786641#M338735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFER command sy-subrc check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786642#M338736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; You can not use the Sy-SUBRC for Transfer command, transfer doesn't return the Sy-SUBRC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786642#M338736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFER command sy-subrc check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786643#M338737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you check sy-subrc after the open and close statements, that will be sufficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786643#M338737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFER command sy-subrc check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786644#M338738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transfer is used to move data...It doesnot check for sy-subrc...So, u can't use sy-subrc for a transfer command...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786644#M338738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFER command sy-subrc check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786645#M338739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   SY-SUBRC will not be checked for TRANSFER command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   suppose say data can be empty sometimes , so if we check sy-subrc here the data may not be transferred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786645#M338739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: TRANSFER command sy-subrc check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786646#M338740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        open  dataset should be checked for sy-subrc .&lt;/P&gt;&lt;P&gt;         if the file is open for input or output transfer command&lt;/P&gt;&lt;P&gt;        will always work only exception is that user should have access &lt;/P&gt;&lt;P&gt;        to write file or read file to application server.&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;REgards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-command-sy-subrc-check/m-p/1786646#M338740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:43:36Z</dc:date>
    </item>
  </channel>
</rss>

