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
Are you familiar with all steps for setting up a workflow?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What is singleton pattern in OOPS?
What are the advantages of logical databases?
Differentiate database index and match code.
How do you find out whether a file exits on the presentation server?
Explain how many types of tables exist and what are they in data dictionary?
What are the two statements which are required in an abap program to output an icon using a write statement?
What are base tables of an aggregate object? : abap data dictionary
What are pooled tables?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is the difference between getting and get late?
function modules are also external subroutines. State true or false. : abap modularization
What kind of deliverables you have on a day to day basis?
Explain what are the events in screen programming?