<?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: diff between read line and get cursor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676968#M885486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have these ans but it does not tell me the exact diff &lt;/P&gt;&lt;P&gt;it looks similar in both cases&lt;/P&gt;&lt;P&gt;u have just given the definintion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2008 16:24:35 GMT</pubDate>
    <dc:creator>Karan_Chopra_</dc:creator>
    <dc:date>2008-04-05T16:24:35Z</dc:date>
    <item>
      <title>diff between read line and get cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676965#M885483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the diff between read line and get cursor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 16:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676965#M885483</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2008-04-05T16:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: diff between read line and get cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676966#M885484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ LINE&lt;/P&gt;&lt;P&gt;Use the statements READ LINE and READ CURRENT LINE to read data from the lines of existing list levels. These statements are closely connected to the HIDE technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR&lt;/P&gt;&lt;P&gt;Use the statements GET CURSOR FIELD and GET CURSOR LINE to pass the output field or output line on which the cursor was positioned during the interactive event to the ABAP program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 16:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676966#M885484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-05T16:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: diff between read line and get cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676967#M885485</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; read line is used to reading the line content which are clicked  or selected .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 16:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676967#M885485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-05T16:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: diff between read line and get cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676968#M885486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have these ans but it does not tell me the exact diff &lt;/P&gt;&lt;P&gt;it looks similar in both cases&lt;/P&gt;&lt;P&gt;u have just given the definintion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 16:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676968#M885486</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2008-04-05T16:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: diff between read line and get cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676969#M885487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan,&lt;/P&gt;&lt;P&gt;READ LINE is used to read a line from the list output. here u can read any line by specifying the line number and also from any child list by specifying INDEX. But this not possible in case of GET CURSOR which will get the contents of the line where we clicked. By READ line we can read any line of any page, But this is not possible with GET CURSOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check below variants of read line(F1 help). U will get more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. READ LINE line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. READ LINE line OF CURRENT PAGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. READ LINE line OF PAGE pag. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. READ CURRENT LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarified ur doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 16:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676969#M885487</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-04-05T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: diff between read line and get cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676970#M885488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This of this if this helps to understand the nature of these statmet execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ CURSOR is strictly sequential and the selcted row can be controlled from the SELECT associated with CURSOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ LINE is read any line and does not have to be sequential.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this adds some light to understanding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goodluck,&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 20:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-read-line-and-get-cursor/m-p/3676970#M885488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T20:21:32Z</dc:date>
    </item>
  </channel>
</rss>

