cancel
Showing results for 
Search instead for 
Did you mean: 

Text elements in Webdynpro for Abap

Former Member
0 Kudos

Hi,

Can anybody explain me how to create text element in webdynpro for abap?

Regards,

Soumya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi All,

Thanks for your quick response.

Now i have created the text elements/symbols but when i login in Chinese language i want these texts to be displayed in Chinese during execution of WDA application.

In order to achieve this, is there any special settings that we have to do while creating the text elements?

Regards,

Soumya

Former Member
0 Kudos

hi,

You have to maintain the translation for this.

Select the particular text sybol -> Goto -> Translation.

Maintain the translations in Chinese then it would reflect when you run the application.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

when you are in the component and that view, then click on menu->GOTO->TEXT symbols and maintain there.

You can access them through this coding

lv_str = wd_assist->if_wd_component_assistance~get_text( `016` ).

Regards,

Lekha.

Former Member
0 Kudos

Hi,

U can create the text elements for a class and can use it.

refer this thread also.

Edited by: pankaj aggarwal on Oct 22, 2009 4:32 PM