difference between report and module pool
Answers were Sorted based on User's Feedback
Answer / vadamalai
In Reports are Executable Program
In Module pools are execute via T-Codes
Is This Answer Correct ? | 45 Yes | 4 No |
Answer / prasad
reports are driven bye events where as module pool is
driven by transaction codes .
Is This Answer Correct ? | 42 Yes | 11 No |
Answer / navneet
Report means you are displaying the records on the list, by
fetching the records from the table and updating some table
but in module pool programs you are showing the data in a
screen and you can add different functionality like
pushbutton, GUI menu, and PF etc. and it is called as
module b'coz on screen you can't use subroutine ou have to
write the code in module, endmodule
Is This Answer Correct ? | 32 Yes | 12 No |
Answer / gaurav bisht
some more differences are:
1) Selection screen is only usre in reports where in module
pool normaal , sub and dialog screen is used.
2) in reports we display data with write statement.
In dynpro no write statement is used we have to use
screen components like input field , custom control, table
control
Is This Answer Correct ? | 21 Yes | 7 No |
Answer / ravi kr sharma
Reports are executable (type 1) programs.Transaction code is not required to execute type 1 report programs.
Where as Module pool are (Type M)programs requires Transaction code to execute them.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / kishore.d
Reports we can use as list we cant have subscreen
module pool have sub screen znd gui interface
screen controls like table control custom control
In Reports we can data thru se38
In module pool based on t-code we will get output
we can edit the events and save the data.
Is This Answer Correct ? | 7 Yes | 6 No |
Answer / krishna chaitanya
Reports are used to fetch data from database tables and
display on the screen in the required format. Reports are
not meant for updating database tables at all.
Module pool programming can be used to modify database
tables as per the user requirement.
Regards,
Krishna Chaitanya
Is This Answer Correct ? | 10 Yes | 10 No |
Answer / sarithashree
Reports used events however Module pool for bulk of transactions due to results as desired user requirement
Is This Answer Correct ? | 0 Yes | 0 No |
What will you code in start-of-selection & end-of-selection ?
How to combine multiple billing into one RV document ( Step by Step)?
different ways to process/run the session
can we call a dialog module(Type M) into the executable program(Type E).If it yes then how ?
what is the main difference between lsmw and bdc ? in which situation we will go for lsmw instead of bdc?
How do we debug sap script?
Can you create a script with out a main window ?
WHEN TO GO LSMW ,BAPI,BDC FOR UPLOADING DATA.GIVE ME DIFFERENT SCENARIOS(EXAMPLES).
How do you set up background jobs in sap? What are the steps?
How to find function module or Bapi for particular transaction in sap?
how to keep pushbuttons in application toolbar in alv?
what is the difference between bdc and lsmw?