I am currently developing a small application which reads actual values from the CCMS Monitoring, but I got a small problem.
I actually use the BAPI BAPI_SYSTEM_MTE_GETPERFCURVAL
to read the values from the CCMS environment (e.g CPU_Utilisation).
But for some values this is not working. A collegue told me to use BAPI_SYSTEM_MTE_GETMLCURVAL
.
But this one is also not working for all CCMS Items (eg. it is not working for CPU_Utilisation).
Is there a BAPI which can read all CCMS values? It would be great if there was a BAPI which had the same input parameters as the ones above.
PS: (Yes, I know in the near future there will be a new monitoring environment (MAI))
[EDIT]
Hi,
I figured something out.
Each CCMS Object has a type. (performance, logging, alerting)
I know, that the BAPI BAPI_SYSTEM_MTE_GETTIDBYNAME
delivers me the parameter TID
for the given MTE-OBJECT-NAME
tuple. Inside the TID
is a field which is called MTCLASS
.
Can anybody tell me, where I can find the values for the field MTCLASS
so that I can decide whether to use BAPI_SYSTEM_MTE_GETPERFCURVAL
or BAPI_SYSTEM_MTE_GETMLCURVAL
?