<?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 GET CURSOR LINE - TABLE CONTROL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-line-table-control/m-p/3710877#M893385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gentlemen!! I'm trying to change data of a row of a table control.&lt;/P&gt;&lt;P&gt;The table control is inside a TabsTrip.&lt;/P&gt;&lt;P&gt;I used a table from the dictionary to build the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:       tabix type sy-tabix,&lt;/P&gt;&lt;P&gt;               v_line TYPE sy-stepl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR LINE v_line.&lt;/P&gt;&lt;P&gt;tabix = tcontrol2-top_line + v_line - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Inside the flow logic of a PAI module )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that the cursor doesn't return the number of cursor line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be is because the get cursos command must be in another module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Polakinho!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 13:40:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T13:40:02Z</dc:date>
    <item>
      <title>GET CURSOR LINE - TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-line-table-control/m-p/3710877#M893385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gentlemen!! I'm trying to change data of a row of a table control.&lt;/P&gt;&lt;P&gt;The table control is inside a TabsTrip.&lt;/P&gt;&lt;P&gt;I used a table from the dictionary to build the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:       tabix type sy-tabix,&lt;/P&gt;&lt;P&gt;               v_line TYPE sy-stepl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR LINE v_line.&lt;/P&gt;&lt;P&gt;tabix = tcontrol2-top_line + v_line - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Inside the flow logic of a PAI module )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that the cursor doesn't return the number of cursor line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be is because the get cursos command must be in another module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Polakinho!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-line-table-control/m-p/3710877#M893385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: GET CURSOR LINE - TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-line-table-control/m-p/3710878#M893386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hernan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of get cursor you can read the current selected line of table control using this syntax..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE itab INTO demo_conn INDEX &lt;STRONG&gt;flights-current_line&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here flights is the table control that you declared in your code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS &lt;STRONG&gt;flights&lt;/STRONG&gt; TYPE TABLEVIEW USING SCREEN 100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 15:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-line-table-control/m-p/3710878#M893386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T15:36:59Z</dc:date>
    </item>
  </channel>
</rss>

