<?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 Questions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173292#M461207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See the attributes of the table control in the Screen&lt;/P&gt;&lt;P&gt;below there are CHeckboxes to select scroll vertical, horizontal and there is a field for Line selection&lt;/P&gt;&lt;P&gt;Put something there like v_CHK.&lt;/P&gt;&lt;P&gt;in the code (PAI) you should write IF V_CHK = 'X'. menas process the selected records.&lt;/P&gt;&lt;P&gt;when you declare this v_chk in the attributes you can select multiple records also.&lt;/P&gt;&lt;P&gt;and when you select the scroll bars, when the data in the table control exceeds more than a page this scroll bar comes automatically into the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 11:02:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T11:02:28Z</dc:date>
    <item>
      <title>Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173288#M461203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control which enables selection of one line, how can i enable or make possible to select multiple lines of this table control in order to process them later?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question i have is when my table, which contains data to show in the selection control exceeds the lines defined in the table control i can't see the other lines since table control scrolling looks like it's disabled, how can i make scrolling available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Pedro Gaspar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 10:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173288#M461203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T10:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173289#M461204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a table control which enables selection of one line, how can i enable or make possible to select multiple lines of this table control in order to process them later?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  double click on table control , in the attributes there is one checkbox for multiple lines, check that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 11:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173289#M461204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T11:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173290#M461205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto SE51 and specify program name... In layout of table control, click on the properties and here u tick, multiple selection check box.  even check the horizontal and vertical bar check box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 11:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173290#M461205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T11:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173291#M461206</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;For these set the TBAle control properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Screen, select the table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the property for &amp;lt;b&amp;gt;multiple sel&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;and Hor/VER Scroll bar&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If scroll bar is not coming as this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in PBO , where u r selecting the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describe itab lines n.&lt;/P&gt;&lt;P&gt;TC-lines = n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 11:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173291#M461206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173292#M461207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See the attributes of the table control in the Screen&lt;/P&gt;&lt;P&gt;below there are CHeckboxes to select scroll vertical, horizontal and there is a field for Line selection&lt;/P&gt;&lt;P&gt;Put something there like v_CHK.&lt;/P&gt;&lt;P&gt;in the code (PAI) you should write IF V_CHK = 'X'. menas process the selected records.&lt;/P&gt;&lt;P&gt;when you declare this v_chk in the attributes you can select multiple records also.&lt;/P&gt;&lt;P&gt;and when you select the scroll bars, when the data in the table control exceeds more than a page this scroll bar comes automatically into the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 11:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173292#M461207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T11:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173293#M461208</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;- U need to add a new field (flag) for selection in your internal table and set it as mark field in the screen painter, here you can choose the multiply or single selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all records selected will have the value X in the mark field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Set (in PBO) the field &amp;lt;TABLE CONTROL&amp;gt;-LINES = nr. hit of internal table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE LINES SY-TABIX.&lt;/P&gt;&lt;P&gt;&amp;lt;TABLE CONTROL&amp;gt;-LINES = SY-TABIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 11:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173293#M461208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T11:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173294#M461209</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;Check the properties of table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Screen, select the table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the property for multiple sel&lt;/P&gt;&lt;P&gt;and Hor/VER Scroll bar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in PBO , where u r selecting the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Describe itab lines n.&lt;/P&gt;&lt;P&gt;TC-lines = n.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 11:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173294#M461209</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-04-20T11:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173295#M461210</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;Check the Table control properties in Screen Layout &amp;amp; check the Vertical Scroll bar property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO get the number of itab lines to display using describe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then assign table-line = no of itab lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 11:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173295#M461210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T11:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173296#M461211</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 layout, Goto the table control attributes.&lt;/P&gt;&lt;P&gt;     There check the vertical and horizontal resizing attribute to get scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     click multiple option in linesel attribute for multiple selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful..&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Subashini.J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173296#M461211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173297#M461212</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;just double click ur table control and der just click the button for &amp;lt;b&amp;gt;multiple select&amp;lt;/b&amp;gt; entrie and for scrolling u can mannually set &amp;lt;b&amp;gt;table_control_name-v_Scroll = 'X'.&amp;lt;/b&amp;gt; and also befor displaying set table_control_name - lines = no of lines in itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps ...&lt;/P&gt;&lt;P&gt;or provide me more clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 12:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173297#M461212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T12:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173298#M461213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also take care whenever ur scrolling PAI will get riggered just be careful with ur code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still have any problem tell me will try my best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-questions/m-p/2173298#M461213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T13:16:29Z</dc:date>
    </item>
  </channel>
</rss>

