<?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 tables. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269156#M1216505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/meaning-of-changing-var-in-subroutine-call.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/meaning-of-changing-var-in-subroutine-call.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it would helpful&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Durga.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2009 07:49:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-16T07:49:11Z</dc:date>
    <item>
      <title>Perform tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269151#M1216500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How and why to use tables in perform (subroutines) statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do tell me the difference between using and changing statement in perform (subroutines).., ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 07:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269151#M1216500</guid>
      <dc:creator>vasanth_rajagopal</dc:creator>
      <dc:date>2009-03-16T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Perform tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269152#M1216501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are supposed to search first the forum for your question before posting : this will save your time waiting for answers also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link : &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="870712"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 07:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269152#M1216501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T07:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Perform tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269153#M1216502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go through this link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db977635c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db977635c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 07:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269153#M1216502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Perform tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269154#M1216503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Befor perform a=1, b=2.&lt;/P&gt;&lt;P&gt;*PERFORM &amp;lt;subroutine&amp;gt; [(&amp;lt;program&amp;gt;)] [TABLES &amp;lt;actual table list&amp;gt; 'int' ]&lt;/P&gt;&lt;P&gt;					     [USING &amp;lt;actual input list&amp;gt; 'a']&lt;/P&gt;&lt;P&gt;					     [CHANGING &amp;lt;actual output list&amp;gt; 'b' ]*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Perform a=1, b=3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use int tbale in form....endform. This way u can use tables in performs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using - it will be used in form....endform. Its value not chnages after returing back to program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing - it will be used in form....endform. Its value chnages after returing back to program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 07:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269154#M1216503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T07:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Perform tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269155#M1216504</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;Do search before posting such question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A &lt;STRONG&gt;subroutine&lt;/STRONG&gt; is an internal modularization unit within a program, to which you can pass data using an interface. You use subroutines to encapsulate parts of your program, either to make the program easier to understand, or because a particular section of coding is used at several points in the program.&lt;/P&gt;&lt;P&gt;Your program thus becomes more function-oriented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USING - CALL BY VALUE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CHANGING - CALL BY REFERENCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 07:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269155#M1216504</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-03-16T07:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Perform tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269156#M1216505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/meaning-of-changing-var-in-subroutine-call.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/meaning-of-changing-var-in-subroutine-call.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it would helpful&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Durga.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 07:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-tables/m-p/5269156#M1216505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T07:49:11Z</dc:date>
    </item>
  </channel>
</rss>

