what r the text elements in scripts?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a table pool?

630


What are data classes? What are the various data classes available for selection? : abap data dictionary

565


Explain the advantages and disadvantages of abap query tool?

527


How to upload data using catt ? : abap hr

620


What is internal payroll process? : sap abap hr

599






What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

600


What is client in the sap system? : sap abap hr

576


What is the tcode to create indexes?

598


What is tcode se16? For what is it used.

593


Does sap handle multiple languages?

562


What are the two methods for modifying sap standard tables?

738


Explain the difference between call screen and leave screen?

609


Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button

1774


What are the differences between the table and the structure in the data dictionary in the sap abap?

599


What happens if a function module runs in an update task? : abap modularization

603