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 PROGRAM**

Former Member
0 Likes
395

What are the Events in Dialog Programs ?

3 REPLIES 3
Read only

former_member187255
Active Contributor
0 Likes
372

Events in Dialog Program

PBO - Process Before Output

PAI - Process After Input

POH - Process on Help

POV - Process on Valure Request.

Regards.

Read only

Former Member
0 Likes
372

Dialog programming is done in transactions SE51 and SE41.

Greetings,

Blag.

Read only

Former Member
0 Likes
372

Darsh,

event in dialog programming r

PBO-- PROCESS BEFORE OUTPUT-- Which triggers before the screen display n before the output display

PAI-- PROCESS AFTER INPUT-- which triggers after entering the values in selection screen and if u press enter...

POVPROCESS ON VALUE REQUEST Which triggers with F4 function key..

POH-- PROCESS ON HELP REQUEST-- Which triggers with F1 function key.

~~Guduri