‎2007 Apr 06 10:12 AM
Can someone tell em the difference between <b>dialog programming and module-pool programming</b> ?
‎2007 Apr 06 10:58 AM
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
‎2007 Apr 06 10:16 AM
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
‎2007 Apr 06 10:16 AM
‎2007 Apr 06 10:16 AM
‎2007 Apr 06 10:20 AM
Both are same....just to confuse you some one might have asked you like that.
‎2007 Apr 06 10:58 AM
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
‎2007 Apr 06 11:34 AM