SAP ABAP Question:
Download Questions PDF

Explain What are the events in Screen Programming?

Answer:

There are two events in Screen Programming:

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.

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What is an RFC?What is the significance of HIDE?