what are the events in Module pool Programming?
Answers were Sorted based on User's Feedback
Answer / pooja rajpoot
There are two types of events (mandatory and optional).
PAI and PBO are the mandatory events while POV and POH are
optional events.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sunil.p
THE EVENTS IN MODULEPOOL PROGRAM ARE :
PBO
PAI
POV
POH
PROCESS BEFORE OUTPUT:
THIS EVENT IS TRIGGERS BEFORE THE SCREEN
AND USED THIS EVENT WE WRITE PROCESSING LOGIC I.E WRITE STATEMENT ONLY.
PROCESS AFTER INPUT:
THIS EVENT IS TRIGGERS AFTER SCREEN DISPLAYS AND USED THIS EVENT WE WRITE LOGIC IN THIS, I.E SELECT STATEMENT.
PROCESS ON VALUE REQUEST : GIVES POSSIBLE VALUES AT THE OUTPUT SEREEN FILED, LIKE F4.
PROCESS ON HELP REQUEST : LIKE F1 DOCUMENTATION.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / samiran
PROCESS BEFORE OUTPUT(PBO)
PROCESS AFTER INPUT(PAI)
Is This Answer Correct ? | 23 Yes | 20 No |
Answer / lakku sreenivasulu
THEY ARE 4 TYPES OF EVENTS IN MPP.
1.PROCESS BEFORE OUTPUT.
2.PROCESS AFTER INPUT.
3.PROCESS ON VALUE REQUEST.
4.PROCESS ON HELP REQUEST.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / hari
There r 4 events: PAI,PBO,POV,POH
PAI:After user interaction with the screen when user press enter this event occurs.
PAI MODULE
MODULE_STATUS_INPUT
this is dialog module of PAI MODULE,when doble click on this module the controls means logical operation pass to the abap module. MODULE_STATUS_INPUT
ENDMODULE
After abap module controls again pass to next event PBO MODULE.
PBO MODULE
MODULE_STATUS_OUTPUT
ENDMODULE
in this module again controls pass via module_status_output
to abap module ,this is process.
In PAI screen contents copy to abap variable and in PBO abap
variables copy to screen contents.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kannan
kindly tell me the purpose of PBO & PAI?
in which event we write the code?
Is This Answer Correct ? | 12 Yes | 11 No |
Answer / kesavulu thumala
There are four events are in modulepool programming.that is 1.PAI(Process After Input)
2.PBO(Process Before output)
3.POV(Process on Value Request)
4.POH(Process on Help Request)
but there two are most important.that is PAI and PBO
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vishal
1)PROCESS BEFORE OUTPUT(PBO)
2)PROCESS AFTER INPUT(PAI)
3)REQUEST TO PAI
4)REQUEST TO PBO
Is This Answer Correct ? | 13 Yes | 25 No |
difference between user exit and bdi
What is the master data necessary before you can start posting in MM?
what are different types of message types available for ale/idocs
Suppose Idoc is strucked in the Q then how can I resend it?
How can u transfer the data from one itab to another without using move & write statements?
How do you set up background jobs in sap? What are the steps?
Commonly used tables in MM and SD?
what is the use of CTU_PARAMS hwen we r working with BDC?
Why we are using Macros instead of Function Modules
APPL2?
What are the steps in creating screen ?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?