Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TOP INCLUDE

Former Member
0 Likes
1,080

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?

1 ACCEPTED SOLUTION
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
936

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 activate

By creating a module pool program through SE80 , you dont have to create includes manually .

Thanks & Regards

6 REPLIES 6
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
937

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 activate

By creating a module pool program through SE80 , you dont have to create includes manually .

Thanks & Regards

Read only

GauthamV
Active Contributor
0 Likes
936

hi,

try to create your program using se80 then it will automatically ask for top include.

Read only

h_senden2
Active Contributor
0 Likes
936

Just create the abap SAPMxxxxTOP in SE38.

And add the INCLUDE SAPMxxxxTOP. statement in SAPMxxxx program.

regards,

hans

Read only

Former Member
0 Likes
936

did u start with the SAPMZ????

or just Z..

u need to start with SAPMZ as the module pool name

Read only

Former Member
0 Likes
936

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....

Read only

Former Member
0 Likes
936

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