Skip to Content
0
Former Member
Nov 15, 2012 at 10:45 AM

ABAP WebDynpro - UIElement Table - Set Row Position

248 Views

Hello,

I have a big Table, that is already realized as UIElement Table. Now customer wants the table columns to be in a fixed position.

So nobody can change the order of the rows.

Because we noticed, that one user changing the order of the rows is changing it for EVERY user.

Can I do the lr_column->set_position( '1' ). command on a already existing UIElement Table in any way too?

I havn't seen the property to do this.

Otherwise I have to remove the UIElement and create a ALV object.

Thank's a lot,

Florian