cancel
Showing results for 
Search instead for 
Did you mean: 

UI element property

Former Member
0 Kudos

Hi expert,

In layout I binded an element's 'visible' property to the corresponding attribute (under the node of the element) in context. But when I test it in web, the element is always invisible. I've set the UI elements properties in methods. What should I do any more?

Thanks in advance!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For Visible , We should set the attribute's Property as abap_true in WDDOINIT( ) Method.

For Example:

wd_context->set_attribute( Exporting name = 'Visibility' value = abap_true ).

Thanks and Regards,

Vijay

Answers (0)