explain the script component in script?
Answers were Sorted based on User's Feedback
Answer / sunitha
script components are
pages
windows
pagewindows
paragraph formats
character formats
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
if while coding power goes off , how to retrieve the codes?
Mention some important events in abap programming.
IF I SAVE A TRANSACTIONAL DATA TABLE IN APPL0 INSTEAD OF APPL1 DURING TECHNICAL SETTINGS OF A NEW TABLE WHTHER IT WILL CREATE ANY PROBLEM OR IT WILL WORK SMOOTHLY???
How do you send the output of a script as an email attachment
What is the use of the statement leave to list-processing?
what is version in reports?
What is output determination?
Difference between sy-tabix and sy-index?
System fields in Interactive reports?
What is the function of a domain? : abap data dictionary
What is schema and transaction code
Name the abap/4 modularization techniques? : abap modularization