<?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: scrolling in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570089#M257408</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;By scrolling table control vertically, it will not touch your data. Please debug your code after the scroll button click to catch which point/reason that causing the blank off of your table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"then when I delete a record from the table control, that particular record is getting deleted but that row is not getting grayed out? how to do it?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the deleted entry no longer appear in table control then in what sense you want to grey out the disappeared rec? Pls state your problem clearly..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Sep 2006 08:18:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-18T08:18:32Z</dc:date>
    <item>
      <title>scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570087#M257406</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;   I use table control for displaying records. but when I scroll the table control contents vertically the records above get vanished. will any event trigger when we use the vertical scroll. Is there any way to handle it? then when I delete a record from the table control, that particular record is getting deleted but that row is not getting grayed out? how to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 08:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570087#M257406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T08:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570088#M257407</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;Please refer the following thread :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="99168"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For deletion, Under DELETE code, mention DELETE ITAB index sy-index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 08:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570088#M257407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T08:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570089#M257408</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;By scrolling table control vertically, it will not touch your data. Please debug your code after the scroll button click to catch which point/reason that causing the blank off of your table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"then when I delete a record from the table control, that particular record is getting deleted but that row is not getting grayed out? how to do it?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the deleted entry no longer appear in table control then in what sense you want to grey out the disappeared rec? Pls state your problem clearly..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 08:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570089#M257408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T08:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570090#M257409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   1) for scrolling enable check box in table control&lt;/P&gt;&lt;P&gt;      attributes for &lt;/P&gt;&lt;P&gt;       vertical ,horizontal &lt;/P&gt;&lt;P&gt;        separators&lt;/P&gt;&lt;P&gt;   2)for greying out in internal table &lt;/P&gt;&lt;P&gt;     use flag for identifying deletion record.&lt;/P&gt;&lt;P&gt;        loop at itab where flag = 'X      '.&lt;/P&gt;&lt;P&gt;          loop at screen.&lt;/P&gt;&lt;P&gt;            if screen-input = 0.&lt;/P&gt;&lt;P&gt;             modify screen.&lt;/P&gt;&lt;P&gt;            endif.  &lt;/P&gt;&lt;P&gt;          endloop.&lt;/P&gt;&lt;P&gt;        endloop.  &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 09:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-in-table-control/m-p/1570090#M257409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T09:22:40Z</dc:date>
    </item>
  </channel>
</rss>

