2009 Jan 22 8:26 AM
How do I set so that my maintenance view can be maintained only in one client and disable the entry at another client?
How do I set so that my maintenance view can be maintained only in one client and disable the entry at another client?
2009 Jan 22 8:29 AM
Hi,
You can do this with authorisations. Create your maintenance screen with a unique authorisation group and only give update access to users in one client.
Alternatively, if this is a customising table define the standard recording routine and use the client settings to restrict access in non-config clients.
Regards,
Nick
2009 Jan 22 8:35 AM
Hi ,
As mentiond in the previous post you ca use authorization or you can use the event 25 'Individual Authorization Check' , in the subroutine you create for it , you can check the client and exit if required:
This event will be called when the user starts the table maintenece.
Reagrds
Arun
2009 Jan 22 8:46 AM
2009 Jan 22 9:17 AM
2009 Jan 22 9:31 AM
Is this question for me ?
As far as events in the table maintenence is concerned , please check th ehelp of that .
What is generally done , is we decide which event to use of the many provided by sap and once we select it , we need to create a subroutine containing the code which we want to be executed .
Comming specific to the event i mentioned , it iw triggred when the user enters the maintenence screen , thre you can check the client and if the client is not allowed to make modificaton , you can give an error message and exit from the maintenence.
Regards
Arun
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |