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 significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What is the difference between collect and append statements?
Why do we use dynamic where conditions?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
How to creat transactions? : abap data dictionary
Different types of luws. What are they?
What is a subscreen? How can we use a subscreen?
What are the dis-advantages of logical databases? : abap hr
Control Break statements- At new...endat.
What is value table?
What happens Update command is used without where clause ?
What are data classes? What are the various data classes available for selection? : abap data dictionary
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?