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
What are the advantages/ dis-advantages of logical databases?
What are the basic objects of the data dictionary? : abap data dictionary
Explain the Inportance of pa40? : abap hr
Write syntax for message error (report)?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Explain the inside concept in select-options?
Define external layer?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Mention what is alv programming in abap?
stock transfer from one plant to another plant ? i want the total description.
What are the modes in lock objects? : sap abap data dictionary
How many types of tables exist and what are they in data dictionary?
What are the events we use in dialog programming and explain them?
How can the standard tables of sap be modified?
What is screen flow logic? What are the sections in it?