<?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: how to execute module pool (Dialog programs) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959400#M698145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a Module Pool program you need to create a transaction using SE93 and chosing the First Radio Button for creating which is Program and Screen (Dialog transaction) where you need to give in your program name and the screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later you can run the program by using the transaction code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 03:44:55 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2007-10-11T03:44:55Z</dc:date>
    <item>
      <title>how to execute module pool (Dialog programs)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959398#M698143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have  created one module pool prm using se38,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and using se51 i had design two push buttons in Layout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the PAI flow logic i have written the code like ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE : SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'DISP'.&lt;/P&gt;&lt;P&gt;MESSAGE  I001 WITH 'DISPLAY BUTTON PRESSED'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;MESSAGE I002 WITH 'EXIT BUTTON PRESSED'.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as the same code will work for executable program and this is not working Module Pool program why .&lt;/P&gt;&lt;P&gt;and How can i execute with the use of module pool program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 03:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959398#M698143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T03:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute module pool (Dialog programs)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959399#M698144</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;Create a transaction for the module pool program using SE80 transaction.&lt;/P&gt;&lt;P&gt;Run the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 03:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959399#M698144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T03:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute module pool (Dialog programs)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959400#M698145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a Module Pool program you need to create a transaction using SE93 and chosing the First Radio Button for creating which is Program and Screen (Dialog transaction) where you need to give in your program name and the screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later you can run the program by using the transaction code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 03:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959400#M698145</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-10-11T03:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute module pool (Dialog programs)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959401#M698146</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;Have you created the pf status of the program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To execute it,You have to create one transaction, specifying&lt;/P&gt;&lt;P&gt;1)  program name&lt;/P&gt;&lt;P&gt;2) screen name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create it in the program itself and by transaction se93.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Do reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 03:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959401#M698146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T03:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute module pool (Dialog programs)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959402#M698147</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 follow these steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to SE93 ---&amp;gt; Enter your  Ztransaction name ---&amp;gt; Create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  Enter short Description, Your program Name, Youe First Screen Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Check the all check boxes in GUI Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. save and test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 03:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959402#M698147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T03:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute module pool (Dialog programs)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959403#M698148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through these links which ll give you complete idea about the module pool programmin and the relation between module pool programming and ABAP.&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm" target="test_blank"&gt;http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.mis.cmich.edu/sap-abap/abap09/index.htm" target="test_blank"&gt;http://sap.mis.cmich.edu/sap-abap/abap09/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 03:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959403#M698148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T03:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute module pool (Dialog programs)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959404#M698149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dj,&lt;/P&gt;&lt;P&gt;Open your program using SE38.&lt;/P&gt;&lt;P&gt;Click on "Display Object List" (or press Ctrl&lt;EM&gt;shift&lt;/EM&gt;F5).&lt;/P&gt;&lt;P&gt;The program will open up in Repository Browser.&lt;/P&gt;&lt;P&gt;Now create a transaction for your program here.&lt;/P&gt;&lt;P&gt;Now you can execute your program by running this transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 04:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-execute-module-pool-dialog-programs/m-p/2959404#M698149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T04:24:01Z</dc:date>
    </item>
  </channel>
</rss>

