<?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: Basic doubt--How to get INCLUDEs containing Z module pool prog? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591961#M1082883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto se80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select Program
give a zprogram name  -----&amp;gt; click on spectacle button
" it will give a message if it doesnot exit and asks to create object , SAY 'YES
" now it will ask for the name of top include , give a zname_top.-----&amp;gt; press enter
"and save

double click on your program name.

You will get 4 includes.
 
Top include is not commented. And Remaining three includes are commented. 
Uncomment them , save and activate&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;By creating a module pool program through SE80 , you dont have to create includes manually .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 09:12:01 GMT</pubDate>
    <dc:creator>Mohamed_Mukhtar</dc:creator>
    <dc:date>2008-10-16T09:12:01Z</dc:date>
    <item>
      <title>Basic doubt--How to get INCLUDEs containing Z module pool prog?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591957#M1082879</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;&lt;/P&gt;&lt;P&gt;I know simple module pool progs, that, when I opened them in SE38, I can see the PBO and PAI modules, each screen wisem with screen number as suffix......its simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, when i see some Z module pools(even for standard SAP tx module pools), its look like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE MZMY01TOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE MZMY01_STATUS_SCREENO01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE MZMY01_USER_COMMANDI01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE MZMY01F01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE MZMY01_INITIALIZE_DATAO01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, say, I wanna to create a module pool with name, SAPMYMPROG, then, How to create it, in order to get the above design/order/pattern, i mean, Wht to do, to get the above INCLUDEs module pool??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replies appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 08:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591957#M1082879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T08:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Basic doubt--How to get INCLUDEs containing Z module pool prog?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591958#M1082880</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;Do you mean how to create includes ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create includes in order to modularize ur code.&lt;/P&gt;&lt;P&gt;Like zprog_top : declare global variables here &lt;/P&gt;&lt;P&gt;      zprog_routines : for all the performs&lt;/P&gt;&lt;P&gt;      zprog_pbo : for PBO modules&lt;/P&gt;&lt;P&gt;      zprog_pai : for PAI modules and like that...&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;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 08:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591958#M1082880</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2008-10-16T08:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Basic doubt--How to get INCLUDEs containing Z module pool prog?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591959#M1082881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok, do u mean, i hv to do golike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first, I need to create INCLUDE(say for TOP), in SE38, &lt;/P&gt;&lt;P&gt;then............creating another INCLUDE(say, for all PBOs code) in SE38.................&lt;/P&gt;&lt;P&gt;then,.......... creating another INCLUDE(say, for all PAIs code) in SE38......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, like wise, creating ALL REQUIRED(wish) INCLUDES in SE38...............then,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating a module pool in SE38.............then, mentioning all these INCLUDEs in this module pool, activating them all togethrer, am i correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 09:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591959#M1082881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T09:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Basic doubt--How to get INCLUDEs containing Z module pool prog?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591960#M1082882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing it manually is not a good idea - you're too likely to make mistakes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SE80 rather than SE38.  Enter an include name in the top include, and double click on it, and the new include is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if in your code, you type "PERFORM myform", and then you double click on myform, you'll get a dialog allowing you to create a new include, or use an existing one, to put the FORM in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 09:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591960#M1082882</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-16T09:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Basic doubt--How to get INCLUDEs containing Z module pool prog?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591961#M1082883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto se80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select Program
give a zprogram name  -----&amp;gt; click on spectacle button
" it will give a message if it doesnot exit and asks to create object , SAY 'YES
" now it will ask for the name of top include , give a zname_top.-----&amp;gt; press enter
"and save

double click on your program name.

You will get 4 includes.
 
Top include is not commented. And Remaining three includes are commented. 
Uncomment them , save and activate&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;By creating a module pool program through SE80 , you dont have to create includes manually .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 09:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-doubt-how-to-get-includes-containing-z-module-pool-prog/m-p/4591961#M1082883</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2008-10-16T09:12:01Z</dc:date>
    </item>
  </channel>
</rss>

