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

difference between DIALOGUE programming and SCREEN programming

Former Member
0 Likes
503

Hi,

Please tell me the difference between dialogue programming and screen programming

jomon

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
454

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.

3 REPLIES 3
Read only

Former Member
0 Likes
455

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.

Read only

Former Member
0 Likes
454

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

Read only

Former Member
0 Likes
454

hi Joseph,

Check

Regards,

Santosh