What is the difference between normal report program and
module pool program?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between tables and structures?
Differentiate between table and template ?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
Have you printed any report?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Which transaction code can I used to analyze the performance of ABAP program.?
Which infotype records can not be deleted ? : abap hr
out bound process code for quotation?
How do you use tab sets in layout sets?
What is Transactional based Application & Role based Application?
What is the use of buffering?
How do you find if a logical database exists for your program requirements?
What is function group?
What are the advantages of logical databases?
What is alv programming in abap?