<?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 with table control roll bar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049207#M1173660</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;On the screen layout, select the resizing option of vertical, in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that should bring the scroll bar. Also now whenever the scroll bar is clicked the PAI gets triggered, so in PAI write the following loop statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Loop at lt_table_cont.&lt;/P&gt;&lt;P&gt;   MODULE UPDATE_DATA.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE UPDATE_DATA INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODIFY lt_table_cont INDEX TBL_CONT-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2009 11:21:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-20T11:21:26Z</dc:date>
    <item>
      <title>Problem with table control roll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049205#M1173658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people, I need some help. I have on screen a table control, but didnt show the vertical roll bar. The internal table has 210 entries, but only appears 7. How I can put the vertical roll bar? The code of PBO is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at ti_realoc with control cursor realoc-currentline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I set realoc-lines to 210 can solve my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049205#M1173658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table control roll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049206#M1173659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;go thru the links below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is same as ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6666119"&gt;&lt;/A&gt;&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;KP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049206#M1173659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table control roll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049207#M1173660</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;On the screen layout, select the resizing option of vertical, in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that should bring the scroll bar. Also now whenever the scroll bar is clicked the PAI gets triggered, so in PAI write the following loop statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Loop at lt_table_cont.&lt;/P&gt;&lt;P&gt;   MODULE UPDATE_DATA.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE UPDATE_DATA INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODIFY lt_table_cont INDEX TBL_CONT-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049207#M1173660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table control roll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049208#M1173661</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;  Write below code in the PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE itab LINES fill.  "No of lines in internal table &lt;/P&gt;&lt;P&gt;  realoc-lines = fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049208#M1173661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table control roll bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049209#M1173662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like dis in PAI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;module modify_tab&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_tab&lt;/P&gt;&lt;P&gt;describe table itab lines tc-liens&lt;/P&gt;&lt;P&gt;if tc-current_line &amp;gt; tc-lines&lt;/P&gt;&lt;P&gt;append itab&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;modify itab index tc-current_line&lt;/P&gt;&lt;P&gt;endmodule&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control-roll-bar/m-p/5049209#M1173662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:32:32Z</dc:date>
    </item>
  </channel>
</rss>

