What is the difference between normal report program and
module pool program?
Answer Posted / bhanu
report is dispalying in application serve as per normal
requirement.it is used in transaction code -
se38.techniaclly speaking report is an excuatable 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
this are used in customizing of screens
this are more flexible than reports
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What abap statement will trigger list generation?
What is example class
Explain the properties of selection screen?
What is the use of start-of-selection.,if not use in report what will happen,?
What is dynamic action? : sap abap hr
What is the disadvantage of a call by reference?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
What is the difference between collect and append statements?
What are the two statements which are required in an abap program to output an icon using a write statement?
What is the bapi?
How many default tab strips are there?
How do you execute the payroll
Differentiate screen painter from menu painter.
What will happen when we use single buffered selected?
What is the difference between a structure and a table? : abap data dictionary