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 |
What is difference between inner join and outer join?
What is exception class and test class. How to use it?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
if bdc session method is to be executed at some particular time without using sessions? how?
What are the uses of secondary indexes?
What is its?
which one is efficient in following command to copy data from one itab1to another itab2 . both itab table has same structure. 1. move itab1 to itab2 2.move corresponding field of itab1 to itab2 3. itab2[] = itab2[] 4.appends line of itab1 to itab2..
what is the way to precide search helps in POV?
what is the table to find change pointer status?
Hi, My question: Iam an ABAP Programmer with 3+yrs exp would like to learn ABAP CRM . Plz let me know the best institues(coaching centers) in HYd to learn the same.
How to display if the value entered contains records or not?
write the program for prime numbers between 1 to 1000