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 |
1-What is a Text Table?
When to use logical database?
How to upload data using catt ? : abap hr
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
what is the print program for smartforms .pls give me one example .
How did you handle errors in Call Transaction?
If there is a bank system application,in this when one user login then photo of his would be come up and another one login then his photo should come up in smart form,then how it will handle or make a smart form dynamically?
what is inline documnetation?
What is the difference between a structure and a table? : abap data dictionary
Which objects are independent transport objects?
What are the exact sequences in which the reporting events trigger.I mean starting from 1st to last.And how many times we can use At-Selection screen or Start-of-selection in a report??
without debugging key how can i debug function module?