<?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: using and changing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044656#M720676</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;Please the check the syntax help for FORM and PERFORM...You can check the standard sap help&lt;/P&gt;&lt;P&gt;&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, 02 Nov 2007 20:50:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-02T20:50:10Z</dc:date>
    <item>
      <title>using and changing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044654#M720674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;can anyone explain.. differnece between using and changing in subroutine concept. when we use??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 20:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044654#M720674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T20:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: using and changing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044655#M720675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the answer very simply by putting your cursor on a PERFORM statement and then pressing F1.&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, 02 Nov 2007 20:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044655#M720675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T20:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: using and changing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044656#M720676</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;Please the check the syntax help for FORM and PERFORM...You can check the standard sap help&lt;/P&gt;&lt;P&gt;&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, 02 Nov 2007 20:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044656#M720676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T20:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: using and changing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044657#M720677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THE MAIN DIFFERENCE BETWEEN &lt;/P&gt;&lt;P&gt;USING &amp;amp; CHANGING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF YOU USE USING EACH AND EVERY CHANGES MADE TO THE FORMAL PARAMETERS THE CHANGE EFFECT WILL BE IMEDIATLY EFFECT ON ACCTUAL PARAMETERS&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE AS INCASE OF THERE WILL BE NO IMEDEATE CHANGE TO THE ACTUAL PARAMETERS THE CHANGE WILL BE DONE WHEN IT REACHES THE END FORM.(SIMPLY INTERMEDIATE CHANGES OF FORMAL PARAMETERS WILL NOT BE EFFECT THE ACCTUAL PARAMETRES FINAL TESULTS WIL BE RETURN).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2007 21:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044657#M720677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-03T21:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: using and changing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044658#M720678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the subroutine you can modify the formal parameters irrespective of whether they are USING or CHANGING parameters. This is nothing else but messy coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP keyword documentation gives a good example of how to use USING and CHANGING parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;The following five PERFORM statements mean the same but only the &amp;lt;u&amp;gt;fourth &amp;lt;/u&amp;gt;is recommended, since it is the only one that documents the interface of the subroutine called. &amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: a1 TYPE string, 
      a2 TYPE string, 
      a3 TYPE string, 
      a4 TYPE string. 

PERFORM test USING a1 a2 a3 a4. 
PERFORM test CHANGING a1 a2 a3 a4. 
PERFORM test USING a1 CHANGING a2 a3 a4. 
PERFORM test USING a1 a2 CHANGING a3 a4. 
PERFORM test USING a1 a2 a3 CHANGING a4. 

... 

FORM test USING p1 TYPE string 
                p2 TYPE string 
          CHANGING value(p3) TYPE string 
                   value(p4) TYPE string. 
  ... 
ENDFORM. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2007 22:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-and-changing/m-p/3044658#M720678</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-11-03T22:38:16Z</dc:date>
    </item>
  </channel>
</rss>

