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

How can we create callable modules of program code within one abap/4 program?

622


How do you work with semi colon se[arated files in BDC ?

1450


What is tcode se16?

601


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1568


What does the insert statement in extract datasets do?

624






How will you read from internal table records in a given value range (without using loop)

970


What is your approach for writing a bdc program? : abap bdc

588


Explain what are the different functions used in sap script? What are the parameters used in each function?

553


What functions does a data dictionary perform? : abap data dictionary

617


How many lists can a program can produce?

593


What is buffering allowed but switched off?

865


What is an abap data dictionary? : abap data dictionary

606


Explain what are interactive reports?

621


What is abap work bench?

729


What kind of BDC programs are written ?

597