<?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: calling a report from module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976195#M1492033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use submit syntax.&lt;/P&gt;&lt;P&gt;Press F1 on submit, Donot use return statement with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If so, where we should write that code ( In pbo or pai). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please understand about these two events before doing the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jun 2010 18:53:23 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-06-21T18:53:23Z</dc:date>
    <item>
      <title>calling a report from module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976194#M1492032</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;&lt;/P&gt;&lt;P&gt;        I had a requirement where I need to call a report from the module pool program where in when we click REPORT button, it should display the report output in the another screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we do by calling screen after pushing REPORT button. If so, where we should write that code ( In pbo or pai). Please give me an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali Krishna T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 16:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976194#M1492032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T16:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: calling a report from module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976195#M1492033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use submit syntax.&lt;/P&gt;&lt;P&gt;Press F1 on submit, Donot use return statement with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If so, where we should write that code ( In pbo or pai). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please understand about these two events before doing the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 18:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976195#M1492033</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-06-21T18:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: calling a report from module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976196#M1492034</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 LEAVE TO LIST-PROCESSING syntax, this syntax will allow you to go from module pool to report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first in PAI code it for module pool then code for report then use &lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;write:/&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;leave to list processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 15:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976196#M1492034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T15:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: calling a report from module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976197#M1492035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Murali Krishna .T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 08:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976197#M1492035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T08:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: calling a report from module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976198#M1492036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i been through a similar situation, i did the same as you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have a Parameter . but in its value i cannot manually enter any Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have given the field name instead. but is considering as not giving,hence shows a message that no input has been given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-report-from-module-pool-program/m-p/6976198#M1492036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-28T09:27:03Z</dc:date>
    </item>
  </channel>
</rss>

