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
Tell me a scenario where did you use secondary index?
How do you document ABAP programs? Do you use program documentation menu option?
What are logical databases? What are the advantages of logical databases?
What are the events in abap/4 language? : abap hr
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
Why we are using Macros instead of Function Modules
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?
Did you use buffering?
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.
What is a type-pool?
How can you distinguish between different kinds of parameters?
What is the logo in sap script?
How do you do bdc for a table control? : abap bdc
Which database object is used for storing the system variables? : abap data dictionary
What is generic area buffering in abap?