<?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 interactive report-2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report-2/m-p/1897667#M375100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interactice report &amp;gt;&amp;gt;when i click on customer no .then in secandary list i want to see the customer no and customer name at the top and down  order list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2007 19:19:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-26T19:19:01Z</dc:date>
    <item>
      <title>interactive report-2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report-2/m-p/1897667#M375100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interactice report &amp;gt;&amp;gt;when i click on customer no .then in secandary list i want to see the customer no and customer name at the top and down  order list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 19:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report-2/m-p/1897667#M375100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T19:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: interactive report-2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report-2/m-p/1897668#M375101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very simple approach here..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
report zrich_0004.

data: ikna1 type table of kna1 with header line.

start-of-selection.

select * into table ikna1 from kna1 up to 20 rows.

loop at ikna1.

     format hotspot on.
       write:/ ikna1-kunnr.
       hide ikna1-kunnr.
     format hotspot off.

endloop.

at line-selection.
    read table ikna1 with key ikna1-kunnr.
     write:/ ikna1-kunnr, ikna1-name1.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 19:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report-2/m-p/1897668#M375101</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-26T19:29:40Z</dc:date>
    </item>
  </channel>
</rss>

