Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap scripts & smartforms

Former Member
0 Likes
449

what is standard text? is it neccessary compulsory to use it & we want to create it.

3 REPLIES 3
Read only

Former Member
0 Likes
425

Use of Standard Texts



Use:-

You can use predefined standard texts when sending short messages. The system proposes the appropriate standard text depending on the notification or order type. You can change or supplement this standard text, and also extend it using a customer exit.

You can define one standard text for each notification or order type. The length of the text to be sent depends on the type of pager being used.

Prerequisites

You create standard texts using Tools ® SAPscript ® Standard texts.
You can also use variable text symbols, which are replaced automatically when the short message is sent.

You assign the standard texts to the notification or order types in Customizing.
For notification types, choose:
Plant Maintenance ® Maintenance and Service Processing ® Notifications ® Notification Types

For order types, choose:
Plant Maintenance ® Maintenance and Service Processing ® Maintenance and Service Orders ® Functions and Settings for Order Types

Also see this:-



Report RSTXSCRP allows SAPscript objects (standard texts, styles, forms) or device types to be transported between R/3 and a local or central file.

Read documentation on report RSTXSCRP for more details.

OR

The SAPscript objects that should be transported must be written in a transport request.
The entries are as follows:
R3TR FORM NAME (NAME = Name of the layout set)
R3TR STYL NAME (NAME = Name of the style)
R3TR TEXT OBJECT,NAME,ID,L
(OBJECT = Text object, NAME = Text name, ID = Text ID, L = Text language)
If you want to transport a number of texts, you can use report RSTXTRAN to insert the individual text keys into a correction. The transport request must be entered and released via the transport system.

Rewerds point for useful answer...........

Regards,

Abhay Singh.

Read only

Former Member
0 Likes
425

Hi!

Standard text are good, if you are using them in more than one SAPScript, because you have to maintain them only once, and not in every SAPScript.

It is really good to write rarely changing texts into the SO10 standard texts (for example company name, and address).

standard text is not always used in scripts. when ever u want to display some data u need to use standard text so that the data gets displayed. Say, u have a large piece of document which needs to be printed at end of script... rather than writing the whole thing in script, we create standard text using SO10 and then use the name along with standard text in script.

<b>

Reward points</b>

Regards

Read only

former_member196280
Active Contributor
0 Likes
425

Standart text is the text that is created in tcode SO10 mainly used in forms.

Main advantage of using it is, is to display text (similar to text elements) in your form, But once your object is moved to production and if you want to change the text dynamically, only thing is you can modify the standard text and it is reflected in your form.

Usually, SO10 is kept open for user, Ex: bank account number, HDFC etc maintained in standard text and dispalyed in your form , now bank has been changed just modify the standard text that is used in your form Ex. HSBC.

Reward points to all useful answers.

Regards,

Sairam