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


Please Help Members By Posting Answers For Below Questions

Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1069


In select-options, how to get the default values as current month first date and last date by default?

627


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.?

1674


Why do we use Abstract classes give an example from your project?

890


What is the use of the raising exception?

574






What data is contained in data dictionary? : abap data dictionary

644


What are the different types of parameters? : abap modularization

614


What are the types of parameters in the function modules?

667


What are pooled tables?

622


Can a transparent table exist in the data dictionary but not in the database physically?

636


What is alv programming in abap? When is this grid used in abap? : abap hr

683


what is call back in alv?

1984


How do you set up background jobs in sap? What are the steps?

538


How we format the data before before write statement in report ?

556


Explain the Types of Select statements?

654