Answer Posted / ritika
The various component of the SAP script tools are:
1. Editor - Edits the text in a SAPscript form. The transaction of an application automatically calls this editor if you need to maintain texts related to the application.
2.Styles and Forms - Define and print the style and layout of SAPscript form.
3. Composer or From processor - Acts as central output module to prepare final layout and text for an output device by including styles , various formating options and the respective text.
4. Programming interface - Allows you to include SAPscript component into ABAP program and control the output of forms from the program.
5. Database tables - Store texts, styles and forms.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What are user exits? What is involved in writing them? What precations are needed?
Can a domain, assigned to a data element be changed? : abap data dictionary
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are the user groups?
What are the difference between pool tables and transparent tables?
To find the date difference & excude saturday & sunday in between them
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
Hat are the different types of mode (run code) in call transaction method?
What does hide statement do?
What is the use of abap data dictionary? : abap data dictionary
How to use messages in lists?
how do you call third selection screen ?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary