<?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 scrollbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592876#M266552</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;chamge ur code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describe table T_Goods lines L_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if l_line MOD 5 = 0.&lt;/P&gt;&lt;P&gt;TC_Goods-Lines = L_Line + 5. &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will defenetly solve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Sep 2006 05:25:29 GMT</pubDate>
    <dc:creator>anversha_s</dc:creator>
    <dc:date>2006-09-11T05:25:29Z</dc:date>
    <item>
      <title>table control scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592870#M266546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to make scrollbar(Vertical)  IN tablecontrol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 04:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592870#M266546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T04:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: table control scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592871#M266547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The vertical scroll bar appears as and when there are more items than the number of visible lines.&lt;/P&gt;&lt;P&gt;If all the lines are filled, then press page down button. then you can see the vertical scrollbar also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 05:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592871#M266547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T05:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: table control scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592872#M266548</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;It should be created automatically, if you can't see it, try to set the field lines of table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE SET_ATTR_TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB WITH .....&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 SET_ATTR_TC.&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE ITAB LINES SY-TABIX.&lt;/P&gt;&lt;P&gt;&amp;lt;TABLE CONTROL&amp;gt;-LINES = SY-TABIX.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 05:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592872#M266548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T05:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: table control scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592873#M266549</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;in the screen , when we create the table control &lt;/P&gt;&lt;P&gt;there is a option for 'resizing'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there tick both vertical and horzontal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just right this code in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*when we write the blow code in PBO, the scroll bar will come dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'int_factor' is the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*number of lines of table control&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE int_factor LINES wf_lines.&lt;/P&gt;&lt;P&gt;  tab_control-lines = wf_lines + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any clarifiaction pls mail me.&lt;/P&gt;&lt;P&gt;pls reward points, if this helped u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anversha.&lt;/P&gt;&lt;P&gt;anversha.shahul@wipro.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 05:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592873#M266549</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-11T05:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: table control scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592874#M266550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vertical scroll bar is automatic once the line items are filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what exactly u required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 05:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592874#M266550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T05:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: table control scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592875#M266551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my table control,Initially while disolaying the screen nothing will be there...it is like VA01 tcode...I have to give the values.&lt;/P&gt;&lt;P&gt;In this it is showing only 5 lines...thats y i need scrollbar.Dynamically it sd come.&lt;/P&gt;&lt;P&gt;Once i complete 1st line it sd be stored in  a table like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said by Ram and venersha I did like this..&lt;/P&gt;&lt;P&gt;once i complete 5 tgh line it sd show +5 lines.&lt;/P&gt;&lt;P&gt;Describe table T_Goods lines L_line.&lt;/P&gt;&lt;P&gt;TC_Goods-Lines = L_Line + 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 05:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592875#M266551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T05:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: table control scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592876#M266552</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;chamge ur code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describe table T_Goods lines L_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if l_line MOD 5 = 0.&lt;/P&gt;&lt;P&gt;TC_Goods-Lines = L_Line + 5. &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will defenetly solve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 05:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrollbar/m-p/1592876#M266552</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-11T05:25:29Z</dc:date>
    </item>
  </channel>
</rss>

