2007 May 18 6:02 AM
hi all..
I want to add my global declarations in one top inlcude.. There are so many other includes in my pgm. But how can i create top include explicitly. Also I have one normal report pgm attached with this module pool.
2007 May 18 6:09 AM
Hi,
generally whenever u create a module progarm, it popups for whether u want to create it with TOP include or not.
Choose Top include there and proceed.
Regards,
Sonika
2007 May 18 6:09 AM
Hi,
generally whenever u create a module progarm, it popups for whether u want to create it with TOP include or not.
Choose Top include there and proceed.
Regards,
Sonika
2007 May 18 6:10 AM
2007 May 18 6:17 AM
Cynthia,
Normally it will pops up while you are creating Module pool via SE80(if you are on Higher versions). Or else you can create an include with some name ZXXXXXTOP.
It should end with <b>TOP</b>. ANd that will be TOP include , there you declare.It will act as TOP include.
Regards
Vijay
2007 May 18 6:12 AM
Hi,
If you want to TOP include for Module pool Program then you need to create the program from SE80, then it will create a TOP include for you ..
Regards
Sudheer
2007 May 18 6:12 AM
Hi Cynthia,
Normally in SE80 when we create programs system will ask you in a pop up whether u want to create program with top include or not.if u check the box it will ask you to name the top include or it will appear as ****TOP here we can change the include name.
try this...
go to se80 select ur package name and right click ur package name and say create->program then it will give you the POP up.
Rgds,
Prajith
2007 May 18 6:15 AM
hi Cynthia ,
there are two ways of creating a top include at your situation ,
1) Insert an include <Prog name >TOP in your mpool program and cut n paste your declarations there .. check if this works ...
2)else .. create another m pool program in SE80 , while creating a pop up will ask for with TOP include ... check mark that and then proceed ..
anything of these two will work ...
Reward if helpful !!
Regards,
Ranjita
2007 May 18 6:15 AM
hi
good
when yor trying to create a report using se30,give the pogram as a INCLUDE program.
thanks
mrutyun^
2007 May 18 6:19 AM
Hi,
Go to SE80
Select the 'Program ' in first dropdown box.
In the next Field enter the Program name which you want to create say ZTEST
Click on the Icon Display just beside of this Input field
If you click on YES then automatically it ask to Create with TOP INCLUDE.
Thanks
PK