cancel
Showing results for 
Search instead for 
Did you mean: 

Char. strings w/o text elements will not be translated:

former_member282968
Contributor
0 Kudos

In my Webdynpro component on code inspector check i get an error message "Char. strings w/o text elements will not be translated:".

Please suggest me the solution for this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Naveen,

Are you sure it is error ? is it not warning.

former_member282968
Contributor
0 Kudos

Yes this is an error from Code inspector check.I have to include the strings which are hardcoded in the program using inverted comma's in text elements or in SO10 which i am not sure how to do it in Webdynpro ABAP.

Please suggest me how it can be resolved.Thanks in advance

Former Member
0 Kudos

Hi,

1)There are different ways to do that i guess. One of the way is use OTR if your application is to be multi language supported.

See the wiki here [http://wiki.sdn.sap.com/wiki/display/WDABAP/OTRTextTranslationToolforWebDynproABAP|http://wiki.sdn.sap.com/wiki/display/WDABAP/OTRTextTranslationToolforWebDynproABAP]

2)you can use assistance class and insert the texts as text element there.

3)you can create a constant class which holds constants say for package level.

Former Member
0 Kudos

kindly ellaborate on it...wher r u facin such error...on which statement....debug it n let me know