<?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 CALL_FUNCTION_PARM_UNKNOWN when running a Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717948#M1107849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I developed a Function Module (SE37) with a number of import parameters. Transported to the TEST system. Works fine, except that we decided that 1 parameter was obsolete.&lt;/P&gt;&lt;P&gt;Back to Development, SE37, change the FM by &lt;U&gt;deleting the obsolete parameter line&lt;/U&gt;. Checked and activated, no problem. Transported to TEST again.&lt;/P&gt;&lt;P&gt;When I now test, the FM dumps immediately saying CALL_FUNCTION_PARM_UNKNOWN.&lt;/P&gt;&lt;P&gt;"Es wurde der Funktionsbaustein "Z_AANMAAK" aufgerufen und der Parameter "AFGEKEURD" mitgegeben. Dieser Parameter ist aber dort nicht definiert."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check in &lt;U&gt;Development&lt;/U&gt;, in the FM, in the list of import parameters, the deleted parameter is not there. &lt;/P&gt;&lt;P&gt;In the &lt;U&gt;TEST&lt;/U&gt; system, the deleted parameter IS in the list of import parameters. But when I check the source code, which starts with the list of all parameters and exceptions (in comments), the deleted parameter is NOT showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried by putting back the deleted parameter and transporting, then deleting again and transporting. That did not help.&lt;/P&gt;&lt;P&gt;I tried by putting back the deleted parameter and renaming it, then transporting. That did not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that there is a bug. The deleted parameter should have been deleted from one of the SAP tables, but it isn't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone of you know the solution?&lt;/P&gt;&lt;P&gt;Thanks very much for any help!!&lt;/P&gt;&lt;P&gt;Ger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2008 18:58:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-13T18:58:26Z</dc:date>
    <item>
      <title>CALL_FUNCTION_PARM_UNKNOWN when running a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717948#M1107849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I developed a Function Module (SE37) with a number of import parameters. Transported to the TEST system. Works fine, except that we decided that 1 parameter was obsolete.&lt;/P&gt;&lt;P&gt;Back to Development, SE37, change the FM by &lt;U&gt;deleting the obsolete parameter line&lt;/U&gt;. Checked and activated, no problem. Transported to TEST again.&lt;/P&gt;&lt;P&gt;When I now test, the FM dumps immediately saying CALL_FUNCTION_PARM_UNKNOWN.&lt;/P&gt;&lt;P&gt;"Es wurde der Funktionsbaustein "Z_AANMAAK" aufgerufen und der Parameter "AFGEKEURD" mitgegeben. Dieser Parameter ist aber dort nicht definiert."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check in &lt;U&gt;Development&lt;/U&gt;, in the FM, in the list of import parameters, the deleted parameter is not there. &lt;/P&gt;&lt;P&gt;In the &lt;U&gt;TEST&lt;/U&gt; system, the deleted parameter IS in the list of import parameters. But when I check the source code, which starts with the list of all parameters and exceptions (in comments), the deleted parameter is NOT showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried by putting back the deleted parameter and transporting, then deleting again and transporting. That did not help.&lt;/P&gt;&lt;P&gt;I tried by putting back the deleted parameter and renaming it, then transporting. That did not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that there is a bug. The deleted parameter should have been deleted from one of the SAP tables, but it isn't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone of you know the solution?&lt;/P&gt;&lt;P&gt;Thanks very much for any help!!&lt;/P&gt;&lt;P&gt;Ger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 18:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717948#M1107849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T18:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_UNKNOWN when running a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717949#M1107850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you checked the import logs of the transport in your Test system? Perhaps an after import method has failed!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would try to transport the function module, or better the complete function group again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 20:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717949#M1107850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T20:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_UNKNOWN when running a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717950#M1107851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to transport the whole function group, the symptoms seem to indicate that only the source of the function module was transported. Look into your transport request, is there a function group (R3TR FUGR) or only the sub-object program source (LIMU REPS), this can (and has) generate inconsistencies in the Function Group definition (SAP tables and Program sources)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE37 there is an option in one of the menus to correct damaged function groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 21:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717950#M1107851</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-11-13T21:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_UNKNOWN when running a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717951#M1107852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan, the import logs are fine, but transporting the function group is a good plan, I cannot reach these systems now but I will try that later. Thanks. Ger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 07:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717951#M1107852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T07:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_UNKNOWN when running a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717952#M1107853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond, I will try the transport of the function group. And I will look for that option for correction of a damaged function group. Thanks. Ger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 07:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717952#M1107853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T07:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_UNKNOWN when running a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717953#M1107854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;I found the repair. It started a repair of the function group. So the transport contained the function group. After transporting to TEST my problem was gone. So thanks again, also for Stephan.&lt;/P&gt;&lt;P&gt;Ger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 20:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-unknown-when-running-a-function-module/m-p/4717953#M1107854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T20:03:11Z</dc:date>
    </item>
  </channel>
</rss>

