<?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: CALL_FUNCTION_PARM_MISSING in transaction FB60 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516967#M1560163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is ZNEW a customer developed object?  If so, debug and look at what is happening when that FM is called....perhaps the I_XBLNR has not been populated at that point....there could be other problems of course....  I don't see SAP Notes, so this is probably an error in custom development done at your installation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Nov 2010 18:22:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-29T18:22:21Z</dc:date>
    <item>
      <title>CALL_FUNCTION_PARM_MISSING in transaction FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516965#M1560161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI guru's,&lt;/P&gt;&lt;P&gt;     This is the error analysis part in the dump we got,:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was&lt;/P&gt;&lt;P&gt;     not caught in    procedure "OPEN_FI_PERFORM_00001030_E" "(FUNCTION)", nor was it propagated by a&lt;/P&gt;&lt;P&gt;     RAISING clause.&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;    exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    When calling the function module "ZNEW", one of the parameters&lt;/P&gt;&lt;P&gt;    needed according to the interface description was not specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    This parameter was "I_XBLNR".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an error occured for my user while running fb60 transaction. PLease help me in sorting out this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subject line modified&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Nov 29, 2010 1:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 18:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516965#M1560161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-29T18:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in transaction FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516966#M1560162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that you are not passing the parameter I_XBLNR to your custom FM ZNEW in code that you have modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 18:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516966#M1560162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-29T18:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in transaction FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516967#M1560163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is ZNEW a customer developed object?  If so, debug and look at what is happening when that FM is called....perhaps the I_XBLNR has not been populated at that point....there could be other problems of course....  I don't see SAP Notes, so this is probably an error in custom development done at your installation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 18:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516967#M1560163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-29T18:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in transaction FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516968#M1560164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTE 1030 has been activated, but is not working correctly. Or it did work correctly, and now somebody has transported a new version of ZNEW with an additional required parameter.&lt;/P&gt;&lt;P&gt;In which system did the problem occur, development, testing, production?&lt;/P&gt;&lt;P&gt;Anyway, try to fix this quickly, find out who to blame and better synchronize your developments.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 20:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516968#M1560164</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-11-29T20:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in transaction FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516969#M1560165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;   There was a BTE  triggered for this customised "OPEN_FI_PERFORM_00001030_E"  function module which didnt allow to run the trans fb60to its completion mode. This was trigerred using a workflow. I found that customised triggered part and cleared the dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Livingston.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 16:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516969#M1560165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-02T16:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in transaction FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516970#M1560166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"This was trigerred using a workflow. I found that customised triggered part and cleared the dump"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same error. Where was it exactly "that customised triggered part". What you did exactly to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nicholas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 16:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516970#M1560166</guid>
      <dc:creator>nicholas_bourgon</dc:creator>
      <dc:date>2010-12-06T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in transaction FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516971#M1560167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nicholas,&lt;/P&gt;&lt;P&gt;   Goto BF44 and Bf24 and remove the  function module. Be careful, because if someother is using the particular Fm it mat affect that process also, Find which is urs and remove it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 14:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516971#M1560167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-07T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in transaction FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516972#M1560168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 19:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-transaction-fb60/m-p/7516972#M1560168</guid>
      <dc:creator>nicholas_bourgon</dc:creator>
      <dc:date>2010-12-13T19:44:36Z</dc:date>
    </item>
  </channel>
</rss>

