<?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: ALV Report program linking 5 db tables. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849276#M1134122</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;you can use SAP Query for this purpose. Check transaction SQ01 or try to look for documentation here on SDN. For example this blog: &lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="46622"&gt;&lt;/A&gt; or this one &lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="45732"&gt;&lt;/A&gt; might be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2008 05:11:47 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2008-12-09T05:11:47Z</dc:date>
    <item>
      <title>ALV Report program linking 5 db tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849274#M1134120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What should be the general approach to generate a simple ALV program that links 5 database tables, where the selection criteria is date field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Dec 4, 2008 11:38 AM - Removed all caps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849274#M1134120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T09:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report program linking 5 db tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849275#M1134121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Refer This Link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5292939"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 10:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849275#M1134121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report program linking 5 db tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849276#M1134122</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;you can use SAP Query for this purpose. Check transaction SQ01 or try to look for documentation here on SDN. For example this blog: &lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="46622"&gt;&lt;/A&gt; or this one &lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="45732"&gt;&lt;/A&gt; might be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 05:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849276#M1134122</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2008-12-09T05:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report program linking 5 db tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849277#M1134123</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;   For getting the data from 5 db tables into an internal table, you can use inner joins to join all the db tables and connect each table with the common field. For getting teh idea of how to use inner join you can search in sdn or you can go for F1 help or go to transaction ABAPDOCU and type "Join ", you will get an example of join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 14:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849277#M1134123</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2008-12-13T14:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report program linking 5 db tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849278#M1134124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP Query is a bit of an abomination -- complicated to use correctly and definitely difficult to maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to get stuff from 5 different databases in one report it might be better from a Systems Performance perspective to create a "Z_object" containing the data you want and then simply run your ABAP ALV against your "Z_Object".&lt;/P&gt;&lt;P&gt;Depending on the frequency / content of your report you could run say a batch job every evening to update your "Z_Object".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other possibility would be to run your query on a BW/BI system if the volume of data is quite large -- however if you don't have BW then OK this is not a possible solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My preference would be to go for the "Z-Object".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have to wonder at how the original application was designed if you really do need to collect data from 5 different data bases --perhaps you should re-design the original application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jimbo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 18:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849278#M1134124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T18:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report program linking 5 db tables.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849279#M1134125</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;Use for all entries option to get the data from 5 Database tables into internal table. If you use inner join then you face performance issues. Because inner join directly get data from DB tables. So it increases traffic at DB. Better use for all entries option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Md.MahboobKhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 07:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-program-linking-5-db-tables/m-p/4849279#M1134125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T07:26:39Z</dc:date>
    </item>
  </channel>
</rss>

