What is screen flow logic? What are the sections in it? Explain PAI and PBO.
Answer Posted / shatrughan singh
Flow logic : Code that processes a particular screen in the R/3 System.Flow logic statements are syntactically similar to ABAP statements, but you cannot use flow logic keywords in ABAP.
You define flow logic in the flow logic editor of the Screen Painter. Flow logic comprises four modules:
• PBO (Process Before Output)
• PAI (Process After Input)
• POV(Process On value request)
• POH(Process On Help request)
PBO : The processing of screen before the screen is displayed is done in this event. (event is triggered before the screen is displayed).
PAI : This event is responsible for processing of screen after the user enters the data and clicks the pushbutton.
POV : This is triggered when user clicks F4 function key (for listing all possible values for the field).
POH : This event is triggred when user places the cursor on field and press F1 , by default system displays its own HELP for that particular field one can add his own HELP by writting in POH.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain data dictionary in abap?
How do you use tab sets in layout sets?
What is your approach to find exit and BAdi?
Differentiate between ooabap and abap?
What is update task
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What is off cycle payroll run
What is a size category? : abap data dictionary
Fallback class
What are the different types of locks? : abap data dictionary
What is an evaluation path? : sap abap hr
Can we write the code both call transaction and session method in single program?
What is a development class? : abap data dictionary
How do you Export a session ?
How can end-of-selection be used?