<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: What a mistake! Exception CX_SY_DYN_CALL_ILLEGAL_TYPE [SAP]</title>
	<atom:link href="http://www.itcserver.com/blog/2010/04/30/what-a-mistake-exception-cx_sy_dyn_call_illegal_type-sap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcserver.com/blog/2010/04/30/what-a-mistake-exception-cx_sy_dyn_call_illegal_type-sap/</link>
	<description>The SAP Consultant's Journey</description>
	<pubDate>Sat, 19 May 2012 10:19:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Dawis</title>
		<link>http://www.itcserver.com/blog/2010/04/30/what-a-mistake-exception-cx_sy_dyn_call_illegal_type-sap/#comment-82894</link>
		<dc:creator>Dawis</dc:creator>
		<pubDate>Sat, 14 Aug 2010 16:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=380#comment-82894</guid>
		<description>you were right - It does happens when you are tired..

For the whole time I was using iv_partner_PFT instead of iv_partner_FCT..

Damn right - why would it not give you info about which parameter was wrong..

I was allready starting to believe there is whole new dimension of SAP I do not know about and this is first instance I met with that dimension.. Luckily it had nothing to do with DESTINATION keyword</description>
		<content:encoded><![CDATA[<p>you were right - It does happens when you are tired..</p>
<p>For the whole time I was using iv_partner_PFT instead of iv_partner_FCT..</p>
<p>Damn right - why would it not give you info about which parameter was wrong..</p>
<p>I was allready starting to believe there is whole new dimension of SAP I do not know about and this is first instance I met with that dimension.. Luckily it had nothing to do with DESTINATION keyword</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawis</title>
		<link>http://www.itcserver.com/blog/2010/04/30/what-a-mistake-exception-cx_sy_dyn_call_illegal_type-sap/#comment-82889</link>
		<dc:creator>Dawis</dc:creator>
		<pubDate>Sat, 14 Aug 2010 16:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=380#comment-82889</guid>
		<description>At least you saw what ws wrong in the end..
This code gives me the same exception...
and types are equivalent I am sure..
CALL FUNCTION 'CRM_PARTNER_READ_OW'
    EXPORTING
      iv_ref_guid          = lv_header_guid
      iv_ref_kind          = 'A'"lv_ref_kind "for header
      iv_partner_pft       = 'Z0000035'"lv_partner_fct "RDC/FDC
    IMPORTING
      es_partner_wrk       = ls_rdc_partner_wrk
    EXCEPTIONS
      error_occurred       = 1
      parameter_error      = 2
      entry_does_not_exist = 3
      OTHERS               = 4.</description>
		<content:encoded><![CDATA[<p>At least you saw what ws wrong in the end..<br />
This code gives me the same exception&#8230;<br />
and types are equivalent I am sure..<br />
CALL FUNCTION &#8216;CRM_PARTNER_READ_OW&#8217;<br />
    EXPORTING<br />
      iv_ref_guid          = lv_header_guid<br />
      iv_ref_kind          = &#8216;A&#8217;&#8221;lv_ref_kind &#8220;for header<br />
      iv_partner_pft       = &#8216;Z0000035&#8242;&#8221;lv_partner_fct &#8220;RDC/FDC<br />
    IMPORTING<br />
      es_partner_wrk       = ls_rdc_partner_wrk<br />
    EXCEPTIONS<br />
      error_occurred       = 1<br />
      parameter_error      = 2<br />
      entry_does_not_exist = 3<br />
      OTHERS               = 4.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

