‎2009 Apr 20 8:28 AM
Hello All,
what is dialog step means?
where can i see how many dialog steps a program has taken?
i have been asked to reduce the dialog steps of an existing program. can any one help me what the aproach is?
thanks a lot in advance.
Best Regards,
Amarender Reddy B
‎2009 Apr 20 8:34 AM
Dialog step is nothing but a Screen Change.Check these links
http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb2d40358411d1829f0000e829fbfe/content.htm
/people/andreas.vogel/blog/2007/01/12/statistical-records-part-1-inside-stad
‎2009 Apr 20 8:37 AM
After any action PAI AND PBO are executed. This PAI AND PBO is known as dialog step
‎2009 Apr 20 8:38 AM
When screen is displayed (PBO) new dialog step begins when user enters some data on screen and presses enter. This starts PAI which is concluded in redisplaying the screen (PBO). A sequnece PAI->PBO here is called a dialog step.
Regards
Marcin
‎2009 Apr 20 8:45 AM
Hi
try this link
[Dialog programing|http://sap.mis.cmich.edu/sap-abap/abap09/]
Regards
Hareesh Menon
‎2009 Apr 20 9:38 AM
Hi,
Please Check This link.....
http://help.sap.com/saphelp_46c/helpdata/en/fc/eb2e8a358411d1829f0000e829fbfe/content.htm
Thanks,
NNR.
‎2009 Apr 20 11:07 AM
PAI and PBO events are called as dialog steps.
Refer this links,
http://fuller.mit.edu/tech/dialog_programming.html
http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
Regards,
Joan
‎2009 May 08 5:51 AM