<?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: Read memory variables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069233#M1969938</link>
    <description>&lt;P&gt;Basicaly you will need to scan the source of the program : SCAN ABAP-SOURCE ... &lt;/P&gt;&lt;P&gt;it will gives you the list of variable&lt;/P&gt;&lt;P&gt;and after to access the content you could play with (program)variable  (with field symbol assignment)&lt;/P&gt;&lt;P&gt;but ...&lt;/P&gt;&lt;P&gt;the problem is, the variable content will change, maybe quickly, and you have nothing to say to your trace : take a screenshot &lt;/P&gt;&lt;P&gt;for my point of view, it is more easy to play with Ball Log. &lt;/P&gt;&lt;P&gt;Create a class that activate a ball log, with a trace level. In each program you have to use this class at specific moment. &lt;/P&gt;&lt;P&gt;If you have issu in production system, you just have to increase the trace level to have all detail information &lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 13:11:06 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2019-12-09T13:11:06Z</dc:date>
    <item>
      <title>Read memory variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069230#M1969935</link>
      <description>&lt;P&gt;Hi Experts!&lt;/P&gt;
  &lt;P&gt;I need to build a program to monitor in realtime the execution of a program in SAP.&lt;BR /&gt;Similar the SQLTrace, where I can activate or deactivate the trace.&lt;BR /&gt;When I activate the trace, this program should read the memory variables and those values.&lt;BR /&gt;It could be a standard or Z program.&lt;/P&gt;
  &lt;P&gt;Any tips?&lt;/P&gt;
  &lt;P&gt;Thank you very much.&lt;BR /&gt;Best regards,&lt;BR /&gt;Evaristo.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 12:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069230#M1969935</guid>
      <dc:creator>Evaristo</dc:creator>
      <dc:date>2019-12-09T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read memory variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069231#M1969936</link>
      <description>&lt;P&gt;maybe you need to restart by explaning what is your objective &lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 12:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069231#M1969936</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-12-09T12:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read memory variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069232#M1969937</link>
      <description>&lt;P&gt;Hi Frederic&lt;BR /&gt;&lt;BR /&gt;Thank you for your answer.&lt;BR /&gt;Basically what I need, when a program is executed, I need be able to get its in memory variables names and values.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Best regards,&lt;BR /&gt;Evaristo.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 12:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069232#M1969937</guid>
      <dc:creator>Evaristo</dc:creator>
      <dc:date>2019-12-09T12:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Read memory variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069233#M1969938</link>
      <description>&lt;P&gt;Basicaly you will need to scan the source of the program : SCAN ABAP-SOURCE ... &lt;/P&gt;&lt;P&gt;it will gives you the list of variable&lt;/P&gt;&lt;P&gt;and after to access the content you could play with (program)variable  (with field symbol assignment)&lt;/P&gt;&lt;P&gt;but ...&lt;/P&gt;&lt;P&gt;the problem is, the variable content will change, maybe quickly, and you have nothing to say to your trace : take a screenshot &lt;/P&gt;&lt;P&gt;for my point of view, it is more easy to play with Ball Log. &lt;/P&gt;&lt;P&gt;Create a class that activate a ball log, with a trace level. In each program you have to use this class at specific moment. &lt;/P&gt;&lt;P&gt;If you have issu in production system, you just have to increase the trace level to have all detail information &lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 13:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069233#M1969938</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-12-09T13:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Read memory variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069234#M1969939</link>
      <description>&lt;P&gt;Transaction SAT? Debugger script? Like Frederic, I don't get your objective, so I can't answer precisely.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 13:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069234#M1969939</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-09T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read memory variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069235#M1969940</link>
      <description>&lt;P&gt;Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area. At the same time, the person will be informed of your comment (currently not).&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 19:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069235#M1969940</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-09T19:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Read memory variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069236#M1969941</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/920935/evaristobroulloncouso.html"&gt;Evaristo Broullon Couso&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Are you looking for something like transaction S_MEMORY_INSPECTOR.&lt;/P&gt;&lt;P&gt;To create snapshot from program, select main menu - System - Utilities - Memory Analysis - Create snapshot&lt;/P&gt;&lt;P&gt;then go to S_MEMORY_INSPECTOR to analyse it.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 05:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-memory-variables/m-p/12069236#M1969941</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2019-12-10T05:34:38Z</dc:date>
    </item>
  </channel>
</rss>

