What is SAP script and Purpose?
Answer Posted / jithinsha
You use SAP-Script together with an ABAP program (print
program). The program extracts data from the database and
opens the sap-script. The sap-script handles the layout of
the output. You use it for all documents, reports and lists
where you need advanced layout options not possible with
normal abap reports.
All documents in SAP (purchase order, invoice, delivery
note, etc. etc. etc.etc) are printed via SAP-script.
The output from SAP-script can also be an email with the
document attached as PDF file.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What are the different types of luws?
What is table pool?
What are the dis-advantages of logical databases? : abap hr
Differentiate between the uline and write: sy-uline statements if any?
What are the system fields? Explain?
What is the advantage of structures?
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 type of user exits have you written ?
What are internal tables? How to use a specific number occurs statement?
Of the two call transaction and session method, which is faster?
What is the difference between refresh and free statements?
Explain the difference between float and packed data type?
What is difference between dialog program and a report?
Explain what is an rfc?