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
What is the difference between data elements and domains? : abap data dictionary
How the transaction that are programmed by the user can be protected?
How to transfer data into line items using batch input session method? : abap bdc
What are the system fields? Explain?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is your approach to find exit and BAdi?
Explain the difference between a dialog program and a report?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
How do you populate data into a multiple line field?
How to handle error in session method? : abap bdc
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
Can i know some of the Realtime tickets that anyone has been faced ?
What is meant by authorization? Did you ever work on it? : sap abap hr
Define alv programming in abap?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?