‎2015 Mar 20 1:21 PM
Hi,
we are doing some studies on our own applications, and trying to figure out whether our data is well protected.
In the GUI you have an "authorization group" in the Table Maintenance Dialog Generator. This allows you to limit access to data in SE16, SM30 with object S_TABU_DIS.
We are introducing Eclipse as development environment, and there we can apparently easily access tables that are protected with this "authorization group" e.g. in the "Data Preview" or using the "SQL console" (since SP8) . WE do not see any checks when executing an authorization trace with STAUTHTRACE.
Are we missing something in our set-up or is this concept not yet introduced in the ADT in Eclipse?
Thanks for helping.
Kris
‎2015 Mar 20 2:01 PM
Hi Kris,
we see the Data Preview and SQL console as pure developer tools where you need Developer role (S_DEVELOP) to get access to it. It is not like SE16 a general tool to visualize table data.
Therefore we decided not to do additional authorization checks so far.
Regards,
Thomas.
‎2025 Aug 25 1:40 PM
Hi again @ThFiedler, yes it's 2025 🤓 was wondering if there are any changes with regards to limiting execution from Eclipse SQL console, similar to SE16