What is the difference between normal report program and
module pool program?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bhanu
report is dispalying in application serve as per normal
requirement.it is used in transaction code -
se38.techniaclly speaking report is an excuatable program
with 3 stages.
DATA INPUT (select screen)
DATA PROCESSING (select statement)
DATA OUTPUT (defining output types in
write,uline,skip,output fields)
module pool program are dialog program
dialog program are used to call transaction
this are used in customizing of screens
this are more flexible than reports
Is This Answer Correct ? | 6 Yes | 6 No |
Answer / madhu.achanta
Report is displaying in application serve as per normal requirement. It is used in transaction code -se38. Technically speaking report is an executables program with 3 stages.
DATA INPUT (select screen)
DATA PROCESSING (select statement)
DATA OUTPUT (defining output types in write,uline,skip,output fields)
Module pool program are dialog program. Dialog program are used to call transaction. These are used in customizing of screens. These are more flexible than reports.
Using reports we can select data from database as per selectioncriter and process it and display it on screen. We can also write BDC program to upload or download data. The selection screen can be designed in which user gives his requirement. The limitation is that complex selection screen cannot be designed. In case of modulepoolo the above can be achieved, but we can create complex selection screen and output screens also
Is This Answer Correct ? | 0 Yes | 1 No |
does select single *.. / select * .. affect performance ? how?
in views..date base view can be used instead of join state ment in a program..it is one of reusable technique..is it correct???
16) Is BSEG and BKPF transaparent tables?
Explain what are the different functions used in sap script? What are the parameters used in each function?
how can we validate select-option ,,for high and low value , without using internal table..
i have a requirement.there are 2 fields and one check box on my selection screen.initially first field sud be mandatory, when we click on check box the first field which was mandatory sud now be optional and second field sud be mandatory?please provide me the solution asap.Thank you
what is difference between occurs1 and occurs2?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
What is output determination?
Cds views
Is BAdI client Indpendent
If pass table name as parameter how can i get table contents?