<?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: Single selection in TABLE CONTROL. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236600#M1381493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, but how do i declare zspusercont?&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;&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2009 13:08:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-19T13:08:32Z</dc:date>
    <item>
      <title>Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236598#M1381491</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 hope there is someone that can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a custom ABAP repot i've a table control declared as CONTROLS tbc_tab TYPE TABLEVIEW USING SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've to not able to select more tha one record(line) in the table control tbc_tab: i've setted field LINE_SELECTOR = '1' but when go on with scrool mouse i can continue to select more than one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 12:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236598#M1381491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T12:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236599#M1381492</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 could follow these steps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI of screen with table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab_contract.&lt;/P&gt;&lt;P&gt;MODULE append_select.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE append_select INPUT.&lt;/P&gt;&lt;P&gt;IF table_flag = 'X'.&lt;/P&gt;&lt;P&gt;APPEND zspusercont TO itab_select.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE. " append_select INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where itab_select is a table defined exactly the same as itab_contract in&lt;/P&gt;&lt;P&gt;the TOP include. Table_flag is the name I gave to w/selcol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 12:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236599#M1381492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T12:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236600#M1381493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, but how do i declare zspusercont?&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;&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 13:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236600#M1381493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236601#M1381494</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;zspusercont is the work area of itab_select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So declare it as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: zspusercont type itab_select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 13:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236601#M1381494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T13:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236602#M1381495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the screen 100 for table control (control) - You can set an option for selecting one row or column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the control - choose lone sel - single. same for column sel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 13:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236602#M1381495</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-10-19T13:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236603#M1381496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sampath Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set that option and it's OK for list of max 10 records but when i go on in the table control with the scroll of mouse, for example, in a list of more than 10 records, i able to select one record in the first block of 10 record and another record in the follow block: my problem is this selected only one record always.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that someone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 14:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236603#M1381496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T14:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236604#M1381497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the meaning of field V_SCROLL of table controll?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 14:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236604#M1381497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236605#M1381498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What system are you in? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set select row to one - you will not be able to select more than one row. Well, if you scroll down, the first selected line will be unselected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alright, try one more time, Line sel (for control) - single, Check w/sel column (enter some value i mean single character field) and fixed columns to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you can't solve this. I am 100% sure as it is working on my machine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 18:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236605#M1381498</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-10-19T18:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236606#M1381499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;V_SCROLL may be the value of W/Sel column. search in your program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 18:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236606#M1381499</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-10-19T18:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236607#M1381500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alessandro ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you would need to modify the internal table associated with the table control for the line selected with a value of X for the selection column.That ways next time the PBO is loaded the line shows up a selected on the screen.What could be happening is that since the selection field is not marked as X,the loop logic for the internal table just writes the values on screen and allows you to select another value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Raina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 21:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236607#M1381500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T21:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236608#M1381501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uhh..this is should be done in addition to the layout changes suggested in the earlier posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Raina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 22:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236608#M1381501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T22:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Single selection in TABLE CONTROL.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236609#M1381502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sampath Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lots, i've solved my porblem with your suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've given you 10 points...!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 08:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-selection-in-table-control/m-p/6236609#M1381502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T08:47:35Z</dc:date>
    </item>
  </channel>
</rss>

