‎2009 Jan 15 6:27 AM
some sites say Dialog programming and module pool programming are just the same.
but some other sites say that Dialog programming is a part of module pool programming.
which is true please clarify?
can you give types of module pool programming?
‎2009 Jan 15 6:37 AM
Hi,
Module pool programs are created in abap development work bench (TCODE: SE80).
Here we can do all the works whatever you can do in abap.
Module pool programs are also called dialog programs.
The module Pool are reports prepared for different screens and to manage the sequence of events of these screens, in the transaction SE80 you can see all the dynpros that you have for this kind of report, add new ones, add all types of element to the report.
Process Before Output is the part of the dynpro code that is processed before the user can do anything with the data in the screen
Process After Input is the part of the dynpro code that is processed after the interaction with the user.
‎2009 Jan 15 6:34 AM
‎2009 Jan 15 6:36 AM
Hi,
Acc. to me it is same, and already being discussed on SDN. try searching for basic questions before posting..
Check these:
http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
Sachin
‎2009 Jan 15 6:37 AM
Hi,
Module pool programs are created in abap development work bench (TCODE: SE80).
Here we can do all the works whatever you can do in abap.
Module pool programs are also called dialog programs.
The module Pool are reports prepared for different screens and to manage the sequence of events of these screens, in the transaction SE80 you can see all the dynpros that you have for this kind of report, add new ones, add all types of element to the report.
Process Before Output is the part of the dynpro code that is processed before the user can do anything with the data in the screen
Process After Input is the part of the dynpro code that is processed after the interaction with the user.