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 scripts

Former Member
0 Likes
555

Once we create standard text using SO10 transaction, how to use it in the script, I mean, where should we write??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

YOu can use the insert ->Text->Standard option from the menu in the text element editor.

Regards,

ravi

6 REPLIES 6
Read only

Former Member
0 Likes
532

YOu can use the insert ->Text->Standard option from the menu in the text element editor.

Regards,

ravi

Read only

Former Member
0 Likes
531

Hi,

You will have to use a INCLUDE statement for the same.

/: INCLUDE 'Z..' OBJECT TEXT PARAMETER...

Take a look at this thread ...

Regards,

Ravi

Note : Please mark the helpful answers

Read only

Former Member
0 Likes
531

hi kishore,

in form->goto page windows.

and go to the text elements and give

<b>/: INCLUDE <obj name> OBJECT TEXT ID ST</b>

<b>or click on INSERT->TEXT->STANDARD AND GIVE THE NAME.</b>

HOPE THIS HELPS,

DO REWARD IF IT HELPS,

PRIYA.

Message was edited by: Priya

Read only

Former Member
0 Likes
531

hi kishore,

in se71, in the editor, goto insert->text->standard and

give the name of the standard text u have created in the text name.

award if helpful.

regards,

keerthi.

Read only

Former Member
0 Likes
531

use this command for that.

/: INCLUDE nameof the text OBJECT OBJ ID idname

LANGUAGE EN

regards

srikanth

Read only

Former Member
0 Likes
531

ya, i got it. Thank u very much for ur kind reply..