<?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: Runtime Error for the Picking List Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586665#M264480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which FM is returning the error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2006 20:18:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-29T20:18:10Z</dc:date>
    <item>
      <title>Runtime Error for the Picking List Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586661#M264476</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;I am working on the smartform, used for GI Scrapping for 551 Movement type. The requirement is they need DEA number for the Plant. I have written code for getting the DEA number. Iacivated the form and I want to print it using the TCODE MB02.&lt;/P&gt;&lt;P&gt;I get the runtime error saying UPDATE TERMINATED.I saw Dump Analysis it says CALL_FUNCTION_PARM_MISSING. It says IS_ADRC is the parameter. The ABAP program is the include program /SMB40/M07DRSON. This show the function module lf_fname with out passing the parameter IS_ADRC. How can I change the program. This is Standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 18:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586661#M264476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T18:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error for the Picking List Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586662#M264477</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 think when you are calling the smart form function module you are missing the parameter IS_ADRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 18:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586662#M264477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T18:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error for the Picking List Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586663#M264478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats correct, but the program that calls the FM of smartform is a standard SAP Include program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 20:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586663#M264478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T20:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error for the Picking List Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586664#M264479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the smart form interface in the transaction SMARTFORMS you have to remove the parameter IS_ADRC. As the calling program will not automatically add the parameters if you add it in the smartforms...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the values from the table ADRC..you can write subroutines in the INITIALIZATION to get the values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 20:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586664#M264479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T20:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error for the Picking List Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586665#M264480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which FM is returning the error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 20:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-for-the-picking-list-smartform/m-p/1586665#M264480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T20:18:10Z</dc:date>
    </item>
  </channel>
</rss>

