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 is a field symbol?
what is the use of free and refresh?
which state ment is used to move identically named fields between structures?
which of the command flushes the database buffer? a) $free b) $tab.
Where can you find error log for call transaction? : abap bdc
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What are the types of windows in sap script?
use of chain and endchain?
What is the table, which contain the details of all the name of the programs and forms?
How do we handle multiple line items in BDC's.
Why do we use FOR ALL ENTRIES and what is the pre-requisite
can we use sub routines in a function module?