Since Version 2017, Visual Expert can generate a CRUD matrix - to analyze CRUD operations - for a given selection of tables.
As a result, you can see which table is accessed by which objects (procedures, functions, etc.) with the type of access for each object: Create, Read, Update, Delete.
Visual Expert 2019 adds the possibility to generate a CRUD matrix for a selection of objects (instead of starting from a selection of tables).
Simply select some objects, and click on “CRUD Matrix”.
An excel sheet will open documenting the CRUD operations - you can ignore the excel warning about the file format:
Learn more about Generating CRUD matrix from your code with this tutorial