‎2008 Oct 30 9:04 AM
Hi experts,
I forgot how can I create a TOP INCLUDE in the modul pool. When I Create a dynpro PAI and PBO are offered to create, but I'm missing the TOP INCLUDE. Could you help me why the TOP INCLUDE did not automatically created?
‎2008 Oct 30 9:06 AM
hi ,
o create a module pool program.
Goto se80
Select Program
give a zprogram name -----> 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.-----> 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 activateBy creating a module pool program through SE80 , you dont have to create includes manually .
Thanks & Regards
‎2008 Oct 30 9:06 AM
hi ,
o create a module pool program.
Goto se80
Select Program
give a zprogram name -----> 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.-----> 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 activateBy creating a module pool program through SE80 , you dont have to create includes manually .
Thanks & Regards
‎2008 Oct 30 9:06 AM
hi,
try to create your program using se80 then it will automatically ask for top include.
‎2008 Oct 30 9:06 AM
Just create the abap SAPMxxxxTOP in SE38.
And add the INCLUDE SAPMxxxxTOP. statement in SAPMxxxx program.
regards,
hans
‎2008 Oct 30 9:07 AM
did u start with the SAPMZ????
or just Z..
u need to start with SAPMZ as the module pool name
‎2008 Oct 30 9:08 AM
Hi,
Module Pool TOP Include is also created as usual. There is nothing different in this.
Include ZABCD_TOP.
Double Click on the TOP Include name and system will ask for the creation.
But sometime there is a absurd behaviour observed from the system, both in case of Include as well as Subroutine creation.
If you are also encountering the above issue, Please create a TOP Include seperately with the same name and activate your Program & The Top Include and your Module Pool should Work Fine....
‎2008 Oct 30 9:17 AM
I created in SE38, but it did not ask for TOP INCLUDE.
Okay I can create manually the include, but I rememberred that the program ask for it.
It ask for the TOP include only in se80.
Thanks for the reply
Edited by: mrwhite on Oct 30, 2008 10:18 AM