<?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 with interactive reporting facility in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743067#M1458895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Mar 2010 18:31:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-10T18:31:54Z</dc:date>
    <item>
      <title>Table control with interactive reporting facility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743064#M1458892</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;&lt;/P&gt;&lt;P&gt;I have a requirement to display the details in table control and if we say double click on any of the table control line item, I need to display one more report (like interactive report). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched the forum, but not suiting my requirement. &lt;/P&gt;&lt;P&gt;Can anyone tell me the procedure, how can we do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 14:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743064#M1458892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with interactive reporting facility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743065#M1458893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to activate the SELECT event (shortcut is F2) and then control this in the user command section of the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you will need to get the row table selected and i supose you want to submit a report with data depending on the row selected, so something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      GET CURSOR LINE linha.
      linha = linha + tc_85-top_line - 1.
      READ TABLE t_85 INTO wt_85 INDEX linha.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will get you the selected row, then it is a simple submit report with the via selection screen with the data from that row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 14:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743065#M1458893</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2010-03-10T14:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with interactive reporting facility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743066#M1458894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi,
&amp;lt;li&amp;gt;Check the below thread.
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;&lt;SPAN __jive_macro_name="message" id="7239634"&gt;&lt;/SPAN&gt;&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 15:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743066#M1458894</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2010-03-10T15:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with interactive reporting facility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743067#M1458895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 18:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-interactive-reporting-facility/m-p/6743067#M1458895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T18:31:54Z</dc:date>
    </item>
  </channel>
</rss>

