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


Please Help Members By Posting Answers For Below Questions

Explain the difference between get and get late?

584


did u done enhancement framework?how u implemented?

5043


What are the different types of the sap abap data dictionary objects?

548


Can you delete data element, which is being used by table fields?

806


What are subroutines? : abap modularization

628






After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1455


Explain badi in abap.

587


What are the advantages/ dis-advantages of logical databases?

548


What are the different methods of passing data?

599


Why cant we use Normal function module for data transfer?

1709


Name the special commands of list?

616


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?

872


What is a data class? : abap data dictionary

634


What are the buffering options in abap?

566


What is the difference between dialog program and a report?

620