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

Calling SO10 text into script

Former Member
0 Likes
3,717

hi experts,

i have created a text in SO10 with

text name : ZTEST

LANGUAGE : EN

TEXT ID : ST

TEXT OBJECT : TEXT

USER NEED A EDITABLE TEXT IOPTION AND I HAV CREATED IT .

NOW I AM CALLING IT IN THE SCRIPT BY USING THE SYNTAX

INCLUDE TEXTNAME ZTEST OBJECT TEXT ID ST LANGUAGE EN

BUT IT IS NOT PRINTING ,...WHAT IS THE PBLM ....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,940

Hi,

try this:

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

TEXTNAME is not nessasary

Regards, Dieter

5 REPLIES 5
Read only

Former Member
0 Likes
1,940

Hi,

Standard Text are Client Dependent.....Are you Testing in the Same Client where you created the Standard Text?

Read only

Former Member
0 Likes
1,940

HI ,

IF youare maintaining the standard text in one client then you need to transport it to the other client by the transaction SE78.

Thanks,

Chdianand

Read only

Former Member
0 Likes
1,941

Hi,

try this:

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

TEXTNAME is not nessasary

Regards, Dieter

Read only

Former Member
0 Likes
1,940

Hi,

Change your Include Statement as.

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

Remove the word TETXNAME

Read only

Former Member
0 Likes
1,940

Hi,

You can insert standard text(Transaction SO10) in SAPscript as following:

Go to editor of SAPscript form

Select menu Insert -> Text -> Standard

Input text object.

Select when you already input text object detail. System will automatically insert statement for including text object to SAPscript form.