<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822312#M1128477</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;At PBO level you have to change the size what ever u want , if ur want to get only 20 rows at a time then u have to set in PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 05:32:22 GMT</pubDate>
    <dc:creator>former_member632729</dc:creator>
    <dc:date>2008-12-04T05:32:22Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822301#M1128466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I working on MP.i'm using Table control.i wants to restrict the no of rows of the table control to 20.so that we can scroll down upto 20 rows only,any way? plz suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 00:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822301#M1128466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T00:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822302#M1128467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table Controls: Examples with Scrolling|http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/frameset.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 02:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822302#M1128467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T02:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822303#M1128468</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;I have one doubt:&lt;/P&gt;&lt;P&gt;Do you only want to display the first 20 records or &lt;/P&gt;&lt;P&gt;you want to see 20 records in the table view and after the first 20 records, you need to use scroll down to see the rest?&lt;/P&gt;&lt;P&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;Chris Gu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 03:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822303#M1128468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T03:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822304#M1128469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Chris,&lt;/P&gt;&lt;P&gt;thanks for the reply, i need only 20 records to be in table control.and the size of the TC is small as u can see only 5 rec at a time and scroll upto 20 records only.hope you got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 03:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822304#M1128469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T03:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822305#M1128470</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;Another question, if you only want to display 20 records, then you have to omit the rest ones, will it affect your program? &lt;/P&gt;&lt;P&gt;If not, then a easy way, you delete the records from the internal table , just like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;delete itab from 20. " this means delete records from line 20, so that you can get only 20 records&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;then in the tableview, only 20 records will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have condition about these 20 records, please let me know.Maybe that solution will not work.&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;Chris Gu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 03:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822305#M1128470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T03:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822306#M1128471</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;     Do this way:---&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

*---data declarations for table control
CONTROLS: tab_cnt1 TYPE TABLEVIEW USING SCREEN '0310'.
DATA: w_ln TYPE i.

MODULE get_t_ctrl_lines OUTPUT.
  DESCRIBE TABLE it_mast LINES w_ln.
*TO MAKE VERTICAL SCROLL BAR TO COME ON RUN TIME
  tab_cnt1-lines = w_ln + 20.
ENDMODULE.                 " get_t_ctrl_lines  OUTPUT

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Krishna..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 03:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822306#M1128471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T03:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822307#M1128472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i will displaying only 20 records in the TC.now i am able to see blank and non editable columns also when i scroll further.i wants to restrict that Tc should not be scrollable after 20 columns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 03:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822307#M1128472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T03:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822308#M1128473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE FIX_TC_LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TC-LINES = 20. " Where TC is table control name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Done!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 05:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822308#M1128473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T05:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822309#M1128474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note my understanding is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to display only 20 records irrespective of number of records available. then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tc-lines = 20.&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;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 05:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822309#M1128474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T05:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822310#M1128475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Chandra,&lt;/P&gt;&lt;P&gt;i had done this also as it is not working.after the 20th record it will be in non-editable mode and can be scrollable.i just wants the TC to be not viewable or not scrollable after 20.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 05:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822310#M1128475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T05:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822311#M1128476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MODULE FIX_TC_LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE ITAB FROM 21. &lt;/P&gt;&lt;P&gt;" This will make sure that only 20 records are there in ITAB which is the internal table whose data is to be displayed&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE ITAB LINES TC-LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Done!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 05:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822311#M1128476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T05:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822312#M1128477</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;At PBO level you have to change the size what ever u want , if ur want to get only 20 rows at a time then u have to set in PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 05:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4822312#M1128477</guid>
      <dc:creator>former_member632729</dc:creator>
      <dc:date>2008-12-04T05:32:22Z</dc:date>
    </item>
  </channel>
</rss>

