<?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 module pool program screen to an executable program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760155#M1461579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;You have to use Call Transaction statement.&lt;/P&gt;&lt;P&gt;for data transfer from report to module pool program you have to mention parameter ids for the screen elements. These parameter ids should be set before call Tarnsaction statement. I think this information is helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghava Channooru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 13:20:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-14T13:20:01Z</dc:date>
    <item>
      <title>calling a module pool program screen to an executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760153#M1461577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a executable program to use selection-screen and want to see my output in module pool program where I have designed table control according to my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I call the module-pool program screen from an executable program?&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 12:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760153#M1461577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T12:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: calling a module pool program screen to an executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760154#M1461578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 13:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760154#M1461578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T13:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: calling a module pool program screen to an executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760155#M1461579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;You have to use Call Transaction statement.&lt;/P&gt;&lt;P&gt;for data transfer from report to module pool program you have to mention parameter ids for the screen elements. These parameter ids should be set before call Tarnsaction statement. I think this information is helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghava Channooru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 13:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760155#M1461579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T13:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: calling a module pool program screen to an executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760156#M1461580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can proceed with a &lt;STRONG&gt;report program alone&lt;/STRONG&gt; . There you create a screen with the table control to populate your result.&lt;/P&gt;&lt;P&gt;In the report program, after getting values for internal table for your display, just call the said screen. &lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;CALL SCREEN &amp;lt;screen number&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Smart Varghese&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 03:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760156#M1461580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-15T03:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: calling a module pool program screen to an executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760157#M1461581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     First EXPORT values from your report to Module pool program and then use&lt;/P&gt;&lt;P&gt;CALL TRANSACTION in the report. Next IMPORT the values from report and based on the values &lt;/P&gt;&lt;P&gt;display the output.&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;Sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 03:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760157#M1461581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-15T03:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: calling a module pool program screen to an executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760158#M1461582</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;Please use call screen &amp;lt;Screen Number&amp;gt; after START-OF-SELECTION. Then you program will be executing similar to the module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Babu Dorai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 05:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-module-pool-program-screen-to-an-executable-program/m-p/6760158#M1461582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-15T05:54:45Z</dc:date>
    </item>
  </channel>
</rss>

