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 is a view in sap? : abap data dictionary
What is a subscreen? How can we use a subscreen?
Can a transparent table exist in the data dictionary but not in the database physically?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What are the check tables and value tables?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
What are the types of subroutines? : abap data dictionary
How can we upload a text file having delimiters in to legacy system? : abap bdc
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
What are the differences between session method and call transaction method? : abap bdc
How to do find it?
What is the difference between free and refresh?
Does sap handle multiple currencies?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What are the functional modules used in sequence in bdc? : abap hr