‎2007 Apr 16 9:57 AM
Hi,
Please tell me the difference between dialogue programming and screen programming
jomon
‎2007 Apr 16 9:59 AM
hi Jomon,
Welcome to SDN!
In effect Dialogue programming and screen programming are both the same though, as per SAP terminology, we call it as Module Pool Programming.
Hope this helps,
Sajan Joseph.
‎2007 Apr 16 9:59 AM
hi Jomon,
Welcome to SDN!
In effect Dialogue programming and screen programming are both the same though, as per SAP terminology, we call it as Module Pool Programming.
Hope this helps,
Sajan Joseph.
‎2007 Apr 16 10:03 AM
hi
- A transaction is dialog program that change data objects in a consistant way.
A dialog program must fulfil the following requirements
- A user friendly user interface.
- Format and consistancey checks for the data entered by the user.
- Easy correction of input errors.
- Access to data by storing it in the data bases.
screen progarmming means.dialogue programming contains.
- 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.
regads
praveen
‎2007 Apr 16 10:07 AM