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
Have you processed BDCs ?
what is the difference between Blocked ALV and interactive ALV?
What are client dependent objects in abap/sap?
Print options in smartforms?
What are two methods of modifying sap standard tables? : abap data dictionary
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
How does the interface between the dynpro and the abap/4 modules take place?
after creating lock object if does n't access record by second user what should we do?
What should be the approach for writing a bdc program? : abap bdc
When value table becomes check table?
How do you control printer functions from sapscript?
Explain what are the events used in interactive reports?
Can a domain, assigned to a data element be changed? : abap data dictionary
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What are the different types joins?