<?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: PARAMETER CONVERSION ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351157#M1540633</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 which function module you are getting error  is it z function module  , if yes  &lt;/P&gt;&lt;P&gt;what paremeter you have given  and where you are using can you  tell .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Oct 2010 06:01:51 GMT</pubDate>
    <dc:creator>deepak_dhamat</dc:creator>
    <dc:date>2010-10-09T06:01:51Z</dc:date>
    <item>
      <title>PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351155#M1540631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a strange problem. When run a RFC FM, SAP shows the abap dump and runtime error was PARAMETER CONVERSION ERROR. I use ST22 and find Error analysis was below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters:&lt;/P&gt;&lt;P&gt;P1..................... "XMLConverterMultipleImport failed in ab_xrfcreceive:abxrfccal.c(1328)#"&lt;/P&gt;&lt;P&gt;P2..................... " error message: not a name character for character entities(2)#"&lt;/P&gt;&lt;P&gt;P3..................... " error class: Document#"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to ask what the kind error of this issue. why it said XMLXMLConverterMultipleImport failed. How can i resolve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 10:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351155#M1540631</guid>
      <dc:creator>former_member37854</dc:creator>
      <dc:date>2010-10-08T10:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351156#M1540632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anybody help me? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Oct 2010 01:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351156#M1540632</guid>
      <dc:creator>former_member37854</dc:creator>
      <dc:date>2010-10-09T01:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351157#M1540633</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 which function module you are getting error  is it z function module  , if yes  &lt;/P&gt;&lt;P&gt;what paremeter you have given  and where you are using can you  tell .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Oct 2010 06:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351157#M1540633</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2010-10-09T06:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351158#M1540634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhamat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This  is Z FM and it has 4 parameters with it. These parameters were complex and deep structure. The detail info is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_RFC'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;        EXPORT_PARA1     =   "this para is type of INTERNAL TABLE and contains 4 fields&lt;/P&gt;&lt;P&gt;        EXPORT_PARA2     =   "this para is flat structure and contains 3 fields&lt;/P&gt;&lt;P&gt;        EXPORT_PARA3     =   "this para is also type of INTERNAL TABLE and contains 4 fields&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        DETAILS                  =    IMPORTANT: THIS para is also type of INTERNAL TABLE and it is COMPLEX AND DEEP STRUCTURE. it contains two fields and also type of INTERNAL TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this issue maybe due to complex and deep structure. but i don't make sure so help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 04:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351158#M1540634</guid>
      <dc:creator>former_member37854</dc:creator>
      <dc:date>2010-10-28T04:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351159#M1540635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;if you know this please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 02:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351159#M1540635</guid>
      <dc:creator>former_member37854</dc:creator>
      <dc:date>2010-10-29T02:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351160#M1540636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i explain the parameters of Z FM and if you know that issue please respond me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 02:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351160#M1540636</guid>
      <dc:creator>former_member37854</dc:creator>
      <dc:date>2010-11-01T02:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351161#M1540637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello panzhijun !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you got an answer? Today we have gotten also an error with "XMLConverterMultipleImport."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter: "XMLConverterMultipleImport failed in&lt;/P&gt;&lt;P&gt; ab_xrfcimport:abxrfccal.c(1272)#", " error message: Unclosed root tag(2)#", "&lt;/P&gt;&lt;P&gt; error class: Document#"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We found an OSS number (1469549 - RFC: work process abort) which refers to a patch (i.e. PL97).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look whether that note could be a solution in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hans-H.Büsselmann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 17:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351161#M1540637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T17:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351162#M1540638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans-Hermann Bü,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue still was not be resolved and i will check that notes as you give. If you have any news, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 05:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351162#M1540638</guid>
      <dc:creator>former_member37854</dc:creator>
      <dc:date>2010-11-09T05:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351163#M1540639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans-Hermann Bü,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you fix it with SAP notes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 02:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351163#M1540639</guid>
      <dc:creator>former_member37854</dc:creator>
      <dc:date>2010-11-25T02:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETER CONVERSION ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351164#M1540640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, I got this same error but it was corrected following the below simple directives in th RFC Interface definition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always use IMPORT and EXPORT params, never use any other type, and above all TABLE params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to pass or get tables or even deep structures, there is no problem at all, just define them in dictionary a TABLE TYPES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following these rules we have RFC FM functions with very complex deep structures working fine thru soap rfc interface without any problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info is helpful for everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 13:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/7351164#M1540640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-18T13:13:07Z</dc:date>
    </item>
  </channel>
</rss>

