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

components of Dialog Programming?

Former Member
0 Likes
1,037

Hi All,

What are the components of Dialog Programming?

Regards,

Waseem

Hi All,

What are the components of Dialog Programming?

Regards,

Waseem

5 REPLIES 5
Read only

Former Member
0 Likes
866

- 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.

Read only

Former Member
0 Likes
866

Hi..

PAI modules,

PBO modules,

Includes,

Screenns and Screen Elements,

Transaction codes

You can call these things as Dilog Programming Components.

Regards

Sandeep Reddy

Read only

Former Member
0 Likes
866

Check boxes

Radio buttons

Drop down box

Tab strip control

Table control

Push buttons

Text box

Lables

Box

Sub screen area

Table control wizard

Custom control

Read only

Former Member
0 Likes
866

The components of dialog program:

Apart from the main screen with layout, attributes element list and flow logic it has

Four Includes are there i.e.

1) Top include that contains the data declaration part.

2) PBO - Process before output that conatins the logic to be executed before screen display

3) PAI - Process after input that conatins the logic to be executed once user inputs the data and presses submit.

4) Form Include - to contain any subroutine definitions.

Also to run the Dialog program we need a transaction code.

<REMOVED BY MODERATOR>

Regards

Roshan

Edited by: Alvaro Tejada Galindo on Feb 25, 2008 5:30 PM

Read only

Former Member
0 Likes
866

Hi,

The 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,

Subashini.