cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Kernel information in LMDB

tamasholics
Explorer
0 Kudos
580

Hi,

I'd like to read the LMDB in a Solution Manager instance from ABAP code to get the kernel information of the managed systems. I have found similar tables (LAPI_TECH_SYSTEM, LAPI_TECH_INST, LAPI_INST_SC etc.) but none seem to contain the kernel information (release, SP level etc.).

Can someone help me with this?

Thank you in advance and best regards,

Tamás

View Entire Topic
TomCenens
Active Contributor
0 Kudos

Hi Tamas

Call function module TH_SAPREL2 with RFC destination to system you want to read out to receive kernel information back. Alternatively, you can look into the code of the function module to figure out where the data is fetched from or you can trace it using SQL trace (ST05) and get the tables behind it.

Best regards

Tom