‎2007 Oct 16 8:37 AM
Helo All. I have a query regarding table maintainance.
I have created a transaction for a table, and allowed only SHOW and VIEWNAME in default values.
Still it is allowing to update the table.
Can you tell me why?
Thanks in advance !!!
‎2007 Oct 16 9:01 AM
Your transaction is just calling SM30, even though you specify these defaults all of functionality of SM30 is available.
To limit access to the table to display only you would need to either apply the authorisation concept (set an authorisation group in the table maintenance settings and restrict user access) or write a simple list report that displays the table contents and link that to a transaction.
Regards,
Nick
‎2007 Oct 16 9:01 AM
Your transaction is just calling SM30, even though you specify these defaults all of functionality of SM30 is available.
To limit access to the table to display only you would need to either apply the authorisation concept (set an authorisation group in the table maintenance settings and restrict user access) or write a simple list report that displays the table contents and link that to a transaction.
Regards,
Nick
‎2007 Oct 16 9:13 AM