<?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: Vertical scroll bar in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768704#M1677089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check in LAyout editor are the fields input enabled?..&amp;nbsp; Are you disabling them in program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 06:49:01 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2012-05-21T06:49:01Z</dc:date>
    <item>
      <title>Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768695#M1677080</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;&lt;/P&gt;&lt;P&gt;i am using a table control in my program. In my program, I fill the table control and when I click on 'SAVE', data gets stored int the Z table. &lt;/P&gt;&lt;P&gt;The issue is that I am unable to give a vertical scrollbar for the table control. Hence only 21 lines can be inserted in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 05:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768695#M1677080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T05:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768696#M1677081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You have to set the LINES property of the table control In the PBO of your screen, to the number of entries in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lv_line type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE&amp;nbsp; gt_table LINES lv_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table_control-lines = lv_line + 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 05:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768696#M1677081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T05:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768697#M1677082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shambu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO, the internal table will be empty. So will the code work?&lt;/P&gt;&lt;P&gt;Instead can we add table_control-v_scroll = 'X'. If yes, where do i need to add it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768697#M1677082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T06:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768698#M1677083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create the table control you will having an option in the wizard to enable scrolling.&lt;/P&gt;&lt;P&gt;You can switch them on and off in horizontal and vertical scrolling in the properties of the table control.&lt;/P&gt;&lt;P&gt;They can be accessed from the screen painter by double clicking on the table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768698#M1677083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T06:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768699#M1677084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shambu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not using table control with wizard.&lt;/P&gt;&lt;P&gt;i could not find that option in the table control properties. &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/746/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768699#M1677084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T06:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768700#M1677085</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;You can do two thing in table control properties check horizontal and vertical scroll options plus in PBO you can based on number of lines in internal table assign it to TC_ABC-LINES if no lines are there then add by default 20..10.. any number of lines as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768700#M1677085</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-05-21T06:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768701#M1677086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then put some random value like 50 in the no of lines in Table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768701#M1677086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T06:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768702#M1677087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried giving the table control lines as 999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table_control-lines = '999'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gave me the vertical scroll bar. but when I scroll down there is no change in the data appearing on the table control. I cannot input more than 21 line items.&lt;/P&gt;&lt;P&gt;It should be like when I scroll down I get a new line and I can input data in that new line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768702#M1677087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T06:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768703#M1677088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check in LAyout editor are the fields input enabled?..&amp;nbsp; Are you disabling them in program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768703#M1677088</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-05-21T06:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768704#M1677089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check in LAyout editor are the fields input enabled?..&amp;nbsp; Are you disabling them in program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768704#M1677089</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-05-21T06:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768705#M1677090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check in LAyout editor are the fields input enabled?..&amp;nbsp; Are you disabling them in program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768705#M1677090</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-05-21T06:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768706#M1677091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Nabheet, I have enabled the input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768706#M1677091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T06:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768707#M1677092</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;Go through the following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP Editor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;STATUS_9999 output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PF-STATUS &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'9999'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DESCRIBE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;T_UPLOAD &lt;SPAN class="L0S52"&gt;LINES &lt;/SPAN&gt;fill.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TBC-lines = fill.&lt;/P&gt;&lt;P&gt; endmodule.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;" STATUS_9999&amp;nbsp; OUTPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In flow logic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;loop.&lt;/P&gt;&lt;P&gt;module upload_data.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module upload_data&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;UPLOAD_DATA input.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;lines &lt;/SPAN&gt;= sy-loopc.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 07:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768707#M1677092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T07:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768708#M1677093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as simple as that neha:&lt;/P&gt;&lt;P&gt;try below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;PROCESS BEFORE &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;STATUS_0001&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;I_MAKT &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CONTROL &lt;/SPAN&gt;TC&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;DISPLAY_ITEMS_I_MAKT&lt;SPAN class="L0S55"&gt;." display contents of internal table to&amp;nbsp; table control &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROCESS AFTER &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;I_MAKT&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;FILL_TABLE_CONTROL&lt;SPAN class="L0S55"&gt;." move contents of table control to internal table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;count_lines&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;USER_COMMAND_0001&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pbo module &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;STATUS_0001 &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PF-STATUS &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'xxxxxxxx'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp; SET TITLEBAR 'xxx'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*v_lines is the no of rows in ur internal table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;* now with this code we have increased the table control lines &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*by 10 to the no of lines in internal table (i_makt in this case)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; TC&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;V_LINES + &lt;SPAN class="L0S32"&gt;10&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp; " &amp;lt;-- most important declaration&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" STATUS_0001&amp;nbsp; OUTPUT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;COUNT_LINES &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;v_lines&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;DESCRIBE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;I_MAKT &lt;SPAN class="L0S52"&gt;LINES &lt;/SPAN&gt;V_LINES&lt;SPAN class="L0S55"&gt;. " here we have counted the no of rows in our internal table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" COUNT_LINES&amp;nbsp; INPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;this will force an automatic vertical scroll bar in your table control.&lt;/P&gt;&lt;P&gt;i have just tested it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert back if problem still not solved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 07:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768708#M1677093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T07:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768709#M1677094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The module MODULE FILL_TABLE_CONTROL." move contents of table control to internal table &lt;/P&gt;&lt;P&gt;will fill the internal table with only those records that are visible on the screen. Initially the problem is that I could enter the data only for 21 lines in the table control. I want to enter data for more than 21 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 08:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768709#M1677094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T08:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768710#M1677095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The module MODULE FILL_TABLE_CONTROL." move contents of table control to internal table &lt;/P&gt;&lt;P&gt;will fill the internal table with only those records that are visible on the screen. Initially the problem is that I could enter the data only for 21 lines in the table control. I want to enter data for more than 21 lines.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;thats what i cleared neha. the concept is simple. in screen layout strech Your Table control.&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Pbo module&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P class="dp-highlighter"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit;"&gt;MODULE STATUS_0001 OUTPUT.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-xml" start="1" style="font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt; SET PF-STATUS 'xxxxxxxx'.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt; *&amp;nbsp; SET TITLEBAR 'xxx'.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;*v_lines is the no of rows in ur internal table.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;* now with this code we have increased the table control lines&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;*by 10 to the no of lines in internal table (i_makt in this case)&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt; *&lt;SPAN class="attribute" style="font-style: inherit; color: red;"&gt;TC-LINES&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; = &lt;/SPAN&gt;&lt;SPAN class="attribute-value" style="font-style: inherit; color: blue;"&gt;V_LINES&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; + 10.&amp;nbsp; " &lt;/SPAN&gt;&lt;SPAN class="tag" style="font-weight: bold; font-style: inherit; color: #006699;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="tag-name" style="font-weight: bold; font-style: inherit; color: #006699;"&gt;--&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; most important declaration&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;*insted write below line:&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;tc-lines = v_lines + 50. &amp;lt;-50 lines will appear in ur table control to enter *records.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit;"&gt; ENDMODULE.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " STATUS_0001&amp;nbsp; OUTPUT&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;post your exact code if you still feel the concept is not clear to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 04:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768710#M1677095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-22T04:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768711#M1677096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the scrollbar now.. but the issue is that when I scroll down, the earlier data is getting refreshed.&lt;/P&gt;&lt;P&gt; Kindly advice m eon this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 03:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768711#M1677096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T03:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768712#M1677097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; I am getting the scrollbar now.. but the issue is that when I scroll down, the earlier data is getting refreshed.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;This is becoz:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scrolling Itself Has function code attached to it.&lt;/STRONG&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;U will understand : press /H in command box and then scroll.&lt;/P&gt;&lt;P&gt;see PAI Triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is:&lt;/P&gt;&lt;P&gt;you have to store the contents of your table control to some internal table IN PAI.&lt;/P&gt;&lt;P&gt;and then in PBO u have to display the contents of internal table to ur table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my earlier post i have mentioned this:&lt;/P&gt;&lt;P&gt;IN PAI:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;loop at i_tc.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;module fill_internal_table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in PBO:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;loop at i_tc with control TC.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;module display_itab_to_table_control.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;module display_itab_to_table_control output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;move-corresponding i_tc to tc."&amp;nbsp; TC ur table control&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;endmodule.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module fill_internal_table input.&lt;/P&gt;&lt;P&gt;move-corresponding i_tc to tc. &lt;/P&gt;&lt;P&gt;"append or modify as per ur need .&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 04:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768712#M1677097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T04:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768713#M1677098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is because of function code attached to the scroll bar implicitly .&amp;nbsp; PAI module&amp;nbsp; gets called&amp;nbsp; , whenever we try to scroll it down .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try this out. &lt;/P&gt;&lt;P&gt;Just write OK_CODE = '&amp;nbsp; '&amp;nbsp; as a last statement in the PAI module before ENDMODULE&amp;nbsp; statement in a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 04:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768713#M1677098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T04:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768714#M1677099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right. PAI module is getting called everytime I scroll down.. i am pasting my code here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;BR /&gt; MODULE STATUS_0200.--------&amp;gt; in the pf status I am setting &amp;lt;tc&amp;gt;-lines = '999' to enable the vertical scrollbar&lt;BR /&gt;.&lt;BR /&gt; loop at it_detail into wa_detail with control detail_save cursor&lt;BR /&gt; detail_save-current_line.&lt;BR /&gt;&amp;nbsp; MODULE SET_DEFAULT_DETAIL.-----------&amp;gt; to copy data from internal table it_detail to the table control screen.&lt;BR /&gt;&amp;nbsp; endloop.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;loop at it_detail&amp;nbsp; .&lt;BR /&gt;Chain.&lt;BR /&gt;Field :&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zxic_detail-bschl,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-newco,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-mwskz,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-kostl,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-projk,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-prctr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-wrbtr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-dzuonr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-sgtxt,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-vbund,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-bewar,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-matnr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-menge,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-meins,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-recid,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-koart,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-newco2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-mwskz,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-kostl2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-projk2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-prctr2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-dmbtr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-dmbe2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-bewar2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-matnr2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-menge2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-meins2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; zxic_detail-recid2.&lt;BR /&gt;MODULE VALIDATE_DATA_DETAIL.-------&amp;gt; validation of data&lt;BR /&gt;ENDCHAIn.&lt;BR /&gt; MODULE DATA_TO_INTERNAL_TABLE_DETAIl.---------&amp;gt; copying of data from table control to internal table it_detail&lt;BR /&gt;endloop.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0200.--------------&amp;gt;when the user clicks on SAVE the data from the internal table is getting stored in the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is that when I get scroll up or scroll down I get duplicate data in the table control screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindy reply.. Its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 08:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scroll-bar-in-table-control/m-p/8768714#M1677099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T08:18:01Z</dc:date>
    </item>
  </channel>
</rss>

