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

st text

former_member329386
Participant
0 Likes
883

Hi all

I want to know the steps to include standard text (created in so10)in script.

Thanks

1 ACCEPTED SOLUTION
Read only

former_member195698
Active Contributor
6 REPLIES 6
Read only

former_member195698
Active Contributor
Read only

Former Member
0 Likes
822

use command

INCLUDE OBJECTNAME <name> ID <> OBJECT < Object> LANGUAGE <EN>

Pavan

Read only

Former Member
0 Likes
822

Hi,

Go to the Page window editor.There will be a button at last in the application toolbar as a note. Click on the button, it will ask you to provide the Text Name, Give the same Text Name which you have given while creating the standard text from SO10. Provide the Language as EN.

Standard text will get included in your script.

Regards,

Satish

Read only

0 Likes
822

Hi satish

I did acc to ur point. but when i execute it is not showing text from so10 but its showing " INCLUDE Z_CUP OBJECT TEXT ID ST LANGUAGE EN " as it is.

please clear my point

Thanks

Read only

0 Likes
822

In sap script check you command is it like 😕 ?????

Read only

0 Likes
822

Then try by using the actual syntax as below

INCLUDE OBJECTNAME <name> ID <> OBJECT < Object> LANGUAGE <EN>

Regards,

Satish