<?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: Exporting to memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352220#M176355</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;The best way to incoporate the report display via ALV froma dialog program is to use the OO method. Try the following steps in addition to the standard code in the dislog process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a Custom Control in ur screen&lt;/P&gt;&lt;P&gt;2) dsiplay the ALV report using the class CL_GUI_ALV_GRID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 05:42:25 GMT</pubDate>
    <dc:creator>former_member480923</dc:creator>
    <dc:date>2006-06-12T05:42:25Z</dc:date>
    <item>
      <title>Exporting to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352218#M176353</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;I would like to call a report from a dialog program such that watever changes i make in the dialog program should be relected in the report(ALV display)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sruthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 05:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352218#M176353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T05:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352219#M176354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;... and so you'd like to give all the data via ... EXPORT TO MEMORY to the report.&lt;/P&gt;&lt;P&gt;That will work. &lt;/P&gt;&lt;P&gt;You'll have to give the report in it's selection screen the ID to with you've exportet the data in the "caller" (your dialog).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 05:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352219#M176354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T05:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352220#M176355</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;The best way to incoporate the report display via ALV froma dialog program is to use the OO method. Try the following steps in addition to the standard code in the dislog process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a Custom Control in ur screen&lt;/P&gt;&lt;P&gt;2) dsiplay the ALV report using the class CL_GUI_ALV_GRID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 05:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352220#M176355</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2006-06-12T05:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352221#M176356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dint quite understand wat u said. I have exported it to memory from the dialog program. Watever changes i have made in the dialog program i have passed to an internal table and passed to memory.&lt;/P&gt;&lt;P&gt;How do i call the internal table in the report so that the changed values can be displayed on The ALV in the report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 05:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352221#M176356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T05:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352222#M176357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sruthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are calling the report from the Dialog program, I am not sure what the issue is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export the internal table to the memory, and import that in the report and do the processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 06:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-memory/m-p/1352222#M176357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T06:07:38Z</dc:date>
    </item>
  </channel>
</rss>

