Skip to Content
0
Dec 19, 2011 at 07:12 AM

Retrieve main table with lookup flat table using MDM ABAP API

45 Views

Hi all,

This is my first abap calling MDM OO API to retrieve data item. After retrieved main product items using retrieve method (mo_core_service->retrieve), supplier column contains data like 2,4,8 (integer) instead of supplier name displayed in MDM Data Manager. Supplier column is reference to a Supplier lookup table and integers 2, 4, 8 seem to be index of lookup table.

I intend to retrieve Suppier table into internal table which contains supplier name. Retrieve main product items and then map supplier name with internal table according to index number. Is this approach correct or MDM API provides more convenience method?

Regards,

Donald