cancel
Showing results for 
Search instead for 
Did you mean: 

SLD design scheme: how to find MOF?

Former Member
0 Kudos

Hello, everybody,

I want to find mof files (or URL of them in my application system), which contain definition of SAP_* classes in SLD. I think they should be standard DMTF ones. For example, SAP_BusinessSystem could be defined as:

class SAP_BusinessSystem {

[KEY]

string Name;

...

}

and so on. Are SLD classes described somewhere other than java classes?

Another question -- does anybody tried to connect to SLD using standard WBEM tools? I tried wbemservices but failed.

--

Iliya Kuznetsov

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have found it! in /usr/sap/SID/SYS/global/sld/model/mdoc/1.4 file named sap_model_14.mof

--

Iliya Kuznetsov