<?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: Get Cursor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262006#M1017063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there two is used in the interactive reporting ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hide is used to carry the data from one screen to another..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot save lines or components of lines of an internal table that is addressed using a field symbol to the HIDE area. (Compare the ASSIGNING addition to the READ and LOOP statements). Assign the contents of the line or component to a global variable and save this instead. &lt;/P&gt;&lt;P&gt;but using GET Cursor u can get&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2008 10:01:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-31T10:01:34Z</dc:date>
    <item>
      <title>Get Cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262005#M1017062</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;Can anyone explain clearly, what is the difference b/w Hide statement and Get Cursor statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 10:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262005#M1017062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get Cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262006#M1017063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there two is used in the interactive reporting ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hide is used to carry the data from one screen to another..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot save lines or components of lines of an internal table that is addressed using a field symbol to the HIDE area. (Compare the ASSIGNING addition to the READ and LOOP statements). Assign the contents of the line or component to a global variable and save this instead. &lt;/P&gt;&lt;P&gt;but using GET Cursor u can get&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 10:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262006#M1017063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T10:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get Cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262007#M1017064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;difference b/w Hide statement and Get Cursor statement.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5630665"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 10:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262007#M1017064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T10:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get Cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262008#M1017065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are used in interactive reporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;Hide&lt;/STRONG&gt;:  Hide statement stores all the values written on the list with their page number, line number, list number and also the data in the record in the form a table for each record.  So, hide statement is used just after WRITE Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Once clicked on a record in the list the system checks the HIDE table with page number, line number, list number and gets the corresponding values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Get Cursor&lt;/STRONG&gt;:  Get Cursor just gets the value at the cursor position. ie., the point where we have clicked on the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 10:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor/m-p/4262008#M1017065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T10:10:04Z</dc:date>
    </item>
  </channel>
</rss>

