<?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: Perform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692311#M304030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on your requrement.&lt;/P&gt;&lt;P&gt;If you want to passteh variable as read only then use USING clause and if you want the variable to be read/ write one then you can use Changing clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using changing clause you can retireve values from performs. that is pass a vriable as changing and assign value to it in FORM then you can read the same variable in calling routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 12:47:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-27T12:47:52Z</dc:date>
    <item>
      <title>Perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692308#M304027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In perform statement, why do we need to use the using &amp;amp; changing statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johnn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692308#M304027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692309#M304028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is used to pass parameters. You can use it to run the same code for different data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692309#M304028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692310#M304029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ji Johnn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using - the fields which you are going to use in your perform.&lt;/P&gt;&lt;P&gt;Changing - the fields which you are going to change the values of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692310#M304029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692311#M304030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on your requrement.&lt;/P&gt;&lt;P&gt;If you want to passteh variable as read only then use USING clause and if you want the variable to be read/ write one then you can use Changing clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using changing clause you can retireve values from performs. that is pass a vriable as changing and assign value to it in FORM then you can read the same variable in calling routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692311#M304030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692312#M304031</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; perform can be written without using and changing options.&lt;/P&gt;&lt;P&gt; if you write a perform with using and changing parameters it means that you are using the variables specified in using option and changing the value of the variable used in changing option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692312#M304031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692313#M304032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      When you want to pass data to the subroutine then you use USING or CHANGING. the only difference between using and changing is when you pass by value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are using the 'USING' and you use pass by value then the value is not returned to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use CHANGING and you use pass by value then the value is returned if the subroutine completes with out any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use changing if you are passing by value and still vant to get the updated value after the routine call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise use USING.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/1692313#M304032</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-27T12:51:02Z</dc:date>
    </item>
  </channel>
</rss>

