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
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
What are field symbols?
What are number ranges?
How to read files and process BDC's automatically ?
What are extracts?
What is the major difference between pool tables and transparent tables?
What is the process to enhance the Infotype
What are the modes in lock objects? : sap abap data dictionary
What are the client dependant objects in abap / sap?
What is the differences between structure and table in data dictionary in abap?
What is a data dictionary? : abap data dictionary
What are the two different ways of building a match code object? : abap data dictionary
What is dialog module?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
if while coding power goes off , how to retrieve the codes?