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

dilog step

Former Member
0 Likes
505

hi,

what takes place after each dialog step

3 REPLIES 3
Read only

Former Member
0 Likes
485

hai,

dialog step is the process the change of one screen into another screen.

after the dialog step process the screen should displays the output.

regards.

surender

Read only

Former Member
0 Likes
485

Hi,

Dilog Step means executing a part of code which you have written to perform some operation.

For Eg:- Sum of 2 numbers should be displayed after the numbers.

1st Dilog Step you will enter the input i mean you will enter the desired numbers.

2nd Dilog step the sum of those 2 numbers will be displayed as soon as you click on the button Add.

This is what dilog step means.

Regards,

Chandru

Read only

Former Member
0 Likes
485

I also give my contribution in explaining you about the Dialog Step.

In ABAP expecially in Module Pool programs, Type M Programs, you design a basic screen and then you write a screen logic for the basic screen. Later on the logic writen in the Basic screen will be written in the includes created by your type M programs.

Here you need to know that screen logic will be executed by Screen Processor and the logic in Includes will be executed by ABAP processor.

Naturally when you write the logic in the Basic screen this will be written under two parts..

One is PBO and another is PAI.

A dialog step starts when you trigger some action, naturally its PAI event and ends with resultant of the action, which can be a new screen or the same old screen, it will be an PBO event..

Finally to summarise,

Your Dialog step will be an PAI and PBO event.

Hopefully this gives a clear idea of what a dialog step is..

Reward if useful.

Thanks and cheers