<?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/9025251#M1699776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 06:04:47 GMT</pubDate>
    <dc:creator>former_member423107</dc:creator>
    <dc:date>2016-03-30T06:04:47Z</dc:date>
    <item>
      <title>PARAMETER_CONVERSION_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025234#M1699759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a simple Delta Generic Extractor. Initially, I did the full load and worked fine and now when I try to do the Delta load I am getting error from Source System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP side using ST22: I see following error message.&lt;/P&gt;&lt;P&gt;Category : Internal Kernel Error&lt;/P&gt;&lt;P&gt;Runtime Errors : PARAMETER_CONVERSION_ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025234#M1699759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T15:49: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/9025235#M1699760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check in your custom extractor you might have written FM to pick the delta records...check that FM...might be the sequence of IMPORT and EXPORT is wrong. Also try to debug your FM to see why and where the error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025235#M1699760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T15:55:06Z</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/9025236#M1699761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no FM written to this extractor but there is another Extractor that use the same table has FM. Will that conflict with this extractor becuase they are using the same table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 16:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025236#M1699761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T16:09:09Z</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/9025237#M1699762</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;This type of error comes when you try to move some data to a data type which does not support the data. e.g you want to move "ABC' to a integer data type. If possible please post the dump. It will help others to analyze in better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 16:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025237#M1699762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T16:10:08Z</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/9025238#M1699763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BWTeamBW,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I think - you might have encountered this error duing a RFC Call nad with Complex Parameters Transfer(IMPORT// EXPORT / CHANGING) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to have the interface with prominent IMPORT / EXPORT / CHAGGING parameters and even if there are any tables parameter - have the structure definted in TABLE TYPES and pas it to the RFC function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep us posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kripa Rangachari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 16:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025238#M1699763</guid>
      <dc:creator>former_member182877</dc:creator>
      <dc:date>2012-09-26T16:11:34Z</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/9025239#M1699764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data type does not support then my full load should fail right but it did not. Only it happen when I do the delta load. It does not complain Full load..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kippa-Just to clarify: I am not using Function Module in the Datasource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the error message from T-code: ST22 &lt;/P&gt;&lt;P&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Internal Kernel Error&lt;BR /&gt;Runtime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PARAMETER_CONVERSION_ERROR&lt;BR /&gt;Application Component&amp;nbsp; BC-MID-RFC&lt;/P&gt;&lt;P&gt;Short text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the receipt of a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; During a remote function call, an error occurred while converting&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For further help in handling the problem, contact your SAP administrator&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the ABAP dump analysis transaction ST22 to view and manage&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; termination messages, in particular for long term reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Error analysis&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the conversion of a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 16:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025239#M1699764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T16:54:20Z</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/9025240#M1699765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the entire dump. It is not complete still. Download it in a text file and attach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 17:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025240#M1699765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T17:12:23Z</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/9025241#M1699766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BW,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Did you happen to check the ST22 and get some clue on which part of the program is erroring out?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please debug before that place and get the reason for the data parameter mappings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kripa Rangachari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 18:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025241#M1699766</guid>
      <dc:creator>former_member182877</dc:creator>
      <dc:date>2012-09-26T18:30:43Z</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/9025242#M1699767</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;as the error tells you: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the ABAP dump analysis transaction ST22 to view and manage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; termination messages, in particular for long term reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the code line where the dump occurs, check the data passed (helpul: LOG-POINTS using transaction SAAB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 19:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025242#M1699767</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2012-09-26T19:05:06Z</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/9025243#M1699768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you did not create a FM for extraction, I suppose your extracted s based on a table, a view, an infoset or such object. The initial load performed well, so look at the definition you input for the delta identification, usually a date, number range or some timestamp, check its definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 19:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025243#M1699768</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-09-26T19:36:10Z</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/9025244#M1699769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calling Thru Trans code: BPS0 in ECC 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Error while calling up RFC&lt;/H3&gt;&lt;P&gt;Message No. UPC202&lt;/P&gt;&lt;H3&gt;Diagnosis&lt;/H3&gt;&lt;P&gt;You have selected a function, to execute this the system must set up an RFC connection to another SAP System. However, setting up this connection was not successful. The following internal error message was generated:&lt;/P&gt;&lt;P&gt;"An error occurred during the receipt of a complex parameter."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after i check in bw trans code:st22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following this error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Internal Kernel Error&lt;BR /&gt;Runtime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PARAMETER_CONVERSION_ERROR&lt;BR /&gt;Application Component&amp;nbsp; BC-MID-RFC&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Short text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the receipt of a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;What happened?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; During a remote function call, an error occurred while converting&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;What can you do?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note which actions and input led to the error.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For further help in handling the problem, contact your SAP administrator&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the ABAP dump analysis transaction ST22 to view and manage&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; termination messages, in particular for long term reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;Error analysis&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the conversion of a complex parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 07:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025244#M1699769</guid>
      <dc:creator>mohammed_abdulkaleem8</dc:creator>
      <dc:date>2015-04-15T07:40:48Z</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/9025245#M1699770</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;are you trying to communicate betweenn a non-unicode ERP and a unicode BW system. The system should be able to handle this if properly configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you might check the data passed in the interface in detail - if the structures in both systems are not 100% the same, this may happen. I.e. someone may have put an append structure to any part of the interface involved in the ERP system buit did not do so in BW. Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 08:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025245#M1699770</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2015-04-15T08:20:21Z</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/9025246#M1699771</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;But in other ERP system &amp;amp; BW system is working OK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 08:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025246#M1699771</guid>
      <dc:creator>mohammed_abdulkaleem8</dc:creator>
      <dc:date>2015-04-15T08:37:23Z</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/9025247#M1699772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Calling Thru Trans code: BPS0 in ECC 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;getting this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="color: #333333; background: #ffffff;"&gt;Error while calling up RFC&lt;/H3&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Message No. UPC202&lt;/P&gt;&lt;H3 style="color: #333333; background: #ffffff;"&gt;Diagnosis&lt;/H3&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;You have selected a function, to execute this the system must set up an RFC connection to another SAP System. However, setting up this connection was not successful. The following internal error message was generated:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;"An error occurred during the receipt of a complex parameter."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;after i check in bw trans code:st22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Following this error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Internal Kernel Error&lt;BR /&gt;Runtime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PARAMETER_CONVERSION_ERROR&lt;BR /&gt;Application Component&amp;nbsp; BC-MID-RFC&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Short text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the receipt of a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;What happened?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; During a remote function call, an error occurred while converting&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;What can you do?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note which actions and input led to the error.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For further help in handling the problem, contact your SAP administrator&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the ABAP dump analysis transaction ST22 to view and manage&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; termination messages, in particular for long term reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;Error analysis&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the conversion of a complex parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 09:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025247#M1699772</guid>
      <dc:creator>mohammed_abdulkaleem8</dc:creator>
      <dc:date>2015-04-15T09:57:40Z</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/9025248#M1699773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Calling Thru Trans code: BPS0 in ECC 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;getting this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="color: #333333; background: #ffffff;"&gt;Error while calling up RFC&lt;/H3&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Message No. UPC202&lt;/P&gt;&lt;H3 style="color: #333333; background: #ffffff;"&gt;Diagnosis&lt;/H3&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;You have selected a function, to execute this the system must set up an RFC connection to another SAP System. However, setting up this connection was not successful. The following internal error message was generated:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;"An error occurred during the receipt of a complex parameter."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;after i check in bw trans code:st22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Following this error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Internal Kernel Error&lt;BR /&gt;Runtime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PARAMETER_CONVERSION_ERROR&lt;BR /&gt;Application Component&amp;nbsp; BC-MID-RFC&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Short text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the receipt of a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;What happened?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; During a remote function call, an error occurred while converting&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a complex parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;What can you do?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note which actions and input led to the error.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For further help in handling the problem, contact your SAP administrator&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the ABAP dump analysis transaction ST22 to view and manage&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; termination messages, in particular for long term reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;Error analysis&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the conversion of a complex parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 11:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025248#M1699773</guid>
      <dc:creator>mohammed_abdulkaleem8</dc:creator>
      <dc:date>2015-04-15T11:09:01Z</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/9025249#M1699774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdulkaleem/ Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have encountering similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I can check in st22 dump is that it is giving dump during a function module call (although my data source is simple table based) .&lt;/P&gt;&lt;P&gt;This FM is automatically created with name as /BIC/QI&amp;lt;"&lt;STRONG&gt;Datasource name"&lt;/STRONG&gt;&amp;gt;___1000 .&lt;/P&gt;&lt;P&gt;And while running only delta it is giving error.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/741339" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp; timestamp I am using is of domain type CPE_TIMESTAMP which is standard.&lt;/P&gt;&lt;P&gt;Also when I run the same delta with delta specific field as Numeric pointer and same timestamp it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please suggest what is the root cause of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 07:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025249#M1699774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-07T07:24:13Z</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/9025250#M1699775</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;Got a solution , in my case there was a text type object present in my ECC table.&lt;/P&gt;&lt;P&gt;Which we have unchecked in datasource from&amp;nbsp; RSO2&amp;nbsp; while creating it ,&lt;/P&gt;&lt;P&gt;this was not giving problem during full load , but while delta run was throwing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We created a view and removed that field in view from that table , and now delta is working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Abhishek Bhattacharya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 07:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025250#M1699775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-12T07:14:35Z</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/9025251#M1699776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 06:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-conversion-error/m-p/9025251#M1699776</guid>
      <dc:creator>former_member423107</dc:creator>
      <dc:date>2016-03-30T06:04:47Z</dc:date>
    </item>
  </channel>
</rss>

