<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729010#M897534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helllo Jamnum-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field type should be same I tested this FM in my sandbox its working fine you need to pass all the parametrs this means all are mandatory with same field type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;~Srini....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 05:08:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-22T05:08:07Z</dc:date>
    <item>
      <title>error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729008#M897532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using a fmodule called md_convert_unit but it is giving me a dump error saying&lt;/P&gt;&lt;P&gt;The call to the function module "MD_CONVERT_MATERIAL_UNIT" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module interface allows you to specify only fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of a particular type under "I_MATNR". The field "GT_TRANS-PRODUCTID" specified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has a different field type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wat can be the reason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 05:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729008#M897532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T05:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729009#M897533</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 the FM call the passing parameters should have the same data types as specified in the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise such Errors occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the datatype of the parameter u getting in the Error to same as the FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 05:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729009#M897533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T05:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729010#M897534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helllo Jamnum-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field type should be same I tested this FM in my sandbox its working fine you need to pass all the parametrs this means all are mandatory with same field type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;~Srini....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 05:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729010#M897534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T05:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729011#M897535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haiiii,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      VALUE(I_MATNR) LIKE  MARA-MATNR&lt;/P&gt;&lt;P&gt;     VALUE(I_IN_ME) LIKE  MARA-MEINS&lt;/P&gt;&lt;P&gt;     VALUE(I_OUT_ME) LIKE  MARA-MEINS&lt;/P&gt;&lt;P&gt;     VALUE(I_MENGE) LIKE  EKPO-MENGE&lt;/P&gt;&lt;P&gt;     VALUE(E_MENGE) LIKE  EKPO-MENGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  this should be the data  types os ur passing varriable.&lt;/P&gt;&lt;P&gt;also pass all the  parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work fine.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 05:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729011#M897535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T05:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729012#M897536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The function module u have mentioned MD_CONVERT_MATERIAL_UNIT have four parameters :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE(I_MATNR) LIKE  MARA-MATNR&lt;/P&gt;&lt;P&gt;*"     VALUE(I_IN_ME) LIKE  MARA-MEINS&lt;/P&gt;&lt;P&gt;*"     VALUE(I_OUT_ME) LIKE  MARA-MEINS&lt;/P&gt;&lt;P&gt;*"     VALUE(I_MENGE) LIKE  EKPO-MENGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These four parameters are mandatory that is these four parameters are need to be given value.  The value that is passed through this parameter should exactly match the date type which is mentioned in the function module.  If the data type does nt matches it raises such exceptions else it works fine in its functionality..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhuvaneswari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 05:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3729012#M897536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T05:19:32Z</dc:date>
    </item>
  </channel>
</rss>

