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
Can a posting run be deleted? : sap abap hr
What are the advantages of logical databases : abap hr
What is the difference between upload and ws_upload ? : abap bdc
What two statements are required in an abap program to output an icon using a write statement?
what is difference between user exit, customer exit and badi?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Name the special commands of list?
Define batch input session?
What is the use of abap data dictionary? : abap data dictionary
What are the advantages and disadvantages of ABAP query tool?
Explain open dataset in sap abap?
What are the merits of its?-
What is the difference between select statement and provide statement ? : abap hr
What are the time related infotypes? : abap hr
Write special commands of list?