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

Module pool...

Former Member
0 Likes
682

Hi All,

what is the difference between creating a module pool from se38 and se80...???

and if we create a module pool does it create by default some includes???

plz expalin

Thanks & Regards.

Ashu Singh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
563

what is the difference between creating a module pool from se38 and se80...???

and if we create a module pool does it create by default some includes???

If we create from SE38 we have to create different includes in Different sessions , and also it is time consuming. we have to open many sessions or We have to navigate from main session.(for Tcode SE93, for Pf-status SE41, for screen SE51, for Includes SE38)

But incase of SE80, we can do the developement at one place.

we can create screens or includes or transactions every thing in one place.

And By default it proposes to create TOP Inlcude for Module pool. and rest will be comment mode. it will tell you how the includes should be

For forms XXXXXF01

for PAI includes XXXXA01

For PBO inlcudes XXXXO01.

3 REPLIES 3
Read only

Former Member
0 Likes
564

what is the difference between creating a module pool from se38 and se80...???

and if we create a module pool does it create by default some includes???

If we create from SE38 we have to create different includes in Different sessions , and also it is time consuming. we have to open many sessions or We have to navigate from main session.(for Tcode SE93, for Pf-status SE41, for screen SE51, for Includes SE38)

But incase of SE80, we can do the developement at one place.

we can create screens or includes or transactions every thing in one place.

And By default it proposes to create TOP Inlcude for Module pool. and rest will be comment mode. it will tell you how the includes should be

For forms XXXXXF01

for PAI includes XXXXA01

For PBO inlcudes XXXXO01.

Read only

former_member217544
Active Contributor
0 Likes
563

Hi,

Using both SE38 and SE80 we can create Module pool programming. The main difference lies in the simplicity of using the application.

For creating the module pool the required things are..

-- Creating a Scree painter

-- Creating a menu painter

-- Creating a transaction

and many more..

SE80 will provide all the options there itself with out the need to go for individual transactions in case of any change or updates.

Hope this will help you.

Regards,

Swarna Munukoti.

Read only

matt
Active Contributor
0 Likes
563

At least from 4.6c onwards, if you go to SE38, look at a program, then click on CtrlshiftF5 (display object list) you get the same screen, with all the functionality of SE80, but with only the "Repository Browser" button.