cancel
Showing results for 
Search instead for 
Did you mean: 

Generate MDM_GID using ABAP API

Former Member
0 Kudos

Hi all!

Does anybody know how to generate unique MDM_ID while loading records to MDM from BI using ABAP API (it is done automatically when using OHD , but when doing manually - no idea).

I tried to call INVOKE_STRATEGIES but nothing happened.

Accepted Solutions (1)

Accepted Solutions (1)

former_member208981
Contributor
0 Kudos

Hi Andrey,

For getting the MDM GID, you need to activate the "OMDM-GID" Info Object.

After this create a open hub destination and activate it.

Hope it helps.

Thank you,

Priti

Former Member
0 Kudos

No. These are already done. And it works OK! Now I'm looking for solution to do those by ABAP API. I mean to create own code. I have already implemented reading and writing data but no idea how to generate GID

michael_theis
Active Contributor
0 Kudos

Hi Andrey,

check class CL_SYSTEM_UUID for creating GUIDs.

Cheers

Michael