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
When you prefer lsmw?
What are the components of selection table?
What are the different buffering methods?
What is smart forms? : abap hr
What is bdc? : abap bdc
How we format the data before writing a statement in the report?
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
Can you print decimals in type n?
10) How to get Item Header in Sales Order?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
Explain what is an rfc?
Explain the concept of clusters in payroll
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
stock transfer from one plant to another plant ? i want the total description.
What is full form of bdc session? : abap bdc