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 are the differences between macro and subroutine?
Explain pai and pbo.
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
wat is the default file name of BAPI trace?
What are the two levels in defining a match code? : abap data dictionary
What is meant by read lock? : sap abap data dictionary
How to define selection screen?
What is generic buffering?
What is the use of start-of-selection.,if not use in report what will happen,?
What are the events in abap/4 language? : abap hr
Which database object is used for storing the system variables? : abap data dictionary
Why cant we use Normal function module for data transfer?
How to split one Invoice into Multiple ( Step by Step)?
What are internal tables? How to use a specific number occurs statement?
What are system fields for secondary lists?