<?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: Sap Scripting Question - Script Recording and Playback - Retrieving Data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208109#M1522257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this but it's not working in my first try.  I will try again tomorrow.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 19:09:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-19T19:09:44Z</dc:date>
    <item>
      <title>Sap Scripting Question - Script Recording and Playback - Retrieving Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208107#M1522255</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;I am very new to SAP scripting.  I have created simple scripts thru recording and playback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem in retrieving a value of a single cell from a popup window.  Here goes my issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;putting a text on a blank field is easy using the command below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;session.findById("wnd[1]/usr/tblSAPLSUPRNORG_TC/ctxtT_STORG-LOW[1,0]").Text = tmpVariable&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i would like to put the value of: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;session.findById("wnd[1]/usr/tblSAPLSUPRNORG_TC/ctxtT_STORG-LOW[0,0]")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; in tmpVariable2.&lt;/P&gt;&lt;P&gt;what would be the correct syntax for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciated.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jaspher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 16:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208107#M1522255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T16:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Scripting Question - Script Recording and Playback - Retrieving Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208108#M1522256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by doing so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
tmpvalue2 = session.findById("wnd[1]/usr/tblSAPLSUPRNORG_TC/ctxtT_STORG-LOW[0,0]").text
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas Br&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 17:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208108#M1522256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T17:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Scripting Question - Script Recording and Playback - Retrieving Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208109#M1522257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this but it's not working in my first try.  I will try again tomorrow.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 19:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208109#M1522257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T19:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Scripting Question - Script Recording and Playback - Retrieving Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208110#M1522258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.  It is very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 17:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripting-question-script-recording-and-playback-retrieving-data/m-p/7208110#M1522258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T17:34:36Z</dc:date>
    </item>
  </channel>
</rss>

