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
What is the table & field to identify the no of items (bottles) stored in one case?
How can we declare a table control in the abap/4 program?
In which particular scenario we use sorted table and which particular scenario we use standard table?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
How do you process errors in session method ? : abap bdc
did u done enhancement framework?how u implemented?
What is dialog module?
Difference between select option and ranges ?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
How can we achieve MVC ?
Control Break statements- At new...endat.
What are the main uses of the primary key?
What are the rules to create a BAPI?
how can we enable hyperlink in screen painter?
What are pooled tables?