<?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>Question Re: Error during transfer of Purchase Orders via CIF in Supply Chain Management Q&amp;A</title>
    <link>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506397#M157927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, the quality system has a note which wasn't there in Prod. It's a delta. You may also try to debug the FM that calls the said FM to track the SAP note responsible for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 15:29:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-01-19T15:29:01Z</dc:date>
    <item>
      <title>Error during transfer of Purchase Orders via CIF</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaq-p/11506394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing errors while trying to transfer POs from ECC to APO. Both the below methods are throwing error or short dump:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CCR (Send to APO) -&amp;gt; Gives error "Function parameter "IT_ATPFIELD_AB" is unknown."&lt;/LI&gt;&lt;LI&gt;RIMODINI in ECC of PO Integration model. -&amp;gt; Short dumps in ECC : "CALL_FUNCTION_PARM_UNKNOWN"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched a lot on SAP support portal and on SCN, but I'm unable to find a proper solution or SAP note which pertains to the exact error that we are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the extract of the short dumps (2 similar dumps):&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABAP Programming Error&lt;/P&gt;&lt;P&gt;Runtime Errors&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; CALL_FUNCTION_PARM_UNKNOWN&lt;/P&gt;&lt;P&gt;Except.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CX_SY_DYN_CALL_PARAM_NOT_FOUND&lt;/P&gt;&lt;P&gt;ABAP Program&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; &lt;STRONG&gt;SAPLCPUR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Application Component&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCM-BAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Short Text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function parameter "IT_ATPFIELD_AB" is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The current ABAP program "SAPLCPUR" had to be terminated because it has&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function module "ME_APO_INITIALIZE_PO" was called with parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "IT_ATPFIELD_AB".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This parameter is not defined there however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An exception has occurred which is explained in more detail below. The&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exception is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND' and was not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; caught in procedure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "CIF_ADC_TRANSMIT_PO_BLOCK" "(FUNCTION)", nor was it propagated by a RAISING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since the caller of the procedure could not have anticipated this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exception, the current program was terminated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reason for the exception is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function module "ME_APO_INITIALIZE_PO" was called with parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "IT_ATPFIELD_AB".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This parameter is not defined there however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===========================================================================&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABAP Programming Error&lt;/P&gt;&lt;P&gt;Runtime Errors&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; CALL_FUNCTION_PARM_UNKNOWN&lt;/P&gt;&lt;P&gt;Except.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CX_SY_DYN_CALL_PARAM_NOT_FOUND&lt;/P&gt;&lt;P&gt;ABAP Program&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; &lt;STRONG&gt;SAPLCIRF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Application Component&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCM-BAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Short Text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function parameter "IT_ATPFIELD_AB" is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The current ABAP program "SAPLCIRF" had to be terminated because it has&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function module "ME_APO_INITIALIZE_PO" was called with parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "IT_ATPFIELD_AB".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This parameter is not defined there however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An exception has occurred which is explained in more detail below. The&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exception is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND' and was not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; caught in procedure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "CIF_REFRESH_PURCHASE_ORDER" "(FUNCTION)", nor was it propagated by a RAISING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since the caller of the procedure could not have anticipated this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exception, the current program was terminated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reason for the exception is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function module "ME_APO_INITIALIZE_PO" was called with parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "IT_ATPFIELD_AB".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This parameter is not defined there however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=========================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this would be greatly appreciated, Thanks!&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;Bhuvan Paliwal &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaq-p/11506394</guid>
      <dc:creator>bhuvanpaliwal</dc:creator>
      <dc:date>2016-01-18T15:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error during transfer of Purchase Orders via CIF</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506395#M157925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bhuvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you recently apply any SAP OSS notes ? or upgraded your system ? For me this looks to be a case of inconsistency in the system due to missing code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Function module ME_APO_INITIALIZE_PO has the importing parameter &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;IT_ATPFIELD_AB &lt;/STRONG&gt;that had been added as part of one of the Service Pack releases. So, for sure this is brought by a note and it is clearly missing.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Please raise a ticket to SAP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Thanks &amp;amp; Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 09:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506395#M157925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-19T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error during transfer of Purchase Orders via CIF</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506396#M157926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes we are facing this issue in Quality system after system copy from Production.&lt;/P&gt;&lt;P&gt;I think I have no other choice left than raising this to SAP. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506396#M157926</guid>
      <dc:creator>bhuvanpaliwal</dc:creator>
      <dc:date>2016-01-19T13:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error during transfer of Purchase Orders via CIF</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506397#M157927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, the quality system has a note which wasn't there in Prod. It's a delta. You may also try to debug the FM that calls the said FM to track the SAP note responsible for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506397#M157927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-19T15:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error during transfer of Purchase Orders via CIF</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506398#M157928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It turns out that after the system refresh, there was a transport moved which should not have been done. It was simply a case of version mismatch! Thanks for the help. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhuvan Paliwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 09:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/error-during-transfer-of-purchase-orders-via-cif/qaa-p/11506398#M157928</guid>
      <dc:creator>bhuvanpaliwal</dc:creator>
      <dc:date>2016-01-20T09:00:26Z</dc:date>
    </item>
  </channel>
</rss>

