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: 

st text

former_member329386
Participant
0 Kudos

Hi all

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

Thanks

1 ACCEPTED SOLUTION
6 REPLIES 6

Former Member
0 Kudos

use command

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

Pavan

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

Then try by using the actual syntax as below

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

Regards,

Satish