<?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: Cannot select line in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109675#M440709</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've solved the problem. In the element list I assigned a value to screen-group3 for field sleave-sel and during the table control loop in the PBO I explicitly set the field to allow input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;PBO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at sleave with control tlv cursor tlv-current_line.&lt;/P&gt;&lt;P&gt;    module fill_sleave.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE fill_sleave.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;   if screen-group3 = '900'.&lt;/P&gt;&lt;P&gt;     screen-input = '1'.&lt;/P&gt;&lt;P&gt;     modify screen.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;ENDMODULE.&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;LM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 05:28:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-02T05:28:01Z</dc:date>
    <item>
      <title>Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109667#M440701</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 created a table control but the lines cannot be selected. The table control setting &amp;lt;i&amp;gt;Line selection&amp;lt;/i&amp;gt; is set to &amp;lt;i&amp;gt;Singl&amp;lt;/i&amp;gt;e and &amp;lt;i&amp;gt;w/SelColumn&amp;lt;/i&amp;gt; is also set. When the screen is displayed the row selection buttons are visible but the buttons cannot be selected. The same problem occurs when creating the table control with the wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created many table controls before and never came across this problem. Other developers on this system have the same problem. We are working on ECC 6.00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your input will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Liza-Marie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109667#M440701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109668#M440702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI LIZA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz check the name of the selection column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incase ur table is with header line the name mentioned while creating a selection column in table control should be like &amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;itab-sel_col&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&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;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109668#M440702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109669#M440703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi liza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if  u have done the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checking sel/col and activating the sceen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;if sel = 'X'.&lt;/P&gt;&lt;P&gt;itab-chk = sel.&lt;/P&gt;&lt;P&gt;modify itab where chk = 'X'.&lt;/P&gt;&lt;P&gt;endif.&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;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109669#M440703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109670#M440704</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've done this. It's still not selectable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;LM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109670#M440704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109671#M440705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check whether you had added the selection field with the same name in your internal table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Seema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109671#M440705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109672#M440706</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;Yes, the selection field is the same as the internal table field - sleave-sel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sleave is declared as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of tsleave,&lt;/P&gt;&lt;P&gt;           sel,&lt;/P&gt;&lt;P&gt;           check like p9001-lve_adv01,&lt;/P&gt;&lt;P&gt;           dat like p9001-lve_dat01,&lt;/P&gt;&lt;P&gt;      end of tsleave.&lt;/P&gt;&lt;P&gt;data: sleave type tsleave occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;LM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109672#M440706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109673#M440707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in ur internal table u need to define the selection column as of character typr then onle it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sel_col TYPE c &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;navjot sharma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        navjot sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109673#M440707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109674#M440708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but it is already declared as a character field of lenght 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the statement &amp;lt;i&amp;gt;data: sel.&amp;lt;/i&amp;gt;  is the same as &amp;lt;i&amp;gt;data: sel(1) type c&amp;lt;/i&amp;gt;. The default is type c.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109674#M440708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot select line in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109675#M440709</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've solved the problem. In the element list I assigned a value to screen-group3 for field sleave-sel and during the table control loop in the PBO I explicitly set the field to allow input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;PBO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at sleave with control tlv cursor tlv-current_line.&lt;/P&gt;&lt;P&gt;    module fill_sleave.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE fill_sleave.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;   if screen-group3 = '900'.&lt;/P&gt;&lt;P&gt;     screen-input = '1'.&lt;/P&gt;&lt;P&gt;     modify screen.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;ENDMODULE.&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;LM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 05:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-select-line-in-table-control/m-p/2109675#M440709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T05:28:01Z</dc:date>
    </item>
  </channel>
</rss>

