cancel
Showing results for 
Search instead for 
Did you mean: 

API to update the MDMproducts table

Former Member
0 Kudos

Hi All,

I have a products table and I have to update records in that. The field/column I am planning to update is a qualified, multi valued look up table. For a particular record I already have 10 items in that field. Iam planning to have one more entry in that field.

How do I do that?

Do I have to read that record first, read the entries in that look up field append the 11th record and put it back?

Iam using ABAP API's. Even in JAVA API the logic would be same I guess. Iam using UPDATE method but I am not able to update.

any suggestions would be appreciated.

Thank you,

Gajendra.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

and does any other method work?

did you check this doc how to use api with an example?

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0970df4-64a1-2910-5bbe-fa89ad6d...

you can also check:

HowTo_08: Create, Retrieve, Update, Delete Record Data

from:

https://websmp106.sap-ag.de/~sapidb/011000358700000271912007E

Regards,

michal

former_member201266
Contributor
0 Kudos

Hi Michal,

I have checked those two links, I feel there are really good for ABAP API's; can you help me out to find similar links to Java API and MDM4j API's.

Thanks in Advance

CHARAN

Former Member
0 Kudos

Hi Michal,

Thanks for your reply. I had already gone through them. They have given for simple update. I want to update a field which is Qualified Multi Value in products table.

I was not able to do that.

ahk You,

Gajendra.