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 is the Process to transfer IDOC from Outbound System to Inbound system.
What are field symbols?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are the 3 types of tables in sap? : abap data dictionary
what is user specific parameter?
What is asynchronous update?
What are the restrictions on subscreens?
What are base tables of an aggregate object? : abap data dictionary
What is runtime analysis?
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
Can you define a field without a data element? : abap data dictionary
What are the different attributes that can be assigned to a variant?
What is table pool?
What are the components of sapscript?
What are system variable in abap?