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

MPP

Former Member
0 Likes
683

Hi folks,

What is the use of Module Pool Programing?

Thanks & Regards

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
585

HI,

Module Pool Programming is nothing but designing the Trasactions with SCREENS.

As you see in SAP, it's full of Transactions with screens, these are all nothing but Module POOLs only.

Go through SAP help for further details.

Regards,

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
586

HI,

Module Pool Programming is nothing but designing the Trasactions with SCREENS.

As you see in SAP, it's full of Transactions with screens, these are all nothing but Module POOLs only.

Go through SAP help for further details.

Regards,

Anji

Read only

Former Member
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
585

Hi,

Module pool programs are generally used to create programs which require sequnce of screens to be executed. Something like HR personal actions etc.

Module pool programs are called so beacuse most of the coding will consist of PBO and PAI modules of the SCREENS involved in it.

Regards,

Sesh

Read only

Former Member
0 Likes
585

Hi,

Module pool programs are created in abap development work bench (TCODE: SE80).

Here we can do all the works whatever you can do in abap.

Module pool programs are also called dialog programs.

The module Pool are reports prepared for different screens and to manage the seq of events of these screens, in the transaction SE80 you can see all the dynpros that you have for this kind of report, add new ones, add all types of element to the report.

PBO is the part of the dynpro code that is precessed before the user can do anything with the data in the screen

PAI is the part of the dynpro code that is preocessed after the interaction with the user.

Module pool programs are excuited using Tcodes

A good step by step tut for u,

http://www.thespot4sap.com/Articles/SAP_Design_Introduction.asp

Please reward for the same.