What is the difference between normal report program and
module pool program?
Answer Posted / 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 |
Post New Answer View All Answers
How do you save data in bdc tables? : abap bdc
Explain how do you move on to the next screen in interactive reporting?
What is the significance of delivery class?
What is the difference between getting and get late?
How to handle error in session method? : abap bdc
Abstract class and interface, multiple inheritance, live example
What are the contents in technical specifications?
What is the difference between table and template?
What is the logo in sap script?
How is collect statement different from append?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is an abap instance?
What is modularization and its benefits? : abap modularization
Does the table can have multiple foreign keys?