<?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 Reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016544#M80159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;      i have a requirement as  follows,&lt;/P&gt;&lt;P&gt;I have 4 reports namely zrep1, zrep2, zrep3,zrep4.&lt;/P&gt;&lt;P&gt;now wat user does is...&lt;/P&gt;&lt;P&gt;1.I execute the report zrep1 and use this result doing    manual calculation.&lt;/P&gt;&lt;P&gt;2.I execute zrep2 , use the result of zrep1 and zrep2 perform manual caluculation .&lt;/P&gt;&lt;P&gt;3. i execute zrep3 and use the result of zrep1,zrep2 and zrep3 and do manual calcuation.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NOTE:Every report has screens and user enters the values in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my user requirement is  he does not want to do this manually and want the system to do .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how should i get the values of executed results and make the system to do calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz give me suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Azee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2005 08:28:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-28T08:28:31Z</dc:date>
    <item>
      <title>Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016544#M80159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;      i have a requirement as  follows,&lt;/P&gt;&lt;P&gt;I have 4 reports namely zrep1, zrep2, zrep3,zrep4.&lt;/P&gt;&lt;P&gt;now wat user does is...&lt;/P&gt;&lt;P&gt;1.I execute the report zrep1 and use this result doing    manual calculation.&lt;/P&gt;&lt;P&gt;2.I execute zrep2 , use the result of zrep1 and zrep2 perform manual caluculation .&lt;/P&gt;&lt;P&gt;3. i execute zrep3 and use the result of zrep1,zrep2 and zrep3 and do manual calcuation.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NOTE:Every report has screens and user enters the values in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my user requirement is  he does not want to do this manually and want the system to do .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how should i get the values of executed results and make the system to do calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz give me suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Azee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 08:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016544#M80159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T08:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016545#M80160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use import / export data to memory...&lt;/P&gt;&lt;P&gt;EXPORT obj1 ... objn TO DATA BUFFER f. &lt;/P&gt;&lt;P&gt;- EXPORT obj1 ... objn TO MEMORY. &lt;/P&gt;&lt;P&gt;- EXPORT obj1 ... objn TO SHARED MEMORY itab(ar) ID key. &lt;/P&gt;&lt;P&gt;- EXPORT obj1 ... objn TO SHARED BUFFER itab(ar) ID key. &lt;/P&gt;&lt;P&gt;- EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key. &lt;/P&gt;&lt;P&gt;- EXPORT obj1 ... objn TO DATASET dsn(ar) ID key. &lt;/P&gt;&lt;P&gt;- EXPORT (itab) TO ... . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT obj1 ... objn FROM DATA BUFFER f. &lt;/P&gt;&lt;P&gt;- IMPORT obj1 ... objn FROM MEMORY. &lt;/P&gt;&lt;P&gt;- IMPORT obj1 ... objn FROM SHARED MEMORY itab(ar) ID key. &lt;/P&gt;&lt;P&gt;- IMPORT obj1 ... objn FROM SHARED BUFFER itab(ar) ID key. &lt;/P&gt;&lt;P&gt;- IMPORT obj1 ... objn FROM DATABASE dbtab(ar) ID key. &lt;/P&gt;&lt;P&gt;- IMPORT obj1 ... objn FROM DATASET dsn(ar) ID key. &lt;/P&gt;&lt;P&gt;- IMPORT obj1 ... objn FROM LOGFILE ID key. &lt;/P&gt;&lt;P&gt;- IMPORT DIRECTORY INTO itab FROM DATABASE dbtab(ar) ID key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 08:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016545#M80160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016546#M80161</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 Export and Import options&lt;/P&gt;&lt;P&gt;for ex. use export in zrep1&lt;/P&gt;&lt;P&gt; import the values in zrep2&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 08:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016546#M80161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T08:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016547#M80162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can call the transactions and put all the information for the selectionscreen in a table so it will be processed with the correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you can write a new report which calls the other 4, uses thier output, calculates new values and calls the next report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bas Jansen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 08:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016547#M80162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T08:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016548#M80163</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;Since it is is a custom report I suggest you to modify it such that it stores the value of each report in Memory&lt;/P&gt;&lt;P&gt;( Do not use IMOPORT/EXPORT as it will be cleared when the current session ends).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you can't transfer internal table to memory using SET/GET Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your explanation I understood that you need calculation part alone to be done by the system and the execution of reports will be done by you.If my understanding is wronh please revert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution would be exporting/importing internal tables to database indexes.&lt;/P&gt;&lt;P&gt;So in each report, just before they being displayed add teh below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :w_indx_docov TYPE indx-usera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_indx_docov = sy-uname.&lt;/P&gt;&lt;P&gt;EXPORT (int_table) indx(&amp;lt;b&amp;gt;XX&amp;lt;/b&amp;gt;) ID w_indx_docov.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Replace &amp;lt;b&amp;gt;XX&amp;lt;/b&amp;gt; with any 2 characters.This characters should be different for each internal table. Otherwise the content will be overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly IMPORT it using&lt;/P&gt;&lt;P&gt;IMPORT (int_table)FROM DATABASE indx(XX) ID w_indx_docov..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;For your current scenario&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EXPORT&amp;lt;/b&amp;gt; internal table to database index in end of report &amp;lt;b&amp;gt;zrep1.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &amp;lt;b&amp;gt;zrep2&amp;lt;/b&amp;gt; IMPORT from the database Index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need furher help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if you find this explanation useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 08:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016548#M80163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016549#M80164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SivaKumar,&lt;/P&gt;&lt;P&gt;             well i think u have got me partly right,&lt;/P&gt;&lt;P&gt;here i go with more detail,&lt;/P&gt;&lt;P&gt;Report zrep1 needs to be executed every day with a variant, i need a field  value from zrep1 and perform calculation ex tab1-fld1.&lt;/P&gt;&lt;P&gt;Result of zrep1 i use to calculate productivity for Inbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rport2 zrep2 is executed every day , i need  field value from zrep2 ( ex tab2-fld2) and zrep1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say i use tab1-field1 + tab2-field2 to perform reqúired calclation.&lt;/P&gt;&lt;P&gt;Result of zrep1 and zrep2 i calculate the productivity for Replenishment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this values to be stored for historical reason,&lt;/P&gt;&lt;P&gt;as this ill be used to run monthly reports and yearly too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using IMPORT AND EXPORT  it ill be stored temporarly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it's clear wat i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Azee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 10:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1016549#M80164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T10:42:46Z</dc:date>
    </item>
  </channel>
</rss>

