<?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: Interactive Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/5036433#M1171347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, hope this is your requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For selecting the row in a report you have to declare a variable &lt;STRONG&gt;box type c&lt;/STRONG&gt; in your main internal table .&lt;/P&gt;&lt;P&gt;and in the layout assign  (layout-box_fieldname = 'BOX'.) . &lt;/P&gt;&lt;P&gt;this will put a flag when the user select a row or more that one row .&lt;/P&gt;&lt;P&gt;now in your internal table the the box field will be marked as X if the row is selected by the end user .&lt;/P&gt;&lt;P&gt;main internal table  values will be &lt;/P&gt;&lt;P&gt;BOX  F1 F2 F3&lt;/P&gt;&lt;P&gt;          a  b   c&lt;/P&gt;&lt;P&gt;   x     d  e   f&lt;/P&gt;&lt;P&gt;          g  h  i &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp_table   = main internal table .&lt;/P&gt;&lt;P&gt;now the temp_i_table will have the values of the internal table .&lt;/P&gt;&lt;P&gt;and now &lt;/P&gt;&lt;P&gt;temp[] = itab_main[].&lt;/P&gt;&lt;P&gt;DELETE temp_i_table WHERE box NE 'X'.&lt;/P&gt;&lt;P&gt;now you will get the rows which the end user is selected .&lt;/P&gt;&lt;P&gt;now write your select query according to your requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;chinnaiya .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jan 2009 10:29:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-17T10:29:04Z</dc:date>
    <item>
      <title>Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/5036431#M1171345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    how to make possible to click only on the first column  values of every screen?..&lt;/P&gt;&lt;P&gt;for example,if i want to see the detailed list of channel wise sales report when i select any of sales organization..i want to restrict the end user selection only on the organzation values,not any where else,what is the logic for this?...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 10:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/5036431#M1171345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-17T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/5036432#M1171346</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;This can be done with the help of GET CURSOR&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
for furthur details
press F1 on GET CURSOR&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 10:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/5036432#M1171346</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2009-01-17T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/5036433#M1171347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, hope this is your requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For selecting the row in a report you have to declare a variable &lt;STRONG&gt;box type c&lt;/STRONG&gt; in your main internal table .&lt;/P&gt;&lt;P&gt;and in the layout assign  (layout-box_fieldname = 'BOX'.) . &lt;/P&gt;&lt;P&gt;this will put a flag when the user select a row or more that one row .&lt;/P&gt;&lt;P&gt;now in your internal table the the box field will be marked as X if the row is selected by the end user .&lt;/P&gt;&lt;P&gt;main internal table  values will be &lt;/P&gt;&lt;P&gt;BOX  F1 F2 F3&lt;/P&gt;&lt;P&gt;          a  b   c&lt;/P&gt;&lt;P&gt;   x     d  e   f&lt;/P&gt;&lt;P&gt;          g  h  i &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp_table   = main internal table .&lt;/P&gt;&lt;P&gt;now the temp_i_table will have the values of the internal table .&lt;/P&gt;&lt;P&gt;and now &lt;/P&gt;&lt;P&gt;temp[] = itab_main[].&lt;/P&gt;&lt;P&gt;DELETE temp_i_table WHERE box NE 'X'.&lt;/P&gt;&lt;P&gt;now you will get the rows which the end user is selected .&lt;/P&gt;&lt;P&gt;now write your select query according to your requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;chinnaiya .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 10:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/5036433#M1171347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-17T10:29:04Z</dc:date>
    </item>
  </channel>
</rss>

