cancel
Showing results for 
Search instead for 
Did you mean: 

modify "standard view" settings for an ALV in a WD4A view

Former Member
0 Kudos

Hi fellow developers

I have placed an ALV on WD4A view.

In the WDMODIFYVIEW I try to manipulate the ALV settings but somehow the settings of the "standard view" overrule my commands.

The settings of the "standard view" are not modifiable from within the function.

Is there a possbility to change the settings of this "standard view" that is being used for this ALV?

Kind regards

Wouter Heuvelmans

Pyramid Applied Solution

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rohit, can you please specify how to run the application in "administration mode"?

Thanks,

Brandon

Former Member
0 Kudos

Found it - Administration mode is achieved by adding &sap-config-mode=X to the url when testing your application from SE80.

-Brandon

Former Member
0 Kudos

Hi.

And when you reset the view before you modify the alv. i have had this problem with an table and own celleditor.

view->reset_view( ).

bg

marcus

Former Member
0 Kudos

Execute your application in administration mode, afterwards you can change the settings using settings link of the ALV and save the same as part of "Standard View". If you want settings only for a user then ask user create a view of there own and set the same as default view.

Even if you maniuplate ALV Layout settings ( other then Initial settings set during ALV call ) the same will be overruled by the default view set in the ALV i.e. Initial settings.

Regards

Rohit Chowdhary