what r the text elements in scripts?
Answers were Sorted based on User's Feedback
Answer / k.swetha reddy
Text Elements of a Form
SAPscript calls the individual text components of a form
text elements. To achieve good structuring and readability,
you assign a fixed name to each text element in the form.
The print program then uses these names to access the
elements. This name applies also for translated versions of
a text element, while the contents of the text elements
depend on the language.
Text elements are related to a window, that is, a print
program can call for each window only those text elements
that exist in this window. The screen below (shot in the
SAPscript line editor) shows the definition of the text
elements HEADING and FLIGHTLIST in the window MAIN. The
variables used within '&...&' are replaced by the system at
output time (see also Representing Text Elements in the PC
Editor).
You can compare text elements with numbered texts in ABAP
programs (for example, TEXT-001). However, text elements
are much more flexible:
The length of a text element is unlimited.
Text elements may contain variable symbols.
You can use several different formatting options within one
text element.
You can use SAPscript control statements in text elements.
In each window, you may use two different kinds of text
elements:
Text Elements with Names
Text Elements Without Names
The print program can Activate Text Elements.
Is This Answer Correct ? | 2 Yes | 1 No |
java script for push button in adobe forms.
What is the purpose of sum statement?
With the use of secondary index we can make a program run faster but we are advised not to use secondary index why is that so??
When we copy any Driver Program from Nace............when we copy into zprog,when we activate how it was linking to that particular std layout............what happening to the previous driver prog?
Can we have two reports running parallely and both the reports sharing the same internal table for processing the data?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
How many Interactive lists can you create in One Report?
What is a modification assistant?
What are system variable in abap?
how top handle error in LSMW?
Can i Have Some Realtime Examples On Modulepool programming.
You have written a program for displaying a report on the screen. It is working fine and is displaying the report on the screen. now I change the resolution of my system and again I run the same program. what will be the output?