Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro: OVS hide column

Former Member
0 Kudos

Hi gurus!

Here is my code to hide column in OVS

ovs_callback_object->set_configuration(
                window_title = 'title'
                table_header = 'title'
                *col_count    = 1*
                row_count    = 10 ).

unfortunatly it doesn't work (

The second column stay visible.

Is there another way to do it?

Thanks for any ideas!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I did it via creating a type in the method and only defining the columns that I wanted to show...

2 REPLIES 2

Former Member
0 Kudos

I did it via creating a type in the method and only defining the columns that I wanted to show...

0 Kudos

I did it via creating a type in the method and only defining the columns that I wanted to show...

Reviving dead post

I got the same problem as the OP. What do you mean by "created a type in the method"? Which method? the OVS one? did you change some property in runtime? Please elaborate

Cheers, Lukas