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
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
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
How do you connect to the remote server if you are working from the office for the client in remote place?
Explain what is runtime analysis?
Difference between sap script and report?
How many types of data classes are there in sap?
Explain how data is stored in cluster table?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Explain what is the step-by-step process to create a table in data dictionary?
What is the use of at new statement ?
What is the reserve command?
How are the date abd time field values stored in sap?
What is pretty printer?
What two statements would be used to exchange data between programs using abap memory?