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

Former Member
0 Likes
480

what is module pool?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

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

3 REPLIES 3
Read only

Former Member
0 Likes
462

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

Read only

Former Member
0 Likes
461

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

Read only

Former Member
0 Likes
461

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.