What is the difference between normal report program and
module pool program?
Answer Posted / 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 |
Post New Answer View All Answers
Can we write the code both call transaction and session method in single program?
What are interface/conversion programs in SAP?
What are the system table used in abap?
What is design pattern? Provide example .Why are we using it?
What is a table pool? : abap data dictionary
Is it possible to pass data to and from include programs explicitly? : abap modularization
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What are Pull and Push Methods?
What is the syntax of packed number?
Explain the disadvantages of abap query tool?
How many structures can be created in a Ztable ?
What is the difference between data elements and domains? : abap data dictionary
What is at exit-command:?
What will exactly the hide statement do?
How many default tab strips are there?