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

Dialog programming and module-pool programming

Former Member
0 Likes
757

Can someone tell em the difference between <b>dialog programming and module-pool programming</b> ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
694

Hi Vinod ,

Actually Dialog Programming is Module pool Programming.

Please go thru this , see if your dbout gets clear.

Basic components of dialog program?

- Screens (Dynpros)

- Each dialog in an SAP system is controlled by dynpros.A dynpros consists of a screen

And its flow logic and controls exactly one dialog step.

- ABAP/4 module Pool.

Each dynpro refers to exactly one ABAP/4 dialog program .Such a dialog program is also called a module pool ,since it consists of interactive modules.

Regards,

AShwini

6 REPLIES 6
Read only

Former Member
0 Likes
694

hi,

both r same.

Dialog Programming:

Dynamic Programming (dynpro)

combination of input screens and corresponding processing code

dialog program is called a module pool - a collection of processing modules

regards,

raghu

Read only

Former Member
0 Likes
694

Hi,

both are same.

rgds,

bharat.

Read only

Former Member
0 Likes
694

hi,

Both are same ...

Regards,

Santosh

Read only

Former Member
0 Likes
694

Both are same....just to confuse you some one might have asked you like that.

Read only

Former Member
0 Likes
695

Hi Vinod ,

Actually Dialog Programming is Module pool Programming.

Please go thru this , see if your dbout gets clear.

Basic components of dialog program?

- Screens (Dynpros)

- Each dialog in an SAP system is controlled by dynpros.A dynpros consists of a screen

And its flow logic and controls exactly one dialog step.

- ABAP/4 module Pool.

Each dynpro refers to exactly one ABAP/4 dialog program .Such a dialog program is also called a module pool ,since it consists of interactive modules.

Regards,

AShwini

Read only

0 Likes
694

Thanks evry one