Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Missing LMDB Data in Unified Landscape API

Former Member
0 Kudos

Hi,

I'm currently using the Unified Landscape API (which is build around the class cl_diagls_factory) to extract LMDB data for further use. I found most of the data i'm looking for, but not all of it.


In particular, I'm looking for the following Data:

- Kernel infos(release, patch, unicode etc.)

- technical ABAP Client Data(copylock, currency, lock, changes allowed etc.)

- The available Support Packages for a given Software Component Version

It seems, like the API does not cover all parts of the LMDB. Has anyone of you used this API before? Can you point me to the right classes for the missing data? What are your impressions regarding completeness and maintenance of the API?

Kind regards,

Janek

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Unfortunately, it turned out that the Landscape API is deprecated. It was advised to use the WBEM API instead.

3 REPLIES 3

former_member235395
Contributor
0 Kudos

Dear Janek,

Please, try those links:

Regards,

0 Kudos

Hello David,

thanks for the links. Unfortunately I can not extract the data manually as I need it for a background job that fills transfer tables.I'm currently using the API around the ABAP-OO class CL_DIAGLS_FACTORY with, unfortunately, incomplete results.

Kind regards,

Janek

Former Member
0 Kudos

Unfortunately, it turned out that the Landscape API is deprecated. It was advised to use the WBEM API instead.