cancel
Showing results for 
Search instead for 
Did you mean: 

WD4A Authorisation for a screen to maintain data from ALV

Former Member
0 Kudos

Hi All

I have implemented a ABAP web dynpro application that displays and presents a ztable for maintenance from a ALV control on the web dynpro.

We want to provide acceess to this application to some users mainly to display data from the z table on the ALV and some users will maintain data in the ALV table.

I am aware of the authorisation object S_TABU_DIS but not sure what authorisaiton objects and role do I need to setup to give users display only access and table maintenance access.

Your help is deeply appreciated.

Thanks

Karen

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If this is a custom application using ALV, there are not built in authorization checks to block maintenance. This is something that you would have to build into the logic of the component itself with your own custom AUTH-CHECK calls.

Answers (0)