cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Visibility of a Table element - WebDynpro ABAP

Former Member
0 Kudos
2,501

hi all,

I m trying to do the next ...

I have a select options with a button that trigger a method. In this method I want to set on the visibility of a table with the result of a SO .

I see that I can put 'visible' throgh properties of the table . but I dont know how i can do visible again the table.

any ideas?

regards

View Entire Topic
anoop_gupta2
Participant
0 Kudos

HI,

You need to create an antribute in the context , with type WDY_VISIBILE.

now bind the attribute with the table visible property , and the control its visibilty through code.

on click of the button event , call method set attribute ( name = 'abc' value = '1') for visible , and value -= 0 for hiding table.

Best Regards,

Anoop Gupta