cancel
Showing results for 
Search instead for 
Did you mean: 

Link between MARA and USMD* tables

former_member188217
Active Participant
0 Kudos

Hello Experts,

I have a requirement to link the material number (MARA-MATNR) with the Change request number USMD_CREQUEST.

Can you please advice.

Thanks,

Anju

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Anju,

make yourself familiar with the different API options in MDG - do not use direct table reads and never direct updates on the usmd tables.

You find extensive guides with coding examples in the SAP MDG WIKI :

https://wiki.scn.sap.com/wiki/display/SAPMDM/Documentation%3A+Configuration+and+Enhancement+of+SAP+M...

The most relevant guide probably is: http://go.sap.com/documents/2015/07/666e4158-5b7c-0010-82c7-eda71af511fa.html

Finally I want to encourage you to get certified as MDG consultant: https://blogs.sap.com/2018/02/22/mdg-consulting-certification-available/

BR Ingo

varun_jain3
Active Participant
0 Kudos

Hi Anuj,

You can link directly via Tables. You need to use API to read material no from change request no.

BR,

Varun