cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Text Symbols in UI-Elements

Former Member
0 Kudos

Hello Experts

Is it possible to access a text symbol in an UI element? For instance I want to assign text symbol 001 to the text property of a label.

Any tips are welcome ....

Regards,

MAahias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you are developing big components, normally there should be some code

which is repeatedly used in your component, Assistance class will give you

a place to modularise your component.

It is a normal class whose reference will be availabale to you as an attribute WD_ASSIST, and you can alos define text symbols in the assistance class and use it in your component.

Sm1tje
Active Contributor
0 Kudos

This is not possible, but you can create a text for it in the Online Text Repository and use it in WD.

Transaction SOTR_EDIT for creating text.

When clicking on F4 help for the text of the UI element in WD component you will see all available texts.