What is the difference between normal report program and
module pool program?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bhanu
report is dispalying in application serve as per normal
requirement.it is used in transaction code -
se38.techniaclly speaking report is an excuatable program
with 3 stages.
DATA INPUT (select screen)
DATA PROCESSING (select statement)
DATA OUTPUT (defining output types in
write,uline,skip,output fields)
module pool program are dialog program
dialog program are used to call transaction
this are used in customizing of screens
this are more flexible than reports
Is This Answer Correct ? | 6 Yes | 6 No |
Answer / madhu.achanta
Report is displaying in application serve as per normal requirement. It is used in transaction code -se38. Technically speaking report is an executables program with 3 stages.
DATA INPUT (select screen)
DATA PROCESSING (select statement)
DATA OUTPUT (defining output types in write,uline,skip,output fields)
Module pool program are dialog program. Dialog program are used to call transaction. These are used in customizing of screens. These are more flexible than reports.
Using reports we can select data from database as per selectioncriter and process it and display it on screen. We can also write BDC program to upload or download data. The selection screen can be designed in which user gives his requirement. The limitation is that complex selection screen cannot be designed. In case of modulepoolo the above can be achieved, but we can create complex selection screen and output screens also
Is This Answer Correct ? | 0 Yes | 1 No |
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What is the typical structure of an ABAP program?
What is sap abap data dictionary?
What is design pattern? Provide example .Why are we using it?
what is project system Landscape?
6 Answers ITC Infotech, MSG Global, TCS,
How to reterive data from the data base using scripts with out touching the print program
wat is a field symbol?
What is functions and transaction code
What are th control break events in abap?
what is function group? Difference between function group and FM?
what are the built in types in bdc
Difference Between ATPF and AT user command?