<?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 - Double Click in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367210#M181430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check ur pf-status. in that did u give PICK to the functionkey F2 which will enable the db click facility.&lt;/P&gt;&lt;P&gt;and u can get the values of the clicked field by GET CURSOR COMMAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK THIS THREAD ALSO.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="129159"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="126056"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2006 07:51:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-16T07:51:06Z</dc:date>
    <item>
      <title>Table Control - Double Click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367209#M181429</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 have created a table control using the wizard. Now I need the user to be able to double click a line which will do further processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot get the 'double click' functionality working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help.&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;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 07:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367209#M181429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T07:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Double Click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367210#M181430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check ur pf-status. in that did u give PICK to the functionkey F2 which will enable the db click facility.&lt;/P&gt;&lt;P&gt;and u can get the values of the clicked field by GET CURSOR COMMAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK THIS THREAD ALSO.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="129159"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="126056"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 07:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367210#M181430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Double Click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367211#M181431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to enable F2 function key by setting the PF-satus in PBO of the screen. try to give PICK for F2 and then activate the PF-status. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 07:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367211#M181431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T07:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Double Click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367212#M181432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apart from setting the PF-status with PICK (F2) also set the property "respond to double click" for the tablecontrol column in screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 07:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367212#M181432</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-16T07:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Double Click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367213#M181433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1629328"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above exactly suits ur requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 08:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-double-click/m-p/1367213#M181433</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-05-16T08:08:18Z</dc:date>
    </item>
  </channel>
</rss>

