Solution : https://service.sap.com/sap/support/notes/1557277 (SAP Service marketplace login required)
Summary :
In SAP environments, issues have arisen during the read operations on table contents through transaction SQVI, where authorization for object S_TABU_NAM is not verified, even though compliance with Note 1481950 is met. The underlying cause is the query's reliance on S_TABU_DIS for authorization checks, rather than leveraging the recommended VIEW_AUTHORITY_CHECK module. A solution involves updating via Note Assistant or importing the correct Support Package, thereby integrating VIEW_AUTHORITY_CHECK for handling checks. After this adjustment, S_TABU_NAM checks as outlined in Note 1481950 will become effective in queries from Release 7.00 onwards. However, verifications against S_TABU_LIN remain unsupported.
Key words :
import therelevant support package, central function module view_authority_check, check module view_authority_check, authorization object s_tabu_nam, authorization check, read access, table contents, transaction sqvi, solution implement, additional information
Related Notes :
| 1481950 | New authorization check for generic table access |
| 1434284 | FAQ| Authorization concept for generic table access |