cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent: How to retrieve Measurement Units/Dimensions using new Java API?

Former Member
0 Kudos

Hallo all,

I am currently stuck at trying to retrieve measurement information from a record using the new Java API. I have some UnitId and a DimensionId as well but I don't quite know how to turn these into something meaningful. I also have some MeasurementFieldProperties but unfortunately this did not get me anywhere so far

I know that there's a fantastic blog out there which describes how to do this ... but this is for the COM and the old Java API...

If there's someone out there that already did that, please help

Thanks and best regards,

Martin

PS: Points will thankfully be rewarded

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hallo all,

this problam has been solved, found the solutio myself. You can access the measurement units using the Dimensions object in Java API 2.

Best regards,

Martin

Former Member
0 Kudos

Hi Martin,

we have currently the same problem. Could you provide some code on how to solve that?

Thanks

Christian

MichalKrawczyk
Active Contributor
0 Kudos

Hi Martin,

did you have a look at those java examples?

https://websmp110.sap-ag.de/~sapidb/011000358700000535912007E

also have a look at this migration guide:

https://websmp110.sap-ag.de/~sapidb/011000358700000535882007E

is that what you where looking for ?

Regards,

michal

Former Member
0 Kudos

Hallo Michal,

thanks for your help. I already looked into these documents/codes but they only cover the very basic concepts of MDM, like connections, sessions, search, displaying plain fields and qualified stuff. But nothin about measurements

Does anyone have any ideas?

Thanks and best regards,

Martin