<?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: Table control current line on scrolling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341860#M1730360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prachi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the current line index by the simple calculation&lt;/P&gt;&lt;P&gt;ZTABLE_CONTROL-TOP_LINE + ZTABLE_CONTROL-CURRENT_LINE - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;IF ZTABLE_CONTROL-TOP_LINE &amp;gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lw_index = &lt;/SPAN&gt;ZTABLE_CONTROL-TOP_LINE + ZTABLE_CONTROL-CURRENT_LINE - 1&lt;SPAN class="L1S52"&gt;.&lt;BR /&gt;&lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 06:13:34 GMT</pubDate>
    <dc:creator>former_member210266</dc:creator>
    <dc:date>2013-04-22T06:13:34Z</dc:date>
    <item>
      <title>Table control current line on scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341858#M1730358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a Z Table Control where i have given vertical and horizontal scrolling . Now when I scroll and try to select a row, then ZTABLE_CONTROL-CURRENT_LINE fetches line number not from the top, it fetches from the current top of ztablecontrol.&lt;/P&gt;&lt;P&gt;It is onlyy changing the value on scrolling, if i do not scroll table control then value is coming correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is whenever i select any row of ZTABLE CONTROL i need to get the curent line number from top. Please guide me what should i do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Early reply will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Apr 2013 13:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341858#M1730358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-21T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table control current line on scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341859#M1730359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prachi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Below thread may be of some help for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://answers.sap.com/thread/1678321"&gt;http://scn.sap.com/thread/1678321&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Athreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 03:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341859#M1730359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-22T03:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table control current line on scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341860#M1730360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prachi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the current line index by the simple calculation&lt;/P&gt;&lt;P&gt;ZTABLE_CONTROL-TOP_LINE + ZTABLE_CONTROL-CURRENT_LINE - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;IF ZTABLE_CONTROL-TOP_LINE &amp;gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lw_index = &lt;/SPAN&gt;ZTABLE_CONTROL-TOP_LINE + ZTABLE_CONTROL-CURRENT_LINE - 1&lt;SPAN class="L1S52"&gt;.&lt;BR /&gt;&lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 06:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341860#M1730360</guid>
      <dc:creator>former_member210266</dc:creator>
      <dc:date>2013-04-22T06:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table control current line on scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341861#M1730361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prachi,&lt;/P&gt;&lt;P&gt;first of all you need to name (like zmark) the option named mark&amp;nbsp; in table control just tick it.&lt;/P&gt;&lt;P&gt;also include it in your final table then you need to update zmark = 'x'.&lt;/P&gt;&lt;P&gt;at user command so that it pick the current line and code accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 07:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341861#M1730361</guid>
      <dc:creator>dhanikpi</dc:creator>
      <dc:date>2013-04-22T07:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table control current line on scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341862#M1730362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Athreya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. But the above thread did not solve my problem . Could you pls suggest something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 09:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341862#M1730362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-22T09:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table control current line on scrolling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341863#M1730363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swati. Problem solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 09:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-current-line-on-scrolling/m-p/9341863#M1730363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-22T09:56:46Z</dc:date>
    </item>
  </channel>
</rss>

