what are the events in Module pool Programming?

Answer Posted / karan

There are four events in Module Pool

1:) PBO (Process Before Input)-> This event is used to do
some work before your screen displayed.For EXM , If you want
to activate any menu item on the screen etc...

2:) PAI (Process After Input)-> This event is used to do
some work after makin inputs on screen.For EXM , If user
press any button then after this what task should be done
and which screen should be called etc....

3:)POH (Process On Help Request)-> This event is used if you
want to provide any field help. This is activated on
pressing F1 button on any field on which you have provided POH.
You can Provide Help By:
PROCESS ON HELP-REQUEST.
FIELD field_name MODULE module_name.

3:)POV (Process On Value Request)-> This event is used if
you want to provide any input help. This is activated on
pressing F4 button.
You can Provide Help By:
PROCESS ON VALUE-REQUEST.
FIELD field_name MODULE module_name.

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me a scenario where did you use secondary index?

809


How do you document ABAP programs? Do you use program documentation menu option?

846


What are logical databases? What are the advantages of logical databases?

700


What are the events in abap/4 language? : abap hr

796


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1831


Why we are using Macros instead of Function Modules

1818


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1732


Did you use buffering?

783


why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.

1945


What is a type-pool?

860


How can you distinguish between different kinds of parameters?

733


What is the logo in sap script?

758


How do you do bdc for a table control? : abap bdc

856


Which database object is used for storing the system variables? : abap data dictionary

1052


What is generic area buffering in abap?

738