<?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: return code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587134#M592093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP, statements will returns return  code. to access that return code use&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;sy-subrc&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the sy-subrc value also while debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpfull.&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;Sasidhar Reddy Matli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2007 08:20:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-02T08:20:21Z</dc:date>
    <item>
      <title>return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587127#M592086</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;  How to find the return code of a statement in ABAP programs?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASHOK KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 07:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587127#M592086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T07:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587128#M592087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USE SY-SUBRC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 07:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587128#M592087</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-08-02T07:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587129#M592088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Check the sy-subrc.&lt;/P&gt;&lt;P&gt;It gives the return value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 07:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587129#M592088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T07:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587130#M592089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;return code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert failer&lt;/P&gt;&lt;P&gt;delete&lt;/P&gt;&lt;P&gt;modify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return code 4&lt;/P&gt;&lt;P&gt;sucess 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 07:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587130#M592089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T07:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587131#M592090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Using Sy-subrc we can check the return value of a statement as all know 0 for success 4 for failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 08:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587131#M592090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T08:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587132#M592091</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;Check below documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return Value&lt;/P&gt;&lt;P&gt;SY-SUBRC&lt;/P&gt;&lt;P&gt;Return value set by the following ABAP statements. In general, a content of 0 means that the statement was executed without problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        ASSIGNsets SY-SUBRC to 0 if assignment to field symbol is possible, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        ASSIGN dref-&amp;gt;* sets SY-SUBRC to 0 if dereferencing is possible, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        AUTHORITY-CHECK sets SY-SUBRC to 0 if the user has the necessary authorization, otherwise 4, 8, 12, 16, 24, 28, 32, or 36 depending on the cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CALL DIALOG with USING sets SY-SUBRC to 0, if processing was successful, otherwise &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CALL FUNCTION sets SY-SUBRC according to the exception handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CALL METHOD sets SY-SUBRC according to the exception handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CALL SELECTION-SCREEN sets SY-SUBRC to 0 if the user chose Enter or Execute and 4 if the user chose Cancel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CALL TRANSACTION with USING sets SY-SUBRC to 0 if processing was successful, otherwise &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CATCH SYSTEM-EXCEPTIONS sets SY-SUBRC if there are runtime errors after the ENDCATCH statement. The value is specified in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        COMMIT WORK sets SY-SUBRC to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        COMMIT WORK AND WAIT sets SY-SUBRC to 0 if update was successful, otherwise &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        COMMUNICATION INIT DESTINATION &amp;#133; RETURNCODE sets SY-SUBRC as specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CONCATENATE sets SY-SUBRC to 0 if the result fits into target variable, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CREATE OBJECT sets SY-SUBRC if the exceptions of the instance constructor are handled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        CREATE OBJECT in OLE2 sets SY-SUBRC to 0 if an external object was created, otherwise 1,2, 3 with different causes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        DELETEsets SY-SUBRC to 0 if operation was successful, otherwise 4 or &amp;lt;&amp;gt; 0 depending on cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        DEMAND &amp;#133; MESSAGES INTO sets SY-SUBRC to 0 if a message table is empty, otherwise &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        DESCRIBE LIST sets SY-SUBRC to 0 if row or list exists, otherwise 4 or 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        EXEC SQL - ENDEXEC sets SY-SUBRC to 0 in almost all cases. Only if no set was read with FETCH is SY-SUBRC 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        FETCHsets SY-SUBRC to 0 if at least one row was read, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        GENERATE SUBROUTINE POOL sets SY-SUBRC to 0 if generation was successful, otherwise 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        GET CURSOR sets SY-SUBRC to 0 if the cursor is correctly positioned, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        GET PARAMETER sets SY-SUBRC to 0 if value found in SAP Memory, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        IMPORTsets SY-SUBRC to 0 if import of data objects was successful, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        INSERTsets SY-SUBRC to 0 if operation was successful, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        LOAD REPORT sets SY-SUBRC to 0 if operation was successful, otherwise 4 or 8 depending on cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        LOOPsets SY-SUBRC to 0 if loop over extract was passed at least once, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        LOOP ATsets SY-SUBRC to 0 if loop over internal table was passed at least once, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        MODIFYsets SY-SUBRC to 0 if operation was successful, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        MODIFY LINE sets SY-SUBRC to 0 if list row was changed, otherwise &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        MODIFYsets SY-SUBRC to 0 if operation was successful, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        OLE2 automation, bundled commands set SY-SUBRC to 0 if all were successfully executed, otherwise 1, 2, 3, 4 depending on cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        OPEN DATASET sets SY-SUBRC to 0 if the file was opened, otherwise 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Open SQL commands set SY-SUBRC to 0 if operation was successful, otherwise &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        OVERLAYsets SY-SUBRC to 0 if at least one character is overlayed, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        READ DATASET sets SY-SUBRC to 0 if the read operation was successful, otherwise 4 or 8 depending on cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        READ LINE sets SY-SUBRC to 0 if list row exists, otherwise &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        READ TABLE sets SY-SUBRC to 0 if the table row was found, otherwise 2, 4, 8 depending on cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        REPLACEsets SY-SUBRC to 0 if search string could be replaced, otherwise &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        ROLLBACK WORK always sets SY-SUBRC to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SCROLLsets SY-SUBRC to 0 if scrolling in list successful, otherwise 4 or 8 depending on cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SEARCHsets SY-SUBRC to 0 if search string was found, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SELECTsets SY-SUBRC to 0 if at least one row was read, otherwise 4 or even 8 with SELECT SINGLE FOR UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SET COUNTRY sets SY-SUBRC to 0 if country ID was found in table T005X, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SET BITsets SY-SUBRC to 0 if bit was set, otherwise &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SET TITLEBAR sets SY-SUBRC to 0 if title exists, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SHIFT &amp;#133; UP TO sets SY-SUBRC to 0 if position was found in character string, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SPLITsets SY-SUBRC to 0 if size of target fields is sufficient, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        UPDATEsets SY-SUBRC to 0 if operation successful, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        WRITE &amp;#133; TO sets SY-SUBRC to 0 if assignment successful, otherwise 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 08:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587132#M592091</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-02T08:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587133#M592092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sy-subrc return code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0, i.e if the condition you specified is true.&lt;/P&gt;&lt;P&gt;then specify the action to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0, i.e if the condition you specified is not true.&lt;/P&gt;&lt;P&gt;then specify the action to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats how you use the return code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 08:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587133#M592092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T08:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587134#M592093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP, statements will returns return  code. to access that return code use&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;sy-subrc&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the sy-subrc value also while debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpfull.&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;Sasidhar Reddy Matli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 08:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587134#M592093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T08:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: return code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587135#M592094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check sy-subrc value. If it is ZERO, then success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 08:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-code/m-p/2587135#M592094</guid>
      <dc:creator>sumit_shah</dc:creator>
      <dc:date>2007-08-02T08:29:31Z</dc:date>
    </item>
  </channel>
</rss>

