<?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 Submitting report into dialog program. spool created without data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-into-dialog-program-spool-created-without-data/m-p/3631363#M874679</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 have a requirement where i am submitting report in &lt;/P&gt;&lt;P&gt;back ground through the job. Though the job is getting finished &lt;/P&gt;&lt;P&gt;and spool is also getting created but the problem is that data &lt;/P&gt;&lt;P&gt;is not passed from the calling program which is Dialog program&lt;/P&gt;&lt;P&gt;to the called report.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please let me know how to pass data from calling dailog program to called report program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 08:13:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-04T08:13:36Z</dc:date>
    <item>
      <title>Submitting report into dialog program. spool created without data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-into-dialog-program-spool-created-without-data/m-p/3631363#M874679</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 have a requirement where i am submitting report in &lt;/P&gt;&lt;P&gt;back ground through the job. Though the job is getting finished &lt;/P&gt;&lt;P&gt;and spool is also getting created but the problem is that data &lt;/P&gt;&lt;P&gt;is not passed from the calling program which is Dialog program&lt;/P&gt;&lt;P&gt;to the called report.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please let me know how to pass data from calling dailog program to called report program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 08:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-into-dialog-program-spool-created-without-data/m-p/3631363#M874679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T08:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting report into dialog program. spool created without data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-into-dialog-program-spool-created-without-data/m-p/3631364#M874680</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 call you program using it's selection screen, like this:&lt;/P&gt;&lt;P&gt;SUBMIT zmyreport&lt;/P&gt;&lt;P&gt;WITH so_abc IN ra_abc   "where ra_abc is a range in your caller program&lt;/P&gt;&lt;P&gt;WITH p_xyz = lv_xyz   "where lv_xyz is a variable in your caller program&lt;/P&gt;&lt;P&gt;IN BACKGROUND TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might try out using ABAP memory (I did not tried it with background task yet):&lt;/P&gt;&lt;P&gt;- caller program&lt;/P&gt;&lt;P&gt;EXPORT ZMY_INTERNAL_TABLE TO MEMORY ID 'ZMY_INTERNAL_TABLE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-called program&lt;/P&gt;&lt;P&gt;IMPORT ZMY_INTERNAL_TABLE FROM MEMORY ID 'ZMY_INTERNAL_TABLE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZMY_INTERNAL_TABLE has the same structure in both programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 08:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submitting-report-into-dialog-program-spool-created-without-data/m-p/3631364#M874680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T08:20:08Z</dc:date>
    </item>
  </channel>
</rss>

