Answers

Question and Answer:

  Home  SAP ABAP

⟩ What are the events we use in dialog programming and explain them?

There are two events in Dialog Programming i.e. screen:

1. PBO (Process Before Output) – Before the screen is displayed, the PBO event is processed.

2. PAI (Process After Input) – When the user interacts with the screen, the PAI event is processed.

3. POH (Process On Help) - are triggered when the user requests field help (F1). You can program the appropriate coding in the corresponding event blocks. At the end of processing, the system carries on processing the current screen.

4. POV (Process On Value) - are triggered when the user requests possible values help (F4). You can program the appropriate coding in the corresponding event blocks. At the end of processing, the system carries on processing the current screen.

 173 views

More Questions for you: