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
Explain the Types of Select statements?
Explain what is runtime analysis?
How do you work with semi colon se[arated files in BDC ?
How many primary keys can be created for a table?
What are the uses of secondary indexes?
What is sequence of event triggered in report?
How to create any functions? How to go about it?
What is alv programming in abap?
Sal abap on hana interview
What is generic area buffering in abap?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What are the events used in interactive reports?