<?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: Push Button as a Column in Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528127#M1426236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frisoni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Table controll with push button is  working but after scrolling(vertical)  the table control the push button is not able to pick &lt;/P&gt;&lt;P&gt;the clicked row no. I mean while debugging I noticed that the statement  GET CURSOR LINE LI_NO  is not able to pick the right entry/row of table control after scrolling table control to see more data. Pls help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 08:59:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-20T08:59:25Z</dc:date>
    <item>
      <title>Push Button as a Column in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528125#M1426234</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 want to insert PUSH BUTTON as a column in  table control as  &amp;amp; on clicking the pushbutton,&lt;/P&gt;&lt;P&gt;I want to retrieve the corresponding data  from that row of the table control.&lt;/P&gt;&lt;P&gt;I dont want to use the field  W/SELCOLUMN because i want to process PAI of the screen immediately after clicking the pushbutton.&lt;/P&gt;&lt;P&gt;pls help me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 12:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528125#M1426234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T12:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button as a Column in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528126#M1426235</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;insert your button through layout editor and assign a Fcode for it.&lt;/P&gt;&lt;P&gt;In your PAI you will have sy-ucomm assigned when button click.&lt;/P&gt;&lt;P&gt;Then, just use&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      GET CURSOR LINE li_line.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to get line number of button click and use a read table ro get the line of yout IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Frisoni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 12:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528126#M1426235</guid>
      <dc:creator>guilherme_frisoni</dc:creator>
      <dc:date>2010-01-15T12:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button as a Column in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528127#M1426236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frisoni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Table controll with push button is  working but after scrolling(vertical)  the table control the push button is not able to pick &lt;/P&gt;&lt;P&gt;the clicked row no. I mean while debugging I noticed that the statement  GET CURSOR LINE LI_NO  is not able to pick the right entry/row of table control after scrolling table control to see more data. Pls help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 08:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528127#M1426236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T08:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button as a Column in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528128#M1426237</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;to get the correct line use this &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  get cursor line h_line.&lt;BR /&gt;&lt;BR /&gt;  check sy-subrc = 0.&lt;BR /&gt;&lt;BR /&gt;  h_cursor = tc_name-top_line + h_line - 1.&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jul 2022 08:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-a-column-in-table-control/m-p/6528128#M1426237</guid>
      <dc:creator>lars_burdeneu</dc:creator>
      <dc:date>2022-07-27T08:29:34Z</dc:date>
    </item>
  </channel>
</rss>

