SAP Kernel release in SAP

SAP

Where in a SAP stored Kernel release and her SP level? Table or file

1
Answers

Replies

The Table CVERS consists of the kernel level( also called as release) while the patch level (extra release) for the available components.



You will need to analyse the code source for the status/ other info.


CALL 'SAPCORE' ID 'ID' FIELD 'VERSION'


                 ID 'TABLE' FIELD kernel_version-*sys*.


in module "MODULE get_kinfo OUTPUT." in file LSHSYO01



where kernel_version is defined as


DATA: BEGIN OF kernel_version OCCURS 0,


      key(21) TYPE c,


      data(69) TYPE c,


   END OF kernel_version.



after the call, table kernel_version-sys contains the following data



SAP version        700


operating system  AIX


...


kernel release      700


database library  OCI_102 (10.2.0.2.0)


kernel compiled    AIX 2 5 005DD9CD4C00 May  2 2010 21:44:17


kernel patch level  254


supported SAP vers. 700


...


hot package level 18

 
 

If you want to unleash your potential in this competitive field, please visit the SAP course page for more information, where you can find the SAP tutorials and SAP frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.