cancel
Showing results for 
Search instead for 
Did you mean: 

Reading PM Characteristic Values on SAP Hana

esti1
Participant
0 Kudos

Are there any updated SAP functions or Classes to read PM characteristic values?

Currently we are using  BAPI_CLASS_GET_CHARACTERISTICS  and  BAPI_OBJCL_GETCLASSES.  This is very inefficient on a Hana database as characteristics are read for each separate object in stead of all required objects at the same time.

Obviously we can write our own methods to read this data, but our preference is to use SAP standard where possible.

View Entire Topic
jogeswararao_kavala
Active Contributor
0 Kudos

You may make use of these 2 FMs in this context.

ALM_ME_CLASS_CHAR_GETDETAIL

BAPI_OBJCL_GETCLASSES


KJogeswaraRao

esti1
Participant
0 Kudos

Thanks for your reply, Jogeswara.  The above function module only reads characteristics for one object (Equipment/FLoc ect) at a time.  In fact FM ALM_ME_CLASS_CHAR_GETDETAIL calls the two function modules that I listed in my question.