5. What is the difference between report and script?
Answer Posted / srinu
A script is a static form which is used for printing company specific documents like invoive,purchase order etc.
A report is an executable program which can be static or interactive used to automate an existing business functionality.
script is basically used for printing,
report is for information,
printing a report is difficult,
report can be interactive,
script is not interactive,
script is client-dependent,
report is client-independent,
script is modified in most cases,
report is developed from the scratch
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write syntax for message error (report)?
what is bapi,badi,bdc,ale idocs?
What is the difference between field-group header and other field groups? : abap modularization
What is the use of lock objects?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
Can a filed occur in several field groups?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What is hotspot?
What are the two methods for modifying sap standard tables?
What is function group?
Can we use transfer dataset to transfer data in internal table ?
Can we make use of flow logic control key words in abap/4 and vice-versa?
Explain the client concept of sap.
State the differences between database view & projection view? : abap data dictionary
What are match codes? describe?