cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to check SAP SP level in Suse Linux 15

ersin_gurses57
Explorer
3,530

Hi,

I would like to know if there is a way to check the SP level from OS - Suse Linux 15

For instance, I am trying to find the SAP support pack level in SAP SLT system

If someone could let me know, I would appreciate it

Thank you

View Entire Topic
sumitjais
Active Contributor
0 Kudos

Hi ersin_gurses57,

The release and SP level of the SAP components are stored in the table CVERS.

You can query the table from your OS too.

ersin_gurses57
Explorer
0 Kudos

Hi Sumit,

Thank you for the information, I do appreciate it. I did try to search for the table in Hana studio for CVERS but could not find it. We are on HANA Platform 2.0

Would you be able to tell me the query to run and find the info.

Thank you

sumitjais
Active Contributor
0 Kudos

This table is under your SAP schema (SAPHANADB in my case)

From OS :

Login to OS user for HANA DB (i.e. sidadm) and connect the tenant DB through hdbsql

with schema user. (If logged in with SYSTEM user, you need to specify the schema as "<SCHEMA" .CVERS)

Hope it helps.

ersin_gurses57
Explorer

Thank you, Sumit. I do appriciate your help.