<?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: Scroll bar in table control without wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484859#M1652667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Created Table Control Double click on Table Control-&amp;gt;Attributes-&amp;gt;Resizing-&amp;gt;Select Vertical and Horizontal Check boxes-&amp;gt;select Seperators-&amp;gt;Select Horizontal And Vertical Check Boxes .&lt;/P&gt;&lt;P&gt;Whenever Your Data Increased you will get the scroll bar automatically....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ManiReddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2012 07:18:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-06T07:18:27Z</dc:date>
    <item>
      <title>Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484855#M1652663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a module pool program for gate pass. In which i have taken a TABLE CONTROL WITHOUT WIZARD. Now my problem is , the table control does not have the SCROLL BAR  functionality. It is not showing the scroll bar also. So can any one of you can help with the code that i can use to bring that scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table control is without wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Vijju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 06:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484855#M1652663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T06:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484856#M1652664</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;while placing table control on the screen , In the attributes window you have resizing menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under that you have vertical and horizontal check boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO, loop at &amp;lt;itab&amp;gt; tablecontrl.&lt;/P&gt;&lt;P&gt; tabcontrl-lines = sy-dbcnt.       write inside loop&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Parupelly on Jan 6, 2012 1:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 06:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484856#M1652664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484857#M1652665</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 pbo, in the table control loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DESCRIBE TABLE  itab LINES T_LINES.
  tablecontrol-LINES = T_LINES + 10.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 06:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484857#M1652665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T06:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484858#M1652666</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 PBO module write the code as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    data:  fill TYPE i.&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE itab LINES fill.&lt;/P&gt;&lt;P&gt;  flights-lines = fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Flights is the table control name in screen and itab is the internal table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Haritha Teegala on Jan 6, 2012 7:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 06:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484858#M1652666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T06:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484859#M1652667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Created Table Control Double click on Table Control-&amp;gt;Attributes-&amp;gt;Resizing-&amp;gt;Select Vertical and Horizontal Check boxes-&amp;gt;select Seperators-&amp;gt;Select Horizontal And Vertical Check Boxes .&lt;/P&gt;&lt;P&gt;Whenever Your Data Increased you will get the scroll bar automatically....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ManiReddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 07:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484859#M1652667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T07:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484860#M1652668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your responce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's not working. Can you suggest something else.&lt;/P&gt;&lt;P&gt;I have ticked vertical and horizontal checkboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Vijju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 04:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484860#M1652668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-09T04:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484861#M1652669</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;Thanks for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario is : I have created a table control without wizard. In it have 7 cols. In it i have to enter line items one by one . once the number of lines shown on screen are over then i need a scroll bar to enter  other line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this i click on save button , so that my data can be saved in ZTABLE. SO pls help me out of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Vijju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 05:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484861#M1652669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-09T05:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484862#M1652670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have You Check The SCROLL Check box while Creating Table Control With Wizard ?? If you Don't Check that check box you won't get the scrolling.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this ans is useful to you reward me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 09:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484862#M1652670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-10T09:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484863#M1652671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In table control attributes enablehorizontal and verticall scrolling..plus in you code if table control is tc_control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set it equal to 100 for test run..you code this dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 16:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484863#M1652671</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-01-10T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll bar in table control without wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484864#M1652672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write the below logic... It worked for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO, whatever is your internal table suppose i_tab which you are displaying in TABLE CONTROL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLEi_tab LINES g_lines2.&lt;/P&gt;&lt;P&gt;    tab-lines = sy-tfill + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here tab is the TABLE CONTROL name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 05:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-bar-in-table-control-without-wizard/m-p/8484864#M1652672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-11T05:01:20Z</dc:date>
    </item>
  </channel>
</rss>

