‎2009 Apr 25 11:30 AM
How can we ensure that no entries in the table can be deleted using the table maintenance view? but display change anf create function should be there.
Thanks in advance
prem
‎2009 Apr 25 1:21 PM
wrong answer Chintan,
cinbasis guy will help you on this..
Do one thing first make one authorization object and assign the same to Table Maintainnance view when creating it..
now basis guy will assign the create and changes rights to it so only that functionality will work..
you need to exclude 'DELETE' button form TMG screen. refer below link for excluding DELETE status from TMG.
https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=7354231
Regards,
Peranandam
‎2009 Apr 25 11:55 AM
Hi...
basis guy will help you on this..
Do one thing first make one authorization object and assign the same to Table Maintainnance view when creating it..
now basis guy will assign the create and changes rights to it so only that functionality will work..
Hope this will help u.
Regards,
Chintan.
‎2009 Apr 25 1:21 PM
wrong answer Chintan,
cinbasis guy will help you on this..
Do one thing first make one authorization object and assign the same to Table Maintainnance view when creating it..
now basis guy will assign the create and changes rights to it so only that functionality will work..
you need to exclude 'DELETE' button form TMG screen. refer below link for excluding DELETE status from TMG.
https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=7354231
Regards,
Peranandam
‎2009 Apr 25 4:10 PM
Hi Prem, Go to Maintainance View screen in change mode and DISABLE/DELETE the Delete button.
Regards
Shital
‎2009 Apr 25 6:16 PM
Good theory.
Hi Prem, Go to Maintainance View screen in change mode and DISABLE/DELETE the Delete button.
If you debug Maintenance screen, you will come to know how SAP is bringing pf status to Maintenance screen. If you want to know more details refer link provided in above.
Regards,
Peranandam
‎2009 Apr 27 5:15 AM
Hi,
With the help of authorization object we can resrict the users from deleting and creating the entries in the table maintaince view.
‎2009 Apr 27 7:12 AM
Hi ,
You can create a transaction variant for the same . SHD0 transaction and disable the Delete button.
Regards,
Deepthi
‎2009 Apr 27 5:47 PM
Creating transaction variant only applicable for transaction assigned with module pool program. I dont know why most of the people are suggesting transaction variant for hiding status in TMG screen.
If you are seeing program type of TMG is 'FUNCTION POOL'. Hence it is not possible to creating transaction variant for this kind of program.
Regards,
Peranandam