<?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: Run time error - in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525107#M1069751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically what I have doen is , to create a new search help just to include two fields in DEBIX I have cloned debix with addition of two fields. I copied the whole function group VS04 onto my zfunction group . Used new structures with addition of two additional fields in them(customer_find, customer_found, addr1_find, addr2_find) . I am able to get everything except I am egtting stuck in this step of adding fucntion group addr_search_v2, whic uses structure addr1_data and I have to convert it to zaddr1_data as the structure will be same then, and thus I am egtting this runtime error, which I want to remove. Is it possible to do so as there are lots of performs ion teh FM which is really difficlut to copy .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 19:32:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-07T19:32:32Z</dc:date>
    <item>
      <title>Run time error -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525103#M1069747</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;I am constantly getting an error  . Could anyone please tell what it exactly means and what ammendments can me done to rectify this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Zcustomer_search Row 58 column 0 in PERFOMRM or Call Function 'addr_search_v2' the actual parameter'type_1_search_for' is incompatible with the formal parameter'search_for'. Caution : slin observes the catching of the runtime error by cx_sy_dyn_call_illegal_type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 17:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525103#M1069747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T17:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525104#M1069748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;the actual parameter'type_1_search_for' is incompatible with the formal parameter'search_for'. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer to your question is right there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 17:18:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525104#M1069748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T17:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525105#M1069749</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;In your Function 'addr_search_v2', the variable you are passing for 'search_for' export parameter is not compatible with the export parameter defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean this variable will not be of that type thats why it is dumping.&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;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 17:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525105#M1069749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T17:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525106#M1069750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I am trying to copy the fucntion module on to a z function module name as the parameter defined that related to a sap structure which I cannot chnage , so I am copying the addr_search_v2 onto z.... one and addin a new z structure with my additional fields onto it . Can I do that , can I copy that fucntion module onto a new fucntion module name and make amemdmenst on to them. If I copy teh functionmodule to a new one will everything related to it get copied too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 19:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525106#M1069750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T19:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525107#M1069751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically what I have doen is , to create a new search help just to include two fields in DEBIX I have cloned debix with addition of two fields. I copied the whole function group VS04 onto my zfunction group . Used new structures with addition of two additional fields in them(customer_find, customer_found, addr1_find, addr2_find) . I am able to get everything except I am egtting stuck in this step of adding fucntion group addr_search_v2, whic uses structure addr1_data and I have to convert it to zaddr1_data as the structure will be same then, and thus I am egtting this runtime error, which I want to remove. Is it possible to do so as there are lots of performs ion teh FM which is really difficlut to copy .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 19:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/4525107#M1069751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T19:32:32Z</dc:date>
    </item>
  </channel>
</rss>

