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 are the basic objects of the data dictionary? : abap data dictionary
How to transfer data into line items using batch input session method? : abap bdc
What are the functional areas, user groups? How does abap query work in relation to these?
What is the difference between rfc and bapi function modules? : abap bdc
Explain the different types of screen keywords?
When is the top-of-page event triggered? : abap data dictionary
How do you validate the selection criteria of a report? And how do you display initial
What data is contained? : abap data dictionary
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What are advantages and disadvantages of logical data base
How do you write manual bdc session method? : abap bdc
Which infotype records can not be deleted ? : abap hr
State the system field for the current date?
What is generic buffering?
What is a function group? : abap modularization