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
What are the components of sap scripts? : abap hr
What are the functional areas? User groups? and how does ABAP query work in relation to these?
Explain what are the different functions used in sap script? What are the parameters used in each function?
List some of the many different ways that the sap standard functionality can be changed by a customer?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
what is the process of creating quotation using BAPIs.
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What is the difference between semi-monthly and Bi-weekly payroll area
singleton class
What are the two ways for restricting the value range for a domain ?
What is protect & endprotect?
Can i have some Realtime Scenarios on Reports.
Explain what is step-loop? Explain all the steps?
What is Group by in Select statement?
What are the basic object types? : sap abap hr