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

How to fast replace text inside a program by its text symbol ?

Former Member
0 Likes
539

Hi guys !

I'm new here and I have a little question for you.

I have a program with a lot of texts and I started to add them into the text symbols tables.

example:

-


Program :'Hello world'(001)

Symbol table : 001 | Hello world

-


I'm looking for a tip wich replaces the 'Hello world'(001) by text-001 inside my program. Is that possible to do this ?

Best regards,

Sonia

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
509

Hi,

Sorry there is no other way. U need to assign them manually one by one...

Regards,

Mansi.

3 REPLIES 3
Read only

Former Member
0 Likes
510

Hi,

Sorry there is no other way. U need to assign them manually one by one...

Regards,

Mansi.

Read only

0 Likes
509

Ok thank you !

I leave you here because now I know a lot a work is waintin' me !!!

Read only

MarcinPciak
Active Contributor
0 Likes
509

Hi Sonia,

The notation Hello world'(001)' stands both for text literal 'Hello world' and text symbol text-001 . During logon the system checks the language and if there is corresponding text symbol in this language. If text-001 doens't satify this check, text 'Hello world' is displayed instead.

It is therefore highly recomended to leave that notation, because as the system wouldn't find text symbol it would display empty string, which must be avoided. It usually happens in selection texts, so sometimes you can see selection screen field without explanation text, but its technical name like i.e. PA_BUKRS.

Regards

Marcin