Application Development 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: 

Calling SO10 text into script

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

try this:

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

TEXTNAME is not nessasary

Regards, Dieter

5 REPLIES 5

Former Member
0 Kudos

Hi,

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

former_member598013
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

try this:

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

TEXTNAME is not nessasary

Regards, Dieter

Former Member
0 Kudos

Hi,

Change your Include Statement as.

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

Remove the word TETXNAME

Former Member
0 Kudos

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.