cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance Standard View of ALV with user defined view list in Web Dynpro ABAP

Former Member
0 Kudos

Hi,

I need to enhance the [Standard View] on the top left corner of ALV with 2 additional views.

On choosing these views, i need to populate the columns of ALV as the columns would change. I also need to rename [Standard View] text in the drop down.

Can you let me know how i could do this?

Regards,

Rekha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Rekha ,

I dont know ( or it might not be possible ) to change the Standard View but you can create the new Views .

You have to do the following to create a new view :

-Goto the "Settings" ( top right corner )

- Select the column you want to see in the new view

- Press the Button ' Save As' and save the view . This view will be visible in dropdown list .

Note : The view created by above methods will be visible to your user only . If you want to create the view which will

be visible to all the user then you have add the parameter "sap_config_mode = 'X' " in the URL and then create the view.

for this you will need the authorization S_WDR_P13N or S_DEVELOP.

for more information go through the following link

[http://help.sap.com/saphelp_nw70/helpdata/en/89/9f07ab52734bdbb38ccadf3a014b8c/frameset.htm]

Regards

Vivek