<?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 on user-defined screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314178#M1225197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the solution---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to enable a double click event, you go to the cell and double click on that you will get the attributes pop up, there you set the Respond to Double click. &lt;/P&gt;&lt;P&gt;along with that in the PF-STATUS set the Function F2's function code as 'PICK'.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the problem here is my screen '100'  is sub-screen.&lt;/P&gt;&lt;P&gt;We cant maintain PF-STATUS for a subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 13:21:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-10T13:21:30Z</dc:date>
    <item>
      <title>Table control on user-defined screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314175#M1225194</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;&lt;/P&gt;&lt;P&gt;I have a screen '100', which has a table control containing 4 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is , when I double click any of the table control field I want my code to get triggered.I know , we have to write the supporting code in PAI module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, what I want to know is how do I catch the DOUBLE CLICK option in PAI module .&lt;/P&gt;&lt;P&gt;We cant use SY-UCOMM option. How shall I proceed further?&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;Shivaa......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 12:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314175#M1225194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T12:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table control on user-defined screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314176#M1225195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'&amp;amp;IC1' is the FCode for double click!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 12:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314176#M1225195</guid>
      <dc:creator>sarbajitm</dc:creator>
      <dc:date>2009-03-10T12:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table control on user-defined screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314177#M1225196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) double click on field in layout.&lt;/P&gt;&lt;P&gt;2) in attributes----&amp;gt; display you get check box -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;responds for double click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else in menu painter se41 you get &amp;amp;ic1 -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;fcode for double click .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 12:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314177#M1225196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T12:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table control on user-defined screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314178#M1225197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the solution---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to enable a double click event, you go to the cell and double click on that you will get the attributes pop up, there you set the Respond to Double click. &lt;/P&gt;&lt;P&gt;along with that in the PF-STATUS set the Function F2's function code as 'PICK'.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the problem here is my screen '100'  is sub-screen.&lt;/P&gt;&lt;P&gt;We cant maintain PF-STATUS for a subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 13:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-on-user-defined-screen/m-p/5314178#M1225197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T13:21:30Z</dc:date>
    </item>
  </channel>
</rss>

