Application Development 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: 

why we have to create module pool programs

Former Member
0 Kudos

hi gurus

can anyone explain me

why we have to create module pool programs

difference between reports and module pool programs

we can create whatever we do in modulepool we can cretae in reports na

than y we have to cerate module pool programs

thank you

regards

kals.

1 REPLY 1

Former Member
0 Kudos

i

Here is that difference

Report Programs:

1. Reports are stand alone programs.

2. We use reports to read data base tables & represent results in Lists

3. Reports are collection of processing blocks, controlled by System calls depending on events.

4. Reports can use LDBs or SELECT STATEMENTS

defined by DEVELOPER.

5.Reports can call Dialogue programs and vice versa.

Dialog Programming

1.Dialogue programs are not stand alone programs. (we

have to link the dialogue programs to at least one or

more SCREENS & TRANSACTION CODES)

2. We use Dialogue Programs to read & change

Database tables.

3.Dialogue programs are controlled by Screen flow logic.

4.Dialogue program is also called as Module pool program

or TRANSACTION.

5.These module pools are separated in to PBO and PAI

events.

Hope this helps.

<REMOVED BY MODERATOR>

regards

<REMOVED BY MODERATOR>

kushagra

Edited by: Alvaro Tejada Galindo on Jan 31, 2008 10:07 AM