<?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 delivery output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869521#M1788636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no importing parameter in the interface &lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;"IS_DLV_DELNOTE"&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2013 07:10:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-11T07:10:01Z</dc:date>
    <item>
      <title>CALL_FUNCTION_PARM_MISSING in delivery output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869516#M1788631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue while adding the output type to delivery.I have created a print program and a smartform and assigned to a output type.When the output type added in the vl02n I m getting an update termination error and run time error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL_FUNCTION_PARM_MISSING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_DYN_CALL_PARAM_MISSING',&lt;/P&gt;&lt;P&gt; was neither&lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure "PROCESSING"&lt;/P&gt;&lt;P&gt; "(FORM)"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;When calling the function module "/1BCDWB/SF00000XXX", 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;&lt;/P&gt;&lt;P&gt;This parameter was "IS_DLV_DELNOTE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Narmadha M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 02:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869516#M1788631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-11T02:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in delivery output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869517#M1788632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to pass the parameter in the smartform call in driver program. Is it a standard driver/smartform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 05:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869517#M1788632</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-11T05:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in delivery output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869518#M1788633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your smartform has a importing parameter in its interface "IS_DLV_DELNOTE" which is needed to be passed to the form from the driver program.&lt;/P&gt;&lt;P&gt;Check you driver program for the smartform call and add the parameter to the exporting parameters.&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;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 06:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869518#M1788633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-11T06:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in delivery output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869519#M1788634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No its a customized program and smartforms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 07:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869519#M1788634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-11T07:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in delivery output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869520#M1788635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narmadha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have made the parameter IS_DLV_DELNOTE as mandatory in the smartform Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either make the parameter as optional or else make sure you supply the parameter with some value while calling the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay Bose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 07:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869520#M1788635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-11T07:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in delivery output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869521#M1788636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no importing parameter in the interface &lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;"IS_DLV_DELNOTE"&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 07:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869521#M1788636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-11T07:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in delivery output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869522#M1788637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the call of your smartform in your driver program. In your smartform you have this IS_ parameter which you have not passed while calling smartform. In case you do not need it delete it from smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 07:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869522#M1788637</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-11T07:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_PARM_MISSING in delivery output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869523#M1788638</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;I have declared a structure as is_delv_delnote and added that parameter while calling the smartform from the driver program.&lt;/P&gt;&lt;P&gt;Now i am not getting the update error.&lt;/P&gt;&lt;P&gt;Thanks all for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narmadha M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 04:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-parm-missing-in-delivery-output/m-p/9869523#M1788638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-26T04:38:53Z</dc:date>
    </item>
  </channel>
</rss>

