<?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 TYPE CONFLICT WHEN CALLING FUNCTION MODULE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811056#M347718</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;THIS IS THE ERROR ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT MAY BE THE PROBLEM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IAM CALLING RS_FUNCTIONMODULE_INSERT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Dec 2006 04:46:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-01T04:46:04Z</dc:date>
    <item>
      <title>TYPE CONFLICT WHEN CALLING FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811056#M347718</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;THIS IS THE ERROR ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT MAY BE THE PROBLEM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IAM CALLING RS_FUNCTIONMODULE_INSERT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 04:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811056#M347718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T04:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE CONFLICT WHEN CALLING FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811057#M347719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IT HAPPENS WHEN YOUR IMPORT, EXPORT , TABLES PARAMETERS&lt;/P&gt;&lt;P&gt;DOES NOT MATCHES WITH THE DEFINED ONE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO GO TO SE37 AND CHECK PARAMETERS TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW DEFINE THAT TYPE IN YOUR PROGRAM VARIABLE ALSO.&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;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 04:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811057#M347719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T04:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE CONFLICT WHEN CALLING FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811058#M347720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error you have mentioned states, that the type of the calling and callee parameters are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your code to be able to identify the exact error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 04:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811058#M347720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T04:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE CONFLICT WHEN CALLING FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811059#M347721</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;Please send the parameters definition that u have used in the calling program and also in the function module...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachidanand.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 05:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811059#M347721</guid>
      <dc:creator>former_member758419</dc:creator>
      <dc:date>2006-12-01T05:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE CONFLICT WHEN CALLING FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811060#M347722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not getting the error now, what i mentioned in the subject&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 06:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-when-calling-function-module/m-p/1811060#M347722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T06:08:50Z</dc:date>
    </item>
  </channel>
</rss>

