<?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: hi all   -  module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997110#M954958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it wont create any include program when u r creating dialog program with SE51.&lt;/P&gt;&lt;P&gt;but if you r using se80 for creating dialog program. that time when u are double clicking on the program name once you creating..then it will create 4 include programs...&lt;/P&gt;&lt;P&gt;each include program you can double click on it and activate it, then use what ever the purpuse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top include : it is for creating global data declarations&lt;/P&gt;&lt;P&gt;o01include : it is for writing the code related to PBO module&lt;/P&gt;&lt;P&gt;i01include : it is for writing the code related to PAI module&lt;/P&gt;&lt;P&gt;f01include : it is for subroutine code&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;venkat n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 10:34:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T10:34:41Z</dc:date>
    <item>
      <title>hi all   -  module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997106#M954954</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;does dialog prog creat any include at the time of creating any prog in se51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rocky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997106#M954954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: hi all   -  module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997107#M954955</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;yes.we can create it. but it is easy to create the entire application in se 80.&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;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997107#M954955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: hi all   -  module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997108#M954956</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;       If you go and create the module pool program in SE80 (starting with SAPMz* or SAPMy*), four includes will be created by default as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE MYTEST1TOP                             .    " global Data&lt;/P&gt;&lt;P&gt;INCLUDE MYTEST1O01                             .  " PBO-Modules&lt;/P&gt;&lt;P&gt;INCLUDE MYTEST1I01                               .  " PAI-Modules&lt;/P&gt;&lt;P&gt;INCLUDE MYTEST1F01                              .  " FORM-Routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and from SE51 (Screen painter) we can create the screen and we can handle the PBO and PAI events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ravi Kumar on Jun 16, 2008 12:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997108#M954956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: hi all   -  module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997109#M954957</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;could you please give me the names of those includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx &lt;/P&gt;&lt;P&gt;rocky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997109#M954957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: hi all   -  module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997110#M954958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it wont create any include program when u r creating dialog program with SE51.&lt;/P&gt;&lt;P&gt;but if you r using se80 for creating dialog program. that time when u are double clicking on the program name once you creating..then it will create 4 include programs...&lt;/P&gt;&lt;P&gt;each include program you can double click on it and activate it, then use what ever the purpuse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top include : it is for creating global data declarations&lt;/P&gt;&lt;P&gt;o01include : it is for writing the code related to PBO module&lt;/P&gt;&lt;P&gt;i01include : it is for writing the code related to PAI module&lt;/P&gt;&lt;P&gt;f01include : it is for subroutine code&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;venkat n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997110#M954958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: hi all   -  module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997111#M954959</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;There aren't obligatory names to call the includes, if you want u can create onlu one include or insert all in the mai program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway it's a good rule to create a different include for every kind of objects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- DATA;&lt;/P&gt;&lt;P&gt;- Routine (form)&lt;/P&gt;&lt;P&gt;- Module (for input)&lt;/P&gt;&lt;P&gt;- Module (for output);&lt;/P&gt;&lt;P&gt;- Event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a name convetion to call them: if yuor module pool is called SAPMZXXXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Include for data: MZXXXXXXTOP;&lt;/P&gt;&lt;P&gt;- Include for form: MZXXXXXXF01;&lt;/P&gt;&lt;P&gt;- Include for module (PBO) MZXXXXXXO01;&lt;/P&gt;&lt;P&gt;- Include for module (PAI): MZXXXXXXI01;&lt;/P&gt;&lt;P&gt;- Include for events: MZXXXXXXE01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all-module-pool/m-p/3997111#M954959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:47:10Z</dc:date>
    </item>
  </channel>
</rss>

