What is the difference between normal report program and
module pool program?
Answers were Sorted based on User's Feedback
Answer / malli.gontla
Reports are created from abap editor
Report is evaluate data from database,and displayed in list.
Report are standalone programs.
Reports are controlled be events.
Module pool is nothing but transaction, created from object
browser.
Transaction is the sequence of screens. In module pool at
least one screen is participated.
Module pool is not standalone programs.
PBO,PAI and screen flow are important events
Is This Answer Correct ? | 20 Yes | 2 No |
Answer / 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 |
Answer / madhu.achanta
Report is displaying in application serve as per normal requirement. It is used in transaction code -se38. Technically speaking report is an executables 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. These are used in customizing of screens. These are more flexible than reports.
Using reports we can select data from database as per selectioncriter and process it and display it on screen. We can also write BDC program to upload or download data. The selection screen can be designed in which user gives his requirement. The limitation is that complex selection screen cannot be designed. In case of modulepoolo the above can be achieved, but we can create complex selection screen and output screens also
Is This Answer Correct ? | 0 Yes | 1 No |
Difference between interactive and ALV Reports
what is the code for basic list to 2ndry list?
what is result set of an inner join at database level ?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How to create client independent tables ?
Hi, I am a Trainer in SAP ABAP having 2 years of experience in teaching ABAP and having 5 years of real time work experience in industry. If any body is interested email me your contact details to sap.abap9@gmail.com I will provide online training. Excellent material is provided. If any one is interested for training you can contact me for further details. Free demo is provided before joining the course. Excellent Training for reasonable price. SD and MM Concepts will be teached freely. References will be provided upon request.
What are the pooled and cluster tables?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
what is 'F4' functionality?
what is the variable to be used in sap scripts to find the total number of pages of the print job?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
what are the roles and responsibilities of a technical consultant will be assigned in idoc development in real time? in case of a)IDOC EXTENSION b)sending TRANSACTIONAL IDOC c)CHANGE POINTERS