<?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: picking selected rows from table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497991#M1421280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are going right you have create a sel column in table control &lt;/P&gt;&lt;P&gt;now in the PAI When you loop the table control Inside it  &lt;/P&gt;&lt;P&gt;use a modify module which Check the  if Sy-ucomm = 'PICK '&lt;/P&gt;&lt;P&gt;and if  sel = 'X' you get the selected record go ahead and you will get .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Nilesh &lt;/P&gt;&lt;P&gt;Have Great year Ahead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jan 2010 05:04:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-03T05:04:47Z</dc:date>
    <item>
      <title>picking selected rows from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497988#M1421277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                     I have a requirement where I had a table control. The table control shows the data related to the purchase order we select from search help. ( an input field is created for purch order search help). The table control is working successfully in showing the details as per the purch order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  When we select a particular row(s) or record(s) from table control, it should show the selected records in some other screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my approach :  I have created linesel variable in the table control properties.  Is my approach is correct? &lt;/P&gt;&lt;P&gt;Iam not getting the idea of using this table control to pick the selected records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2009 08:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497988#M1421277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-31T08:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: picking selected rows from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497989#M1421278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare the field for example 'SEL' in internal assigned to tha table control.&lt;/P&gt;&lt;P&gt;Then in the screen attributes give the field name say like 'WA_PO-SEL'. (with multiple or single line selection option).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you select a row in table control this field gets marked as 'X', for this in PAI modify the itab from table control.&lt;/P&gt;&lt;P&gt;Later read internal table where SEL = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also search in SCN, lots of threads are available regarding this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link:[capture line selection of a SAP dynpro table control|http://www.sapdev.co.uk/dialog/tabcontrol/tc_mark.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2009 08:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497989#M1421278</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-31T08:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: picking selected rows from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497990#M1421279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First delcare the &lt;EM&gt;Sel&lt;/EM&gt; in your internal table which is used for creating table control,&lt;/P&gt;&lt;P&gt;and give that name sel name &lt;STRONG&gt;Line Selection Col.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                                               &lt;STRONG&gt;Selection col. fld&lt;/STRONG&gt;   in this filed it will appear while creating a table control wizard and select the radio button like single selection or multiple selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u select a sel in table control it becomes 'Xi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Eg: tb_table-Sel = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may help ful for u &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Surendra P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suri551 on Dec 31, 2009 11:32 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2009 10:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497990#M1421279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-31T10:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: picking selected rows from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497991#M1421280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are going right you have create a sel column in table control &lt;/P&gt;&lt;P&gt;now in the PAI When you loop the table control Inside it  &lt;/P&gt;&lt;P&gt;use a modify module which Check the  if Sy-ucomm = 'PICK '&lt;/P&gt;&lt;P&gt;and if  sel = 'X' you get the selected record go ahead and you will get .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Nilesh &lt;/P&gt;&lt;P&gt;Have Great year Ahead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jan 2010 05:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497991#M1421280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-03T05:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: picking selected rows from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497992#M1421281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , My problem is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 06:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-selected-rows-from-table-control/m-p/6497992#M1421281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T06:03:22Z</dc:date>
    </item>
  </channel>
</rss>

