cancel
Showing results for 
Search instead for 
Did you mean: 

ALV GRID WEB DYNPRO ABAP

Former Member
0 Kudos

I created an alv grid in my web dynpro...

Everything worked fine ! Then I needed to add a column to the alv grid...

SO

1 - Chnaged the structure un SE11

2 - Update component controller context so that the field is displayed

3 - Update all bindings

4 - Update biding between DATA and ALV Table

But the column is not displayed by default in the alv grid ! But if I go to settings, the colomn is available...

What should i do to display this column by default ???

Regards,

SteKam

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Have you created a custom layout and saved it as default? That is what it sounds like. Create layouts will have the new fields in them; but they will not be displayed by default. Edit the default layout to add the new column.

Former Member
0 Kudos

Are you displaying all columns of the structure which you bound to ALV or hiding some columns. In case if you are hiding, check your code may be you are only enabling those columns which you require in the loop and in case statments 'OTHERS' you are hiding rest.

Former Member
0 Kudos

OK, I get this point, but where do I manage WEB DYNPRO ALV Grid Layout ?

Former Member
0 Kudos

Yatah !

I manage to show the columns by default !

We discovered it was stored in the user settings...

Then the question is ... "How do I disable user settings on ALV Grid"

Thanks in advance!

Stekam

former_member40425
Contributor
0 Kudos

Hi,

Under the parameter tab of application declare a parameter WDDISABLEUSERPERSONALIZATION of type WDY_BOOLEAN and set value as X. it will disable user settings.

I hope it helps.

Regards,

Rohit