cancel
Showing results for 
Search instead for 
Did you mean: 

obtain all the fields from MDM

Former Member
0 Kudos

Hi MDM Forum,

I´m using Abap API to get some material data from MDM to SRM.

I want to get the material number, the material guid code and the material description, but i only get the material number.

I´m using the method:

lr_api->mo_core_service->retrieve_simple

My structure in se11 contains the 3 fields, all of them with the same dta element with 255 length type c.

Do you know why is this happening?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nuno Santos

1) check fields name in your structure. It's was same as Field.Code

2) check fields data type in your structure. It's was same as data type mdm repository fields

3) "it is not possible to display the MDM NULL values for fields that are initial"

Best regards

Answers (0)