<?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: Error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569952#M257353</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; the TRANSFER_DOWN is called from different program not present program which you are using currently..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is called by perform TRANSFER_DOWN in ,&amp;lt;ur curr prog name&amp;gt; using variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashok P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2006 11:26:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-08T11:26:52Z</dc:date>
    <item>
      <title>Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569949#M257350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subroutine TRANSFER_DOWN not found in Programs (possibly dynamic calls!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 11:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569949#M257350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569950#M257351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    subroutine is called at runtime &lt;/P&gt;&lt;P&gt;    perform test(ztest).&lt;/P&gt;&lt;P&gt;    ztest is program name&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>Fri, 08 Sep 2006 11:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569950#M257351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T11:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569951#M257352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform &amp;lt;subroutine&amp;gt; in program &amp;lt;program name&amp;gt; if found.&lt;/P&gt;&lt;P&gt;By this way you can track the error whether the subroutine is available or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 11:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569951#M257352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T11:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569952#M257353</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; the TRANSFER_DOWN is called from different program not present program which you are using currently..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is called by perform TRANSFER_DOWN in ,&amp;lt;ur curr prog name&amp;gt; using variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashok P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 11:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569952#M257353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T11:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569953#M257354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;this is a Dynamic call, we write this like &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PERFORM form(Prog Name).&amp;lt;/b&amp;gt; if this not called then the runtime error will, it won't give you an error while you check Syntax, bu it will give you runtime error.&lt;/P&gt;&lt;P&gt;Runtime error will be like ''&amp;lt;b&amp;gt;PERFORM_NOT_FOUND : The subroutine specified was not found. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this check the below statments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Parameter passing to the external subroutine is the same as in variation 1. &lt;/P&gt;&lt;P&gt;2) Parameter passing can be implemented by using a common data area. &lt;/P&gt;&lt;P&gt;3) Nested calls are possible, even with several external subroutines from different programs. &lt;/P&gt;&lt;P&gt;4) If you call a subroutine of a program prog , the system loads the program prog &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>Fri, 08 Sep 2006 11:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569953#M257354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T11:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569954#M257355</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;The program is calling a subroutine that is not in the program. if you are using..PERFORM form(prog) and if it is throwing the runtime error "PERFORM_NOT_FOUND : The subroutine specified was not found." then use the addition ... "&amp;lt;b&amp;gt;IF FOUND&amp;lt;/b&amp;gt; ".&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Calls the specified subroutine only if it already exists. Otherwise, the statement is ignored. &lt;/P&gt;&lt;P&gt;If the program specified is not available or incorrect, a runtime error is output. &lt;/P&gt;&lt;P&gt;The only way of determining whether the specified routine existed (in an available program) is by writing your own program (e.g. by setting a flag that is passed to the subroutine). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/perform.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/perform.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 12:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1569954#M257355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T12:03:28Z</dc:date>
    </item>
  </channel>
</rss>

