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
Explain the call transaction method? : abap bdc
how to see the table output?
Explain the different types of data dictionary objects?
How we can retrieve data using secondary index. Explain with simple example?
What is function group?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What are the data types of the abap/4 layer? : abap data dictionary
What is get cursor field?
What is the company code? : sap abap hr
What is the different between abap and ooabap? Why do we use ooabap?
What is the significance of delivery class?
Performance tuning techniques
What is the difference between semi-monthly and Bi-weekly payroll area
What is append structure?
How can we send data to external programs?