Including SAPscript Texts 
Use
You use the text type Include text of the text node to refer to a SAPscript text that already exists in the system. To identify the text, you need the text name, the text object, the text ID, and the language. Thus, you can easily use the texts in several forms. In addition, you need not load the entire
form description to maintain these texts.
This text type corresponds to the SAPscript statement INCLUDE. However, Smart Forms do not allow any control statements in include texts. When processing the form, they are simply ignored.
To administer application-specific form texts, applications use transaction SE75 to define their own text objects with subordinate text IDs. Use text object TEXT with text ID ST to enter general standard texts. To maintain them, use the standard text editor (transaction SO10).

If there is no need for you to use old SAPscript texts, you better use
text modules. They can be used cross-client and are connected to the transport and translation systems.
Procedure
To create a text node, call the context menu for that node in the tree structure that shall receive the text and choose Create ®
Text.
Enter a unique name for the node and a node description (for example, letter).
On the General Attributes tab choose Include text as text type.

Since you edit a text element, an included text, or a text module exclusively via the text node, the system stores only information on the selected type. When you change the text type, the system therefore asks for your confirmation.
In the Text key box, identify the include text.
- To identify individual text objects, use the search help in this field.
- The search help of the Text name field allows you include the attributes of SAPscript texts into the search.
- If required, use the Paragraph formats box to format the include text:
- The style assigned to the text node contains a format for the standard paragraph ('
*
'). If you enter a paragraph format in the
Standard paragraph field, this format overwrites the style format for all standard paragraphs in the include text that use this paragraph format.
Use the First paragraph field to set a paragraph format for the first paragraph of the include text. This format also overwrites the format set in the style. If you set the First paragraph field but leave the Standard paragraph field empty, the system uses the format set in the First paragraph field for any standard paragraphs in the include text.
- In the Text node box choose whether you want the text to start in a new paragraph, in a new line, or directly at the end of the current paragraph.
- If desired, choose the
Output Options tab to maintain the style or box and shading of the text.
Result
The system displays the node in the tree structure, including its name and description. The included text is included only at the moment the form is processed.