<?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: Double Click in Table Control... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342304#M173088</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 think you should click on the cell attributes of the table control and check the "Responds to double click" Check box..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can make the field appear as Listbox and give a function code to that field.In the PAI, for this function code, Give the required code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2006 13:15:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-06T13:15:38Z</dc:date>
    <item>
      <title>Double Click in Table Control...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342299#M173083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How to handle the double click event in Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I have to double click in Table click and goto VA02 to modify the SO and again come back to that same grid with changes in SO).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for Early reply.&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;Dharmesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342299#M173083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Double Click in Table Control...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342300#M173084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your pf-status, assign F2 for Picking in se41.&lt;/P&gt;&lt;P&gt;In at user-command:&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;case &amp;lt;FCODE for couble click&amp;gt;.&lt;/P&gt;&lt;P&gt;set parameter id 'AUN' value v_ord.&lt;/P&gt;&lt;P&gt;call transaction 'VA02'." and skip first screen.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342300#M173084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Double Click in Table Control...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342301#M173085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to define double click in your table controlwhich is similar to 'PICK' function. Enable F2 in PF-status for this&lt;/P&gt;&lt;P&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="157559"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the above thread which was posted recently on SDN, &amp;lt;b&amp;gt;please award points if found helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342301#M173085</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-06-06T13:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Double Click in Table Control...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342302#M173086</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;1) use method GET_SELECTED_ROWS&lt;/P&gt;&lt;P&gt;2) call transaction va02 with that record&lt;/P&gt;&lt;P&gt;3) new select for your itab&lt;/P&gt;&lt;P&gt;4) method refresh_table_display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342302#M173086</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-06-06T13:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Double Click in Table Control...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342303#M173087</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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342303#M173087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Double Click in Table Control...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342304#M173088</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 think you should click on the cell attributes of the table control and check the "Responds to double click" Check box..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can make the field appear as Listbox and give a function code to that field.In the PAI, for this function code, Give the required code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-in-table-control/m-p/1342304#M173088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:15:38Z</dc:date>
    </item>
  </channel>
</rss>

