<?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: BW report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-report/m-p/3900306#M935930</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;First fetch data from table F1 then write FOR ALL ENTRIES to table F2 this is first internal table .(link F1 and F2 common field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; using F1 then write FOR ALL ENTRIES to table F3 this is second internal table .(link F1 and F3 common field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then loop first internal table ,under loop u need to read the second internal table with key find common entries move to final internal table&lt;/P&gt;&lt;P&gt;now in ur final internal table contain all F1 ,F2,F3 records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 05:08:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-06T05:08:36Z</dc:date>
    <item>
      <title>BW report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-report/m-p/3900304#M935928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Please try to under stand my problem.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to devolop one report, but that is with BW tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i hav to fetch no.of actions for pertoculer employee...that i hav to display for each month...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;jan  feb   mar  april may june july&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;100 123 121   123  432  756 129&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these 100, 123  .... are no. of actions... for one perticuler emlpoyee...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in technical view...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no.of actions F1 from T1 table,&lt;/P&gt;&lt;P&gt;employee code F2 from T2 table,&lt;/P&gt;&lt;P&gt;month F3 from T3 table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all these are BW tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no links for those tables.. with i received initially..of corse iam not found...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can i devolop this with logic... or Is it mandatory to find links...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; my cuurent stage...&lt;/P&gt;&lt;P&gt;finally i got succeed to find links for F1, F2 and F1, F3... so there is no link for F2 and F3... &lt;/P&gt;&lt;P&gt;But here i have to fetch data of F1 for F2 wrt F3....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can logic...???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finally...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest me a good way to solve this problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 04:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-report/m-p/3900304#M935928</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-06-06T04:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: BW report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-report/m-p/3900305#M935929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First fetch data from table F3  then write &lt;STRONG&gt;FOR ALL ENTRIES&lt;/STRONG&gt; to table F1 and then write &lt;STRONG&gt;FOR ALL ENTRIES&lt;/STRONG&gt; for F2 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join F1 and F3 and get the data and then write &lt;STRONG&gt;FOR ALL ENTRIES&lt;/STRONG&gt; to table F2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kodandarami Reddy.S on Jun 6, 2008 10:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 04:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-report/m-p/3900305#M935929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T04:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: BW report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bw-report/m-p/3900306#M935930</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;First fetch data from table F1 then write FOR ALL ENTRIES to table F2 this is first internal table .(link F1 and F2 common field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; using F1 then write FOR ALL ENTRIES to table F3 this is second internal table .(link F1 and F3 common field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then loop first internal table ,under loop u need to read the second internal table with key find common entries move to final internal table&lt;/P&gt;&lt;P&gt;now in ur final internal table contain all F1 ,F2,F3 records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bw-report/m-p/3900306#M935930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T05:08:36Z</dc:date>
    </item>
  </channel>
</rss>

