<?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: Regarding Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485988#M838140</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;As in PF Status, when we are creating an Application tool bar with PICK.&lt;/P&gt;&lt;P&gt;Whenever you double click on the table control on any field it will trigger&lt;/P&gt;&lt;P&gt;and call the screen 1001.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2008 06:08:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-10T06:08:04Z</dc:date>
    <item>
      <title>Regarding Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485984#M838136</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 am displaying my data in table control in screen 1001, and my requirement is , whenever i am clicking on entry in table control, i need to get the screen 1002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, Please help me where we need to write the logic to get new screen , when we click on table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will be very very thankfull to your efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is very urgent. please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;vinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 11:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485984#M838136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-08T11:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485985#M838137</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;do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make ur table control field  RESPONDS TO DOUBLE-CLICK , &lt;/P&gt;&lt;P&gt;check the check the box and activate it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PF-status which you are creating for the screen, &lt;/P&gt;&lt;P&gt;make one button in application tool bar with name PICk  (compulsary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then assign F2 as  'Recommended function key settings for &lt;/P&gt;&lt;P&gt;'PICK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PAI event , for the module user command write the following code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'PICK'.&lt;/P&gt;&lt;P&gt;call screen '1001'..&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 11:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485985#M838137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-08T11:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485986#M838138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coule you tell me what is RESPONDS TO DUBLE CLICK in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help shah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrds,&lt;/P&gt;&lt;P&gt;vinesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Siddivinesh Jogu on Mar 8, 2008 5:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 11:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485986#M838138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-08T11:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485987#M838139</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;make selection of row for table control. then write code in PAI event for any row selected or not. if selected use call screen command to show next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next way is, we can use follwing statement in PAI event. it will trigger while DB clicking in field. ref in documentation for below comand.&lt;/P&gt;&lt;P&gt;module &amp;lt;module name&amp;gt; at cursor-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 06:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485987#M838139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T06:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485988#M838140</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;As in PF Status, when we are creating an Application tool bar with PICK.&lt;/P&gt;&lt;P&gt;Whenever you double click on the table control on any field it will trigger&lt;/P&gt;&lt;P&gt;and call the screen 1001.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 06:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485988#M838140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T06:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485989#M838141</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;respond to double click means we can make it like interactive report same as ALV....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to screen layout....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on any field of table control...&lt;/P&gt;&lt;P&gt;property window will open for this field there u can tick respond to double click...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then follow the steps i have given in previous answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 08:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485989#M838141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485990#M838142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 10:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485990#M838142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T10:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485991#M838143</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;If answer is usefull to u than please reward points...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 04:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/3485991#M838143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T04:23:53Z</dc:date>
    </item>
  </channel>
</rss>

