‎2007 Apr 05 7:25 AM
‎2007 Apr 05 7:27 AM
Hi,
A module pool is a collection of screens, flow logic, menu bars and ABAP code that you use to build an application. Typically the transaction code that calls the application will refer to the module pool and the initial screen number.
Module pool programs are also called dialog programs.
Prajith
‎2007 Apr 05 7:27 AM
Hi,
A module pool is a collection of screens, flow logic, menu bars and ABAP code that you use to build an application. Typically the transaction code that calls the application will refer to the module pool and the initial screen number.
Module pool programs are also called dialog programs.
Prajith
‎2007 Apr 05 7:31 AM
Hi,
A module pool is a collection of screens, flow logic, menu bars and ABAP code that you use to build an application. Typically the transaction code that calls the application will refer to the module pool and the initial screen number
Here is the perfect link for Module pool Programming
http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
Regards
Sudheer
‎2007 Apr 05 7:40 AM
Hi,
Module Pools for Screen Painter Screens (M)
Contain processing steps for screen
modules from the transaction and can only
be executed with a transaction code or a
menu function.
You can get more info by 1. Searching SDN, 2. tcode abapdocu 3. online help
Hope this will help.