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


Please Help Members By Posting Answers For Below Questions

Difference between domain and data element? What are aggregate object?

609


SAP query how to use end users?

1698


Explain the Importance of pa20? : abap hr

633


What is meant by hot spots? : abap data dictionary

642


List some of the many different ways that the sap standard functionality can be changed by a customer?

554






Create any functions? How to go about it?

565


What are the types of views? : sap abap data dictionary

644


Define infotype ? : abap hr

711


What’s value table?

587


How to create any functions? How to go about it?

585


How can we create callable modules of program code within one abap/4 program?

622


How many ways can a sap system be accessed?

684


WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.

1639


Explain the difference between open_form and close_form?

547


On which even we can validate the input fields in module progams?

586