‎2007 Feb 21 5:10 AM
Hi folks,
What is the use of Module Pool Programing?
Thanks & Regards
Ravi
‎2007 Feb 21 5:12 AM
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
‎2007 Feb 21 5:12 AM
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
‎2007 Feb 21 5:13 AM
Hi,
go thru thhese urls:
http://sap.niraj.tripod.com/id25.html
http://sap.mis.cmich.edu/sap-abap/abap09/sld001.htm
regards
Shiva
‎2007 Feb 21 5:14 AM
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
‎2007 Feb 21 5:22 AM
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.