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

Standard Text in smartforms

Former Member
0 Likes
985

Hi,

Can I use the placeholders in Standard Texts(SO10) which can be used in our smartforms by using the text type INCLUDE TEXT.

If so , please give me the procedure.

5 REPLIES 5
Read only

Former Member
0 Likes
800

hey include text is for getting the header text or item text of particular form

go through this link u will find a pdf file it good

u find all options in smartforms

www.sap-press.com/downloads/h955_preview.pdf

Read only

Former Member
0 Likes
800

Hi,

You have to define the standard text in the Trnsaction SO10 and You need to call that standard text in the smartform like for eg

type -include text

text name- &VBDKR-VBELN&

text object- VBBK

text id- &V_TEXTID&

language - &NAST-SPRAS&.

Regards,

vasantha.

Read only

Former Member
0 Likes
800

hi,

<b>Use</b>

1.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.

2.Enter a unique name for the node and a node description (for example, letter).

3.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.

4.In the Text key box, identify the include text.

&#61485;To identify individual text objects, use the search help in this field.

&#61485;The search help of the Text name field allows you include the attributes of SAPscript texts into the search.

5.If required, use the Paragraph formats box to format the include text:

&#61485;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.

&#61485;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.

6.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.

7.If desired, choose the Output Options tab to maintain the style or box and shading of the text.

<b>Result</b>

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.

REgards,

Sailaja.

Read only

Former Member
0 Likes
800

Similar to include text in SAP Script we have Text Modules in Smart forms.

Create Text Module (in TCODE Smartforms), then create text node in Smart forms by choosing text type as "Text Module" and specify the Text Module you have created.

Read only

0 Likes
800

I missed it earlier....Also you can Include text as we use to do in SAP Script.After creating Text node choose Text type as "Include Text" and specify your Text key.