<?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: Type conflict when calling a function module., error key: RF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813618#M1781675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to follow these things explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When you call a FM to your Program, Please check the data type of the parameters which you are going pass the values to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are mapping the different data type it will lead to type conflict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2013 10:36:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-27T10:36:00Z</dc:date>
    <item>
      <title>Type conflict when calling a function module., error key: RF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813614#M1781671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Good morning&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="hps"&gt;as it is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the subject&lt;/SPAN&gt;, I get a &lt;SPAN class="hps"&gt;Fehlermledung&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;while executing&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the planning function&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;for&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;more&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;details:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;So&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I've created&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a planning function&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;work&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with call&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;funtion&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;FOX&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;formula (&lt;/SPAN&gt;please &lt;SPAN class="hps"&gt;see&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;below)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps atn"&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;LV_RESULTVAR&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;DATA&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;CALL FUNCTION&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ZADVAREXIT_FORMULA_ICK_01&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;VAR_COSTS&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;=&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ZLMUCOST&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;VAR_DBR&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;=&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ZLMUDBR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;EV_RESULT&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;=&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;LV_RESULTVAR&lt;/SPAN&gt;. &lt;SPAN class="hps atn"&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SE80&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I used&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;very simple&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;program&lt;/SPAN&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps atn"&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;EV_RESULT&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;=&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;VAR_COSTS&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;+&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;VAR_DBR&lt;/SPAN&gt;."&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;maybe&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;someone&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;here&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can help&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Greeting&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ichtouk&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;P.S: in SE80 (&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Please&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;see&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;photos)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 07:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813614#M1781671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T07:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Type conflict when calling a function module., error key: RF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813615#M1781672</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;&lt;/P&gt;&lt;P&gt;please check the variables or tables which are passing to function module ,&lt;/P&gt;&lt;P&gt;u have not declared as function module variable declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u post the dumpit helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 08:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813615#M1781672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T08:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Type conflict when calling a function module., error key: RF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813616#M1781673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ismail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You first need to convert the values of var_costs and var_dbr into integer format then, make the addition and assign the result to ev_result. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 09:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813616#M1781673</guid>
      <dc:creator>former_member212094</dc:creator>
      <dc:date>2013-09-27T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Type conflict when calling a function module., error key: RF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813617#M1781674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;Type conflict when calling a function module.&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This type of error occur only when Exporting / Importing type of FM didn't got matched with the parameter while calling them.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;As &lt;/EM&gt;&lt;A __default_attr="535504" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;&lt;/A&gt; Suggest Please check type of all parameter and try to convert it according to your parameter in FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;ChanS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 09:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813617#M1781674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T09:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Type conflict when calling a function module., error key: RF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813618#M1781675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to follow these things explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When you call a FM to your Program, Please check the data type of the parameters which you are going pass the values to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are mapping the different data type it will lead to type conflict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 10:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-a-function-module-error-key-rf/m-p/9813618#M1781675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T10:36:00Z</dc:date>
    </item>
  </channel>
</rss>

