<?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 eCATT - get data from HTMLViewer control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416596#M1844049</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;I want to get data that are displayed inside a HTMLViewer control. The eCATT GETGUI command only get the whole control, means I can't get the text values inside the control. Is there a way to grap the content of the control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2014 20:50:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-30T20:50:32Z</dc:date>
    <item>
      <title>eCATT - get data from HTMLViewer control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416596#M1844049</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;I want to get data that are displayed inside a HTMLViewer control. The eCATT GETGUI command only get the whole control, means I can't get the text values inside the control. Is there a way to grap the content of the control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 20:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416596#M1844049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-30T20:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: eCATT - get data from HTMLViewer control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416597#M1844050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try recording those fields in which case the values in those fields gets recorded as get value in the mode and then try changing to value to a variable. This is how its done in TCD driver. Please let us know which driver are you using to record, i am assuming SAPGUI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 10:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416597#M1844050</guid>
      <dc:creator>AjayHS</dc:creator>
      <dc:date>2014-07-02T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: eCATT - get data from HTMLViewer control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416598#M1844051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can try the "complete View" button. It displays additional details other than field value.&lt;/P&gt;&lt;P&gt;Let me know if this is what you were looking for.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/505615" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 03:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416598#M1844051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-25T03:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: eCATT - get data from HTMLViewer control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416599#M1844052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT GETGUI is using "SAP Gui Scripting" as Automation Interface.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The scripting API for HTML Viewer control is not very detailed about it's intern state, so most likely you get nothing usefull out of HTML control with this technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, HTML Viewer control only supports some events when using eCATT SAPGUI command to issue actions (OK-Code driven), to be able to continue in application flow, but no data to be read from the control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have deep understanding of your applications architecture or/and devlopment contact, maybe you can access the desired Information by other APIs of your application (function modules, ABAP methods, ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 10:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-get-data-from-htmlviewer-control/m-p/10416599#M1844052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-30T10:37:06Z</dc:date>
    </item>
  </channel>
</rss>

