<?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: If FOUND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534291#M574968</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;    While passing the value to the field lv_sub &amp;amp; lv_prog the values should be in Upper case. &lt;/P&gt;&lt;P&gt;    If it is not uppercase also it will give error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 10:24:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T10:24:32Z</dc:date>
    <item>
      <title>If FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534285#M574962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a print program that currently dumps in sap version 4.5b. The subroutine inside the print program is being called dynamically once the VA03 is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just notice that after calling the subroutine dynamically there is a IF FOUND. code then it dumps. What is IF FOUND means? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurtt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 09:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534285#M574962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T09:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: If FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534286#M574963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;If the specified program/include/fm does not exist, a syntax error will be triggered. This error message can be suppressed by specifiying the addition IF FOUND. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards points plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 09:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534286#M574963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: If FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534287#M574964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Double click on found, may be it is boolean value.&lt;/P&gt;&lt;P&gt;Like flag.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 09:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534287#M574964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: If FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534288#M574965</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 found means it will search for that subroutine if it is available it will execute.&lt;/P&gt;&lt;P&gt;If that subroutine is not present it will not execute that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM form IN PROGRAM prog IF FOUND . &lt;/P&gt;&lt;P&gt;The system only calls the subroutine if it and its main program exist. If this is not the case, the statement is ignored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can specify the names of both the subroutine and the program in which it occurs dynamically at runtime. If you do this, you should place the variables form and prog in parentheses. The names in form and prog must be entered in uppercase, otherwise a runtime error occurs. If you do not specify any additions (such as USING) you do not need to specify the program after IN PROGRAM. In this case, the system looks for the subroutine in the current program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Umasankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 09:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534288#M574965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T09:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: If FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534289#M574966</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 the called Perform is available in the program then the perform will be triggereed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if Perform is not available in the Called Program then it will dump .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, If system doesntfind perform it will dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to handle in such a way that system should not dump even if perform is not found then simply add this two words IF FOUND .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 09:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534289#M574966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T09:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: If FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534290#M574967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your responses.. I appreciate it so much.. the subroutine and program is existing.. the only thing i can see is that the perform has the following parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM (lv_sub) IN program (lv_prog) Tables tab1&lt;/P&gt;&lt;P&gt;                                                                     tab2&lt;/P&gt;&lt;P&gt;                                                           using v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and form is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM f_sub in program z_program tables tab1&lt;/P&gt;&lt;P&gt;                                                    using v_varx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534290#M574967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: If FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534291#M574968</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;    While passing the value to the field lv_sub &amp;amp; lv_prog the values should be in Upper case. &lt;/P&gt;&lt;P&gt;    If it is not uppercase also it will give error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-found/m-p/2534291#M574968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:24:32Z</dc:date>
    </item>
  </channel>
</rss>

