‎2008 Feb 23 3:05 PM
‎2008 Feb 23 4:04 PM
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
‎2008 Feb 23 4:44 PM
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
‎2008 Feb 24 5:12 AM
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