<?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 how to find memory diffrence between two programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184026#M464830</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;i want some clarification &lt;/P&gt;&lt;P&gt;i have one which is occuping more memory&lt;/P&gt;&lt;P&gt;then i copied that  program to antoher program&lt;/P&gt;&lt;P&gt;now i want to check memory diffrence between these two program.&lt;/P&gt;&lt;P&gt;ASAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 15:16:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T15:16:57Z</dc:date>
    <item>
      <title>how to find memory diffrence between two programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184026#M464830</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;i want some clarification &lt;/P&gt;&lt;P&gt;i have one which is occuping more memory&lt;/P&gt;&lt;P&gt;then i copied that  program to antoher program&lt;/P&gt;&lt;P&gt;now i want to check memory diffrence between these two program.&lt;/P&gt;&lt;P&gt;ASAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 15:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184026#M464830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T15:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to find memory diffrence between two programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184027#M464831</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; Guess you can check the MEMORY CONSUMPTION in the debugging of both the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Goto SETTINGS--&amp;gt; MEMORY MONITORING from the debugging screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps.&lt;/P&gt;&lt;P&gt; Cheeers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 15:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184027#M464831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T15:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to find memory diffrence between two programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184028#M464832</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;ABAP memory is the memory area that all ABAP programs within the same internal session can access using the EXPORT and IMPORT statements. Data within this area remains intact during a whole sequence of program calls. To pass data to a program which you are calling, the data needs to be placed in ABAP memory before the call is made. The internal session of the called program then replaces that of the calling program. The program called can then read from the ABAP memory. If control is then returned to the program which made the initial call, the same process operates in reverse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 16:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184028#M464832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T16:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to find memory diffrence between two programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184029#M464833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SE30 Transaction ,run ur first program and then second program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better results use ST05 (SQL Trace ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto ST05 and then trace on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use first transaction...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then trace off and see list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use one more session and then use ST05 Again,&lt;/P&gt;&lt;P&gt;Trace on ,use second transaction see the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compare both list and you will have some idea now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 16:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-memory-diffrence-between-two-programs/m-p/2184029#M464833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T16:20:19Z</dc:date>
    </item>
  </channel>
</rss>

