<?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: What is dfference between module pool and executable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110561#M106052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick overview - A Module Pool program is a Dialog Program (a number of screens that are linked together and use the PBO and PAI events). An Executable programis a Report which generally has a selection screen and a output screen (these types of programs use the Start of Selection, End of Selection, etc events). Also a Executable program can be run via SE38/SE80, but a module pool program must be run from a transaction code as you need to specify the starting screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more info.&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;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS Kindly assign Reward Points to the posts you find helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2005 02:00:23 GMT</pubDate>
    <dc:creator>former_member221770</dc:creator>
    <dc:date>2005-10-18T02:00:23Z</dc:date>
    <item>
      <title>What is dfference between module pool and executable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110560#M106051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I want to create transaction(dialog programming).&lt;/P&gt;&lt;P&gt;i am confusing what's the program type i need to enter.&lt;/P&gt;&lt;P&gt;what is difference .&lt;/P&gt;&lt;P&gt;please help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 01:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110560#M106051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T01:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is dfference between module pool and executable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110561#M106052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick overview - A Module Pool program is a Dialog Program (a number of screens that are linked together and use the PBO and PAI events). An Executable programis a Report which generally has a selection screen and a output screen (these types of programs use the Start of Selection, End of Selection, etc events). Also a Executable program can be run via SE38/SE80, but a module pool program must be run from a transaction code as you need to specify the starting screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more info.&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;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS Kindly assign Reward Points to the posts you find helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 02:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110561#M106052</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2005-10-18T02:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is dfference between module pool and executable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110562#M106053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patric has covered it correctly. So when you are creating the transaction code, you have to first know what type of program you wrote and choose the appropriate type. If you wrote a screen based dialog program, then choose the 'Dialog program' radio button, and if created a report program, then select the second one for an executable report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose it incorrectly you will get a short dump. You can always go and change it by choosing 'Change transaction type' from the menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 02:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110562#M106053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T02:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is dfference between module pool and executable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110563#M106054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Few Basic differences between Executable Programm And Module Pool are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executable Program&lt;/P&gt;&lt;P&gt; ---Type 1;&lt;/P&gt;&lt;P&gt; ---introduced with the REPORT statement;&lt;/P&gt;&lt;P&gt; ---can be started by entering the program name or using a transaction code;&lt;/P&gt;&lt;P&gt; ---can be called using SUBMIT;&lt;/P&gt;&lt;P&gt; ---can have its own screens. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module Pool&lt;/P&gt;&lt;P&gt; ---Type M;&lt;/P&gt;&lt;P&gt; ---introduced with the PROGRAM statement;&lt;/P&gt;&lt;P&gt; ---can be started using a transaction code;&lt;/P&gt;&lt;P&gt; ---can be called using CALL TRANSACTION or LEAVE TO TRANSACTION;&lt;/P&gt;&lt;P&gt; ---have their own screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as your problem is concerned for dialog programming you need to go for Module Pool.&lt;/P&gt;&lt;P&gt;You can use executable program, even for Dialog Programming but thats not a good Practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 02:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110563#M106054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T02:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is dfference between module pool and executable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110564#M106055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As how others said .. A Module pool programming(Dialog programming) cannot be executed directly. A transaction code has to be assigned to it (in SE93)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ur program type will be - M&lt;/P&gt;&lt;P&gt;Execution can be done accordingly&lt;/P&gt;&lt;P&gt;1. goto SE93.&lt;/P&gt;&lt;P&gt;2. Type in the Dialog programming name&lt;/P&gt;&lt;P&gt;3. Click Create&lt;/P&gt;&lt;P&gt;4. Give any transaction text&lt;/P&gt;&lt;P&gt;5. Give the program Name ( ur dialog programing name)&lt;/P&gt;&lt;P&gt;6. Give the screen number ( the first screen which u want the users to see and enter the data )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for running/executing the program give the transaction code ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;R.Kripa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 04:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110564#M106055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T04:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is dfference between module pool and executable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110565#M106056</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Executable program:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;1. We can execute the executable program either through transaction code or directly (Se38).&lt;/P&gt;&lt;P&gt;2. type of the executable program is "1".&lt;/P&gt;&lt;P&gt;3. All the standard reports are executable programs.&lt;/P&gt;&lt;P&gt;ex: ME2L, ME2K and ME2M.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Module pool Program :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;1. We can execute the Module pool program only through transaction code.&lt;/P&gt;&lt;P&gt;2. type of the Module pool program is "M".&lt;/P&gt;&lt;P&gt;3. All the standard Transactions are Module pool programs.&lt;/P&gt;&lt;P&gt;Ex: XD01 and XK01 .&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 17:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-dfference-between-module-pool-and-executable/m-p/1110565#M106056</guid>
      <dc:creator>former_member850345</dc:creator>
      <dc:date>2023-03-11T17:09:22Z</dc:date>
    </item>
  </channel>
</rss>

