Question:
Hello,
Does anyone know a quick & dirty way to allow users to update a Custom Table (online) without using SM31? We don't want users to have access to other tables.
Many Thanks
Answer:
If you assign an authorization group to the custom table and generate table maintenance objects (all in SE54), then you can give the users authorization to use SM31 to maintain only tables in that authorization group. There's no need for a SM31 work-around.
_________________
Keith
To SEARCH the forum, go here: /forums/search.php
Answer:
Additionally, you can assign a tcode to the generated module from the maintenance dialogue. This adds convenience in that the user does not need to remember the table name - you still want to auth group as RR states for security.
DK
Answer:
Many Thanks Keith & DK.