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
How do you restrict the data to be entered in the payroll area? : sap abap hr
Define infotype ? : abap hr
Program lines for the radio button selection and unabling some input variables in section screen
How is collect statement different from append?
What is the difference between scrolling a table horizontally and vertically?
Where do you use help views?
What are the advantages and disadvantages of using views in abap programming ?
What is web dynpro for abap?
SM35 transaction, How to automate BDC ?
Why do we use abstract class
What are the function modules used to create batch input session? : abap bdc
What are the difference between pool tables and transparent tables?
How do you Export a session ?
What are the dynapro keywords?
How do you write manual bdc session method? : abap bdc