<?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: ABAP runtime error PERFORM_PARAMETER_MISSING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-perform-parameter-missing/m-p/1284963#M153677</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;Pl verify the program that calls this routine. It looks like the actual &amp;amp; formal parameters are out of sync. The perform statement in the calling program should be like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ZMAIL_PARAMETER USING &lt;/P&gt;&lt;P&gt;               PARAFELD PARAWERT PNAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Mar 2006 03:34:02 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-03-12T03:34:02Z</dc:date>
    <item>
      <title>ABAP runtime error PERFORM_PARAMETER_MISSING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-perform-parameter-missing/m-p/1284962#M153676</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;could you pls help to check this? tkx in advance.&lt;/P&gt;&lt;P&gt;Missing parameter with PERFORM.&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;A routine call specifies fewer parameters than the number&lt;/P&gt;&lt;P&gt;given when defining the routine.&lt;/P&gt;&lt;P&gt;The current ABAP/4 program "SAPMV50A " had to be terminated because&lt;/P&gt;&lt;P&gt;one of the statements could not be executed.&lt;/P&gt;&lt;P&gt;source code;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------" /&gt;&lt;P&gt;001340   FORM ZMAIL_PARAMETER USING PARAFELD PARAWERT&lt;/P&gt;&lt;P&gt;     &amp;gt;                              PNAST STRUCTURE NAST.&lt;/P&gt;&lt;P&gt;001360&lt;/P&gt;&lt;P&gt;001370   DATA: LV_VBELN LIKE LIKP-VBELN,&lt;/P&gt;&lt;P&gt;001380         LV_POSNR LIKE LIPS-POSNR.&lt;/P&gt;&lt;P&gt;001390   * Besorgen der Positionsdaten&lt;/P&gt;&lt;P&gt;001400     LV_VBELN = PNAST-OBJKY(10).&lt;/P&gt;&lt;P&gt;001410     LV_POSNR = PNAST-OBJKY+10(6).&lt;/P&gt;&lt;P&gt;001420     READ TABLE XLIPS WITH KEY VBELN = LV_VBELN&lt;/P&gt;&lt;P&gt;001430                               POSNR = LV_POSNR.&lt;/P&gt;&lt;P&gt;001440     CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;001450     PERFORM LIPS_BEARBEITEN_VORBEREITEN(SAPFV50P).&lt;/P&gt;&lt;P&gt;001460   * Textsymbolersetzung&lt;/P&gt;&lt;P&gt;001470     PERFORM MAILAKTIONSPARAMETER USING PARAFELD PARAWERT&lt;/P&gt;&lt;P&gt;001480                                         PNAST.&lt;/P&gt;&lt;P&gt;001490&lt;/P&gt;&lt;P&gt;001500   ENDFORM.     &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;kind regards, susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2006 02:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-perform-parameter-missing/m-p/1284962#M153676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-12T02:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime error PERFORM_PARAMETER_MISSING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-perform-parameter-missing/m-p/1284963#M153677</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;Pl verify the program that calls this routine. It looks like the actual &amp;amp; formal parameters are out of sync. The perform statement in the calling program should be like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ZMAIL_PARAMETER USING &lt;/P&gt;&lt;P&gt;               PARAFELD PARAWERT PNAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2006 03:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-perform-parameter-missing/m-p/1284963#M153677</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-12T03:34:02Z</dc:date>
    </item>
  </channel>
</rss>

