cancel
Showing results for 
Search instead for 
Did you mean: 

Updating a record using ABAP API

Former Member
0 Kudos

Hi All,

How we can find Unique ID / IT_keys of a record while updating a record. That Unique ID is not visible in DM.

Thanks,

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Amar,

Now i am able to get the Internal keys, while updating the record i am getting error like "Server return code 0x80020004: BSEI_MSG_ErrRead".

Here i am updating a field in the record(main table), the field is lookup in to subtable. The update value is in lookup table.

how can we achieve this.

how can we retrieve data(only updated records - by date/time stamp) from MDM using ABAP API's.

Thanks,

Srinivas

Former Member
0 Kudos

Hi,

you can use the API 'Query' method from interface IF_MDM_CORE_SERVICES to get the MDM internal key and then pass down those keys to the 'Update' API.

pass only the table name to 'Query' Methodd it returns table with internal keys .

Regards,

Amar Kamat