what are the events in Module pool Programming?
Answer Posted / 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 |
Post New Answer View All Answers
When the get cursor command used in interactive lists?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is partner selection?
when do you need to create an internal table with header line ? and with out a header line?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What are the attributes of the data? : abap data dictionary
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
what is the t-code to link technical and functional operation?
Why do we use Abstract classes give an example from your project?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What is the function of the transport system and workbench organiser?
Explain the client concept of sap.
Did you create primary index?
What does the extract statement do in extract datasets? : abap modularization
What is the Difference between At Line selection and At user-command?