What is SAP script and Purpose?
Answers were Sorted based on User's Feedback
SAPScript is used to display the reports with different
font sizes , multiple pages ..
SAPScripts are client dependent!
Script is usually used for printing a document for the
particular application(MM,FI,..).
Is This Answer Correct ? | 13 Yes | 4 No |
Answer / 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 |
Answer / sivaramakrishna
genarally scripts and smartforms and adobeforms are used to
generate the business printble documents like sales
documents, invoice documents, billing documents,..etc .
Is This Answer Correct ? | 2 Yes | 2 No |
What are Delivery classes? What data will you want to transport during client copy?
How to define PROJECT in CMOD?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
Can i Have Some Realtime Examples on Badi ?
what is difference between value table and check table?
What is a table attribute?
What are control commands in sap scripts?
what is the exact code that shoud be implimented in sap note
how to combine the transparent table with cluster table.
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What is the significance of delivery class? : abap data dictionary
How many types of tables exist and what are they in data dictionary?