what are the events in Module pool Programming?
Answer Posted / 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 |
Post New Answer View All Answers
Exception handling and how does it transfer from called method to calling method?
What is the significance of the memory table ‘screen’?
What kind of financial periods exist in sap? What is the relavent table for that?
What is the length of function code at user-command?
What are internal tables? : abap hr
What is payroll driver ? : abap hr
Explain how data is stored in cluster table?
What is the meaning of client independent?
What is open sql vs native sql ?
What are the functional areas, user groups? How does abap query work in relation to these?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Which FM do you use to find out who is reporting to whom
Explain the different types of data dictionary objects?
Differentiate database index and match code.
What is difference between check table and value table ?