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 the transaction for recording bdc ? : abap bdc
What does hide statement do?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
How do you backup Sapscript layout sets? Can you download and upload? How?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is the difference between leave transaction and call transaction?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What are the types of search helps? : sap abap data dictionary
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
wat are the process that can be executed & tracked in a workflow?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
Explain client-dependent and client-independent tables.
out bound process code for quotation?