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

texts in sapscript

Former Member
0 Likes
347

how to create texts in sapscript and why n when do we need to create texts??

Thanks,

Kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
330

Hi!

If you mean standard texts, then you can create standard texts in transaction SO10.

These texts are useful, if you want to use the same text in more than 1 SAPScript.

You can include them like this:

/: INCLUDE ZMYTEXT ID ST OBJECT TEXT LANGUAGE EN.

Regards

Tamá

1 REPLY 1
Read only

Former Member
0 Likes
331

Hi!

If you mean standard texts, then you can create standard texts in transaction SO10.

These texts are useful, if you want to use the same text in more than 1 SAPScript.

You can include them like this:

/: INCLUDE ZMYTEXT ID ST OBJECT TEXT LANGUAGE EN.

Regards

Tamá