<?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: Problem with PERFORM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259330#M147114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Girish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The numbers of parameter in PERFORM and FORM statements should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just pass all the 5 changing variables in your perform statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the 2 parameters which are not of use, you can pass the default values for them(Eg space/blank for char).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neeraj Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2006 07:12:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-16T07:12:11Z</dc:date>
    <item>
      <title>Problem with PERFORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259326#M147110</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;      In a progrm the perform statement is coded with 3 changing parameters but the actual form is in a sap standard include progrm with 5 changing parameters so it is leading to an error how can i proceed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Girish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 06:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259326#M147110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T06:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259327#M147111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass the other 2 changing variables as well in the perform statements. its up to u whether to use those 2 variables or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 06:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259327#M147111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T06:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259328#M147112</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;In the perform statement,just try passing the blank value for the other parameters in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KIndly reward points by clikcing the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 06:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259328#M147112</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-03-16T06:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259329#M147113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You will need to pass all the parameters to form in perform statement. there is no otherway out.&lt;/P&gt;&lt;P&gt;If you dont have anything to pass, pass the empty tables / variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 06:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259329#M147113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T06:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259330#M147114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Girish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The numbers of parameter in PERFORM and FORM statements should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just pass all the 5 changing variables in your perform statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the 2 parameters which are not of use, you can pass the default values for them(Eg space/blank for char).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neeraj Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 07:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259330#M147114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T07:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259331#M147115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Girish,&lt;/P&gt;&lt;P&gt;    Pass Blank Values in the other two parameters of your Perform ... hope by doing this way you might not come across such any errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 07:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform/m-p/1259331#M147115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T07:22:48Z</dc:date>
    </item>
  </channel>
</rss>

