<?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: How to watch / debug a context attribute in WDA while runtime? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058974#M1969228</link>
    <description>&lt;P&gt;Thank you for your help Amy. An ABAP developing colleague, I have asked for advice on this issue, had the same idea and we ran together trough the WDA debug tool to test if we can observe corresponding context attribute for getter / setter access somehow, but we werent successful.&lt;/P&gt;&lt;P&gt;We were able to find some references to the content of the attribute Im looking for, but its content is not what Im interested in. My task is rather to observe its value for any changes or read access and be able to identify where it comes from, means which dictionary objects are triggering it. Cause of this I cant follow your suggestion to set a break point somewhere - I wouldnt even know where, actually I would like to find out code segments which are affecting a context attribute first. I hope my explanations are clear more or less.&lt;/P&gt;&lt;P&gt;Probably we have missed something, if have any further clues those would be very welcome, thanks,&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2019 08:32:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-09-20T08:32:56Z</dc:date>
    <item>
      <title>How to watch / debug a context attribute in WDA while runtime?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058972#M1969226</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;
  &lt;P&gt;I have a WDA with an context controller attribute. There is no supply function for it, I have the strong sucpicion its changed while runtime. I wanna watch at it resp. monitor it in debugger for changes, it means I would like to identify where its used within the source.&lt;/P&gt;
  &lt;P&gt;How can I do it in ABAP? Thanks,&lt;/P&gt;
  &lt;P&gt;br&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058972#M1969226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-09-19T12:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to watch / debug a context attribute in WDA while runtime?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058973#M1969227</link>
      <description>&lt;P&gt;Web Dynpro has a special debug tool. Set a breakpoint in your code and execute the application to trigger the breakpoint. Once in debug, click "New Tool" to add a tool then select "Web Dynpro". &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1731674-capture1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1731676-capture2.png" /&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Amy&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 17:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058973#M1969227</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2019-09-19T17:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to watch / debug a context attribute in WDA while runtime?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058974#M1969228</link>
      <description>&lt;P&gt;Thank you for your help Amy. An ABAP developing colleague, I have asked for advice on this issue, had the same idea and we ran together trough the WDA debug tool to test if we can observe corresponding context attribute for getter / setter access somehow, but we werent successful.&lt;/P&gt;&lt;P&gt;We were able to find some references to the content of the attribute Im looking for, but its content is not what Im interested in. My task is rather to observe its value for any changes or read access and be able to identify where it comes from, means which dictionary objects are triggering it. Cause of this I cant follow your suggestion to set a break point somewhere - I wouldnt even know where, actually I would like to find out code segments which are affecting a context attribute first. I hope my explanations are clear more or less.&lt;/P&gt;&lt;P&gt;Probably we have missed something, if have any further clues those would be very welcome, thanks,&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 08:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058974#M1969228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-09-20T08:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to watch / debug a context attribute in WDA while runtime?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058975#M1969229</link>
      <description>&lt;P&gt;The answer to my question was this for me in fact:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2013/07/17/steps-to-do-a-global-search-in-abap-webdynpro/"&gt;https://blogs.sap.com/2013/07/17/steps-to-do-a-global-search-in-abap-webdynpro/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Its a bit dirty, since the search is showing you also sap generated classes, but works if you are looking for potential read or write operations. SAP ways are weird...&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 18:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-watch-debug-a-context-attribute-in-wda-while-runtime/m-p/12058975#M1969229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-09-24T18:54:16Z</dc:date>
    </item>
  </channel>
</rss>

