What is the difference between normal report program and
module pool program?
Answer Posted / malli.gontla
Reports are created from abap editor
Report is evaluate data from database,and displayed in list.
Report are standalone programs.
Reports are controlled be events.
Module pool is nothing but transaction, created from object
browser.
Transaction is the sequence of screens. In module pool at
least one screen is participated.
Module pool is not standalone programs.
PBO,PAI and screen flow are important events
Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What are number ranges?
What are the different window types in sapscript?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What are standard layouts sets in the sap script?
How do you take care of performance issues in your ABAP programs?
What is alv programming in abap? When is this grid used in abap? : abap hr
What are the two statements which are required in an abap program to output an icon using a write statement?
Difference between sap script and report?
Is it possible to pass data to and from include programs explicitly?
How do you convert non-char field into char type fields ?
How do you document abap/4 programs? Do you use program documentation menu option?
What are the different types of parameters?
Explain the uses of the simple maintenance interface? : sap abap hr
How many types of buffering? : abap data dictionary