
In SAP system, you can always display or view the table from the logged schema within SE16, SE16N or SE11. What if you have additional schema created in the existing database and how do you view the tables under it? Yes, you can still view it from the HANA database but, how to view them from SAP GUI.
The below tutorial was tested on SAP ERP 6.0 EHP8 with HANA 2.0 database. Taking an example below, we do have additional schema created with the name ITSITI. You can find the additional schema steps from this article, How to Find All Available Schema in HANA Database.

Step 1: Open transaction code DB02 and double click on Tables/View.

Step 2: Enter the Schema name and you can leave the Table/View as blank. Press F8 and you will see all the available table/view under ITSITI schema.

Step 3: Double click on the table name, if you want to see further details on properties, information on column, indexes and partition.

Step 4: On the same screen as above step 3, click on Send to SQL Editor button. This will give you to the screen of SQL Editor.

So, from here, you can execute the command and see the table entries as well.



