<?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: Problem when get current row selected by double click in control table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860474#M1886589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is sample code i used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data &lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;ind &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;data &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;t_line &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;ind&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_line &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;zcntrl&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;top_line &lt;SPAN class="L0S70"&gt;- &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;w_split&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;index&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ucomm&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;get &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;cursor &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line &lt;/SPAN&gt;wa_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_line &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_line + t_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_line + &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Jan 2015 07:02:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-01-03T07:02:19Z</dc:date>
    <item>
      <title>Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860470#M1886585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys, I have a problem I can get the curren row select by double click in my Control Table with code below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'DBCLICK'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;OK_CODE200&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;ws_field &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;string&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ws_line &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;string&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;GET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CURSOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;ws_field &lt;SPAN class="L0S52"&gt;LINE &lt;/SPAN&gt;ws_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;ws_field&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;7&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'WA_ALV2'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;wa_alv2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;IT_ALV2 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;WA_ALV2 &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;ws_line&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If the user, click on the any row when the control table is showing all&amp;nbsp; "first rows" is correct, for example in image below, user click on the first line:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/617593" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I get the correct current line selected&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/617615" width="450" /&gt;&lt;/P&gt;&lt;P&gt;But, when I move the scroll to down, the numerical order is modified, for example, in the image below you can see&amp;nbsp; only 3 rows, this is because I moved the scroll to down, and now I only can see 3 records, but the others records are above:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/617621" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If I click on the first record displayed, my ws_line variable will have the value "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/617623" width="450" /&gt;&lt;/P&gt;&lt;P&gt;this is not correct, is correct only because the control table its showing only 3 records, but the other records are above, this is my problem, because when the user click on this row, my variable ws_line get the number row select, for example "1" with this number I go to my internal table for example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;IT_ALV2 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;WA_ALV2 &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;ws_line&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But with this, I will get the first row of the internal table, but in my internal table I have all record not only 3 like image above:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/617624" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one can help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 07:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860470#M1886585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-02T07:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860471#M1886586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess you are doing scroll down by using mouse right, instead of doing like use page down for scrolling controll table then you will get expected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 07:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860471#M1886586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-02T07:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860472#M1886587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please give me more information? I can't understand what's "Page fown for scrolling"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 16:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860472#M1886587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-02T16:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860473#M1886588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to get top line of you table control (table control name-top_line) and then try to find out your line index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 07:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860473#M1886588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-03T07:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860474#M1886589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is sample code i used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data &lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;ind &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;data &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;t_line &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;ind&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_line &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;zcntrl&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;top_line &lt;SPAN class="L0S70"&gt;- &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;w_split&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;index&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ucomm&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;get &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;cursor &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line &lt;/SPAN&gt;wa_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_line &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_line + t_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_line + &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 07:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860474#M1886589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-03T07:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860475#M1886590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gaurav, I have a question refer to your code, in this line:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_line = zcntrl-top_line - 1. "zcntrl" is my control table name? I wirte this code on my&amp;nbsp; MODULE user_command_0200. but I have the error below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/618160" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My control table name is: tbc2. but as you can see I get an error where SAP says tbc2-TOP_LINE does not exist.&lt;/P&gt;&lt;P&gt;Could you please tell me if&amp;nbsp; the place where I did write&amp;nbsp; my code is correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 01:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860475#M1886590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-04T01:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860476#M1886591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you define your table control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;CONTROLS: tbc2&amp;nbsp;&amp;nbsp; TYPE TABLEVIEW USING SCREEN 1000.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 05:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860476#M1886591</guid>
      <dc:creator>archanapawar</dc:creator>
      <dc:date>2015-01-04T05:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860477#M1886592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Archana,&lt;/P&gt;&lt;P&gt;I used the&amp;nbsp; WIZARD:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/618296" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 05:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860477#M1886592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-04T05:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860478#M1886593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your screenshot you can see line, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tbc2-current line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are able to access that you should be able to access top_line as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can double click on tbc2, it will take you to the declaration of table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 06:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860478#M1886593</guid>
      <dc:creator>archanapawar</dc:creator>
      <dc:date>2015-01-04T06:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860479#M1886594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I can see my definition&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/618297" width="450" /&gt;&lt;/P&gt;&lt;P&gt;But I have follow error:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/618314" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 06:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860479#M1886594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-04T06:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when get current row selected by double click in control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860480#M1886595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved my problem, I moved CONTROLS: TBC2 TYPE TABLEVIEW USING SCREEN 0200. to my Top Inclide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 02:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-get-current-row-selected-by-double-click-in-control-table/m-p/10860480#M1886595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-05T02:59:10Z</dc:date>
    </item>
  </channel>
</rss>

