‎2009 Apr 17 11:30 AM
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
‎2009 Apr 17 11:39 AM
Hi,
Sorry there is no other way. U need to assign them manually one by one...
Regards,
Mansi.
‎2009 Apr 17 11:39 AM
Hi,
Sorry there is no other way. U need to assign them manually one by one...
Regards,
Mansi.
‎2009 Apr 17 1:08 PM
Ok thank you !
I leave you here because now I know a lot a work is waintin' me !!!
‎2009 Apr 17 11:40 AM
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