<?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: Regarding FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194105#M468085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an optional setting for all the parameters of a Function Module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 07:52:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T07:52:42Z</dc:date>
    <item>
      <title>Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194104#M468084</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;1. when the FM was created, it was having 5 import parameters. and it is called inside a BADI&lt;/P&gt;&lt;P&gt;2. later one import parameter(last one) has been removed  but the correction at place where it is called is not done.&lt;/P&gt;&lt;P&gt;3. I have the same BADI, same FM and same code on two servers.&lt;/P&gt;&lt;P&gt;4. On Server A it is working fine without giving any dump.&lt;/P&gt;&lt;P&gt;5. while on server B the same code is giving error as follows:-&lt;/P&gt;&lt;P&gt;CALL_FUNCTION_PARM_UNKNOWN&lt;/P&gt;&lt;P&gt; CX_SY_DYN_CALL_PARAM_NOT_FOUND&lt;/P&gt;&lt;P&gt;6. On server A, to test i have written a temporary program which call the Fm, &lt;/P&gt;&lt;P&gt;here also now i am getting the same dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question:&lt;/P&gt;&lt;P&gt;Is there any setting in BADI or some where else to not to considered the parameter(specially last one) if it is not defination/declaratuion of FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the approach why the same thing is giving the error on server B but not the server A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;useful answer will, rewarded with point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 07:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194104#M468084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194105#M468085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an optional setting for all the parameters of a Function Module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 07:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194105#M468085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194106#M468086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if the removed parameter was optional....in such a case it is possible that the parameter was not passed at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the code in the server where it is running properly....and see how the call is made....if possible...paste the call here and give details about the respective parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Priyank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 07:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194106#M468086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194107#M468087</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;Please tick the OPTIONAL check box against the field which is not required in SERVER B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 07:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194107#M468087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194108#M468088</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;The parameter is already removed as not been used inside FM.&lt;/P&gt;&lt;P&gt;So ticking optional attribute did not comes in to picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is:-&lt;/P&gt;&lt;P&gt;Is there any setting which making to give dump on Server B but on Server even though all the code is same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194108#M468088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194109#M468089</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;You need to comment the parameter in the program where the FM is called. &lt;/P&gt;&lt;P&gt;That is the only solution to avoid the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194109#M468089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194110#M468090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;calls at both the server are same.the second server is replica of first one. but in the server where error is coming , many other program developments were made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194110#M468090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194111#M468091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give details about the FM interface and also paste the code for calling this FM where it is giving you a dump?&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;Priyank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194111#M468091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194112#M468092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The the dump in server B is coming due to Unicode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On server A the unicode was disabled while Server is unicode enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is note number 578070.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Summary&lt;/P&gt;&lt;P&gt;Symptom &lt;/P&gt;&lt;P&gt;As of Kernel Release 610, the CALL_FUNCTION_PARM_UNKNOWN runtime error occurs where no runtime error occurred previously.&lt;/P&gt;&lt;P&gt;Reason and Prerequisites &lt;/P&gt;&lt;P&gt;Up to now, "excess" parameters were simply ignored for function module calls ("excess" parameters are parameters that are not defined in the interface of the function module or are defined in another category (IMPORTING/EXPORTING/CHANGING/TABLE)).&lt;/P&gt;&lt;P&gt;This behavior caused problems time and time again because a parameter name that was inadvertently written incorrectly resulted in the program not running as intended; the error was not reported by the runtime error even though it was evident.&lt;/P&gt;&lt;P&gt;The behavior was therefore changed in such a way that excess parameters now result in the CALL_FUNCTION_PARM_UNKNOWN runtime error during "static" function calls (that is, if the function name is specified as a literal).&lt;/P&gt;&lt;P&gt;The check is only performed with "normal" function calls, that is, not with update calls or remote calls.&lt;/P&gt;&lt;P&gt;Since this is incompatible, this intensified test is only performed in conjunction with Unicode checks, that is, only if the calling program is Unicode-enabled.&lt;/P&gt;&lt;P&gt;If the function name is specified via a variable, this check is not performed because this was frequently used to call a number of different function modules with the quantity of all possible parameters (as a weak forerunner to the function module call with a dynamic parameter quantity).&lt;/P&gt;&lt;P&gt;Solution &lt;/P&gt;&lt;P&gt;The error must be eliminated via a change in the ABAP program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 11:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2194112#M468092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T11:04:17Z</dc:date>
    </item>
  </channel>
</rss>

