<?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: Data from multiple reports into one table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-multiple-reports-into-one-table/m-p/10014436#M1805817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, your requirement is to run all 3 reports and get the result of all reports and modify as per your requirement in other program and Finally save into database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve your requirement as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;UL&gt;
&lt;LI&gt;Create a FINAL_REPORT program and call all programs by using SUBMIT or CALL TRANSACTION&lt;/LI&gt;
&lt;LI&gt;Create a class ZCL_MY_DATA and add static attributes like GT_DATA1, GT_DATA2, GT_DATA3&lt;/LI&gt;
&lt;LI&gt;In your progams you can fill the final result into global attributes&lt;/LI&gt;
&lt;LI&gt;Now, you can access the data of all internal tables in your program FINAL_REPORT&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZCL_MY_DATA=&amp;gt;GT_DATA1, ZCL_MY_DATA=&amp;gt;GT_DATA2.....&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 03:36:37 GMT</pubDate>
    <dc:creator>ramakrishnappa</dc:creator>
    <dc:date>2014-01-23T03:36:37Z</dc:date>
    <item>
      <title>Data from multiple reports into one table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-multiple-reports-into-one-table/m-p/10014435#M1805816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 reports which have some selection criteria and final internal table&amp;nbsp; and my requirement is to get the data for some fields of those final internal table of 3 reports into one table , it might be in program or se11 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried of DDIC table but sending data into ddic table from report resulting in incorrect data like in DDIC table primary key field must be unique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried EXPORT&amp;nbsp; FINAL_INTERNAL_TABLE to memory id&amp;nbsp; to another program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So friends please suggest me which is the best and efficient way so that easily we can fetch data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 03:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-multiple-reports-into-one-table/m-p/10014435#M1805816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-23T03:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data from multiple reports into one table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-multiple-reports-into-one-table/m-p/10014436#M1805817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, your requirement is to run all 3 reports and get the result of all reports and modify as per your requirement in other program and Finally save into database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve your requirement as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;UL&gt;
&lt;LI&gt;Create a FINAL_REPORT program and call all programs by using SUBMIT or CALL TRANSACTION&lt;/LI&gt;
&lt;LI&gt;Create a class ZCL_MY_DATA and add static attributes like GT_DATA1, GT_DATA2, GT_DATA3&lt;/LI&gt;
&lt;LI&gt;In your progams you can fill the final result into global attributes&lt;/LI&gt;
&lt;LI&gt;Now, you can access the data of all internal tables in your program FINAL_REPORT&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZCL_MY_DATA=&amp;gt;GT_DATA1, ZCL_MY_DATA=&amp;gt;GT_DATA2.....&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 03:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-multiple-reports-into-one-table/m-p/10014436#M1805817</guid>
      <dc:creator>ramakrishnappa</dc:creator>
      <dc:date>2014-01-23T03:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data from multiple reports into one table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-multiple-reports-into-one-table/m-p/10014437#M1805818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you can create a program. In this program, you can use submit the 3 reports and return, in those 3 report add the export final table to memory id. in the new report use import from memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it is easy to implement your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yawa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 03:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-multiple-reports-into-one-table/m-p/10014437#M1805818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-23T03:43:29Z</dc:date>
    </item>
  </channel>
</rss>

