Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SM30 Table maintenance

Former Member
0 Likes
948

Hi,

Is there a way I can add custom authorization check on data being displayed by SM30. My requirement is that user should be able to see all data in display mode. But should be able to change only selected data in maintain mode based on Z authority object.

Thanks,

Amol

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
869

You can put a code for it. Go to SE11 - UTilities - Table Maintenance Generator - Enviroment - Modification - Maintenance Screens.

There You can use PBO or PAI for validation.

Regards,

Marcelo

4 REPLIES 4
Read only

Former Member
0 Likes
870

You can put a code for it. Go to SE11 - UTilities - Table Maintenance Generator - Enviroment - Modification - Maintenance Screens.

There You can use PBO or PAI for validation.

Regards,

Marcelo

Read only

Former Member
0 Likes
869

Create ZSM30 to do the Authorization check or try the Enhancements/ User Exits.

Regards

Shital

Read only

Former Member
0 Likes
869

Hi,

The possibel way is to put the code is as suggested by Marcelo Almeida.

The only drawback to this method is that in future if you add a new field to your table and regenerate the table maintainance generator then the code will be lost. So you will have to keep a track of that.

One more alternative is to develop a module pool program and make use of CL_GUI_ALV_GRID object to achieve the same. But this would involve a lot of time and coding.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
869

Hi. Please see this thread:

Regards,

Dave.