cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script - Text Symbol

Former Member
0 Kudos

Hi,

How can i insert text symbols in SAP script globally. What is the transaction for creating text symbols globally ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In SO10 we can create.

In form by using include text we can fetch that text.

Eg : INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS&

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Thanks...

Regards

Brijo

mahaboob_pathan
Contributor
0 Kudos

create in SO10.

and use it in script by calling them.

Former Member
0 Kudos

Hello Brijo Jose Abraham,

Text symbols are defined locally in your own document and are usable only in the document in which they are defined.

You can, for example, define a standard term or text passage once in your document and then include it where it is needed by way of its symbol name.

Define a text symbol with the DEFINE command:

/: DEFINE <symbolname>='Symbol text'

Former Member
0 Kudos

Hi,

Use the transaction SO10; You can create the same..

Regards

Shiva