2009 May 08 12:48 PM
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
2009 May 08 1:26 PM
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
2009 May 08 1:26 PM
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
2009 May 08 1:28 PM
Create ZSM30 to do the Authorization check or try the Enhancements/ User Exits.
Regards
Shital
2009 May 08 4:45 PM
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
2009 May 21 5:43 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |