cancel
Showing results for 
Search instead for 
Did you mean: 

Using Text Symbols In Webdynpro

Former Member
0 Kudos

Hi Experts,

When i created a text symbol in my assistance class and provided it to my attribute via the set attribute method it is not working. Is there a different way of using Text Symbols or Text Elements

compared to normal ABAP Programming.

Thanks In Advance,

Chaitanya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have to use get_attribute method also to get the attribute and put it in some variable.

Have a look on this [Thread|]

Answers (1)

Answers (1)

Former Member
0 Kudos

There is no different way of using the text symbols. Assume you assinged the value of text symbol to value parameter of set attribute method. Please post your code for us to provide the resolution to your problem.

Former Member
0 Kudos

Thanks For Your Reply,

CALL METHOD l_if_el_node_header->set_attribute

EXPORTING

value = TEXT-001

name = 'INPUT_STATE'.

where 001 is the text symbol 'Sym' which has been assigned to the text " DISPLAY MODE " in my

assistance class.

i am guessing we need not preceed 001 with TEXT in the above code , please reply with your inputs.

With Regards,

Chaitanya.