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 is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Can i Have Some Realtime Examples On Modulepool programming.
What is the difference between collect and sum?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What are the difference between pool tables and transparent tables?
What is lock objects? : sap abap data dictionary
How can we handle table control in bdc? : abap bdc
What are the data types of the abap/4 layer? : abap data dictionary
To find the date difference & excude saturday & sunday in between them
What primary key and foreign key relationship
What is sap abap tables?
How would you suppress the display of a parameter on the selection screen?
Name a few data dictionary objects? : abap data dictionary
How we format the data before before write statement in report ?