<?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: program type m in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076255#M1970458</link>
    <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/909661/nickreyan.html"&gt;nick reyan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Type is for MODULE POOL PROGRAMS&lt;/P&gt;&lt;P&gt;Module Programs are other wise called as Dialog Programs. Since they handle with Screen and Screen elements they cant be executed like a executable program. You Need to explicitly create a T-Code for the same. &lt;/P&gt;&lt;P&gt;The below Link helps you with a basic MODULE POOL PROGRAM, this will help you understanding the concepts. Once you are good at the basics you can try complex scenario.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sapnuts.com/courses/core-abap/module-pool/first-module-pool-program.html" target="_blank"&gt;MODULE POOL BASIC PROGRAM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 18:20:24 GMT</pubDate>
    <dc:creator>former_member1716</dc:creator>
    <dc:date>2019-12-09T18:20:24Z</dc:date>
    <item>
      <title>program type m</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076253#M1970456</link>
      <description>&lt;P&gt;how to run programs like m&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 14:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076253#M1970456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-12-09T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: program type m</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076254#M1970457</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is module pool program. You have to create Tcode with the screen. then only you can run it. &lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/Module+Pool+basics"&gt;Module Pool Program &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nawa.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 14:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076254#M1970457</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-12-09T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: program type m</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076255#M1970458</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/909661/nickreyan.html"&gt;nick reyan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Type is for MODULE POOL PROGRAMS&lt;/P&gt;&lt;P&gt;Module Programs are other wise called as Dialog Programs. Since they handle with Screen and Screen elements they cant be executed like a executable program. You Need to explicitly create a T-Code for the same. &lt;/P&gt;&lt;P&gt;The below Link helps you with a basic MODULE POOL PROGRAM, this will help you understanding the concepts. Once you are good at the basics you can try complex scenario.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sapnuts.com/courses/core-abap/module-pool/first-module-pool-program.html" target="_blank"&gt;MODULE POOL BASIC PROGRAM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 18:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076255#M1970458</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2019-12-09T18:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: program type m</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076256#M1970459</link>
      <description>&lt;P&gt;can tcode or subscr... (I think)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 18:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076256#M1970459</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-09T18:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: program type m</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076257#M1970460</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/909661/nickreyan.html"&gt;nick reyan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;As others mentioned, type M belongs to module pool, these can't be run in SE38, it can be run only by transaction codes.&lt;/P&gt;&lt;P&gt;Find a where used list of the module pool program for transactions, so you can run that Module pool with those transactions.&lt;/P&gt;&lt;P&gt;For example, I just did a where used list of SAPMV45A and could find plenty of transactions, do it in a similar way for your module pool program.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1753812-tmp.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1753813-tmp.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 06:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-type-m/m-p/12076257#M1970460</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2019-12-10T06:31:56Z</dc:date>
    </item>
  </channel>
</rss>

