<?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 Selection Row in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641918#M1572282</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 have to write the set PF status and title bar inside the PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
module status_0100 output.
  set pf-status 'MAIN'.
  set titlebar 'MAIN_T'.
endmodule.   

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope your problem will be solved.Please let me know if you will face same problem in your program.&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;Suvajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 09:15:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-09T09:15:52Z</dc:date>
    <item>
      <title>Table Control Selection Row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641916#M1572280</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;I have a little problem I can't solve: when creating a table control with screen painter, I can set a row marker. (the one you use &lt;STRONG&gt;&lt;U&gt;for example&lt;/U&gt;&lt;/STRONG&gt; in almost all transaction when you select rows before clicking "delete lines").&lt;/P&gt;&lt;P&gt;well&lt;/P&gt;&lt;P&gt;What I would like to do is really simple:&lt;/P&gt;&lt;P&gt;when user clicks on the marker an event is associated; for example I click on a row and on another part of the screen details of the row selected is shown.&lt;/P&gt;&lt;P&gt;Tecnichally the problem is that (also activating debugging) the PAI is not triggered, &lt;STRONG&gt;BUT&lt;/STRONG&gt; also a double click does not trigger PAI until I set a Fcode on status for detail (F2).&lt;/P&gt;&lt;P&gt;I think it's possible because many transaction do what I need .. &lt;/P&gt;&lt;P&gt;can anyone help me?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 08:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641916#M1572280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T08:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selection Row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641917#M1572281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just define the selection field as a checkbox in screen painter and assign a function code to it.  You could also declare this field as a pushbuton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 09:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641917#M1572281</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-02-09T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selection Row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641918#M1572282</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 have to write the set PF status and title bar inside the PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
module status_0100 output.
  set pf-status 'MAIN'.
  set titlebar 'MAIN_T'.
endmodule.   

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope your problem will be solved.Please let me know if you will face same problem in your program.&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;Suvajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 09:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641918#M1572282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selection Row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641919#M1572283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand. I don't want to use something else. I want to use the row marker in table control (so that row selected is highlighted)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 09:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641919#M1572283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T09:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selection Row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641920#M1572284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's possible because many transaction do what I need ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats is an ALV grid and not a table control. Now most of the enjoy transactions are built using ALV. You have to use the Object oriented ALV for this. Those are events which gets triggered. You can search in SCN or Google for many related examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 11:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641920#M1572284</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-02-09T11:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selection Row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641921#M1572285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was almost sure about what you say, and you confirmed it to me. I think anyway it's really strange: bind the double click and not the simple selection ...&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 13:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selection-row/m-p/7641921#M1572285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T13:14:18Z</dc:date>
    </item>
  </channel>
</rss>

