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

Dialog steps

Former Member
0 Likes
1,547

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,230

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

Read only

Former Member
0 Likes
1,230

After any action PAI AND PBO are executed. This PAI AND PBO is known as dialog step

Read only

MarcinPciak
Active Contributor
0 Likes
1,230

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

Read only

Former Member
0 Likes
1,230

Hi

try this link

[Dialog programing|http://sap.mis.cmich.edu/sap-abap/abap09/]

Regards

Hareesh Menon

Read only

Former Member
0 Likes
1,230
Read only

Former Member
0 Likes
1,230

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

Read only

Former Member