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,540

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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (2)

Answers (2)

kaus19d
Active Contributor

Hi ersin_gurses57,

The details of which SLT package will go for which SAP Netweaver version is included in the below SAP Notes for your reference,

https://launchpad.support.sap.com/#/notes/1605140

https://launchpad.support.sap.com/#/notes/2710141

Now coming to the point about finding the SAP version, means for ABAP system you can login to SAP or take help from your organisation SAP BASIS/Security person to get logged in to SAP layer & then from File-Menu-->System-->Status...Its the easiest way of finding out your SAP version. Its like also finding out if there is an existing SLT installation available, like mentioned below DMIS add-on version checking out procedure,

https://launchpad.support.sap.com/#/notes/2665195

For finding out OS-version, its obvious to run OS layer command--> cat /etc/os-release... Although the SAP installation of your Netweaver & SAP existing components are already checked I think, if your SAP system is already up & running... So, just to clarify the SLT part, its having dependency on the SAP Netweaver version not on OS SP version

Hope I was able to provide the needed details to clarify, in case, you have more doubts, you can obviously ask for it. And we can definitely help you out

Thanks,

Kaushik

ersin_gurses57
Explorer
0 Kudos

Hi Kaushik,

Thank you very much for the detailed information. I do appreciate your detailed steps.

Sincerely,

brunopbaffonso
Active Participant
0 Kudos

Hello ersin.gurses!

Open the SAP HANA Studio and Log in your HANA instance.

Right-click on HANA Instance > Configuration and Monitoring > Open Administration.

There, you will find all information you need.

Regards;
Bruno Affonso.

ersin_gurses57
Explorer
0 Kudos

Thank you very much Bruno. I appriciate your help and time.

brunopbaffonso
Active Participant
0 Kudos

Hello ersin_gurses57!

If you think my tip is helpful, click to upvote so others with the same issue can find this post.

The up arrow:

Regards;
Bruno Affonso.