cancel
Showing results for 
Search instead for 
Did you mean: 

Posting Vendor data from MDM to R3

Former Member
0 Kudos

Hi,

We are trying to post vendor data from MDM to ECC via XI using CREMDM -> CREMAS + ADRMAS and using the standard mapping SAP has provided. I have serialized CREMAS + ADRMAS such that ADRMAS posts before CREMAS. ADRMAS works fine but CREMAS fails with error "Fill all required fields SAPMF02K 0111 ADDR1_DATA-NAME1". Standard mapping is mapping the no-data value "/" in CREMAS NAME1 field too as recommended.Still it throws this error.

If anyone has worked on similar scenario...Please help.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try running transaction WE19 (IDoc test tool) and running that IDoc that failed there. Step through until it fails and see what happens, try entering different values to see what works.

Former Member
0 Kudos

Try running it through the inbound function module button in we19 and press F8 to go step by step.It will show exactly the step it fails where the data is not getting populated.

We are also still having some issues related to Vendor posting to ECC through IDOCS.But this debugging helps to identify a lot of issues...

Former Member
0 Kudos

Hi Swapna,

we had faced the same error.

You will need to enter a value in the name1 field if you want your idoc to post successfully.

even though in the vendor creation transaction name1 is not a mandatory field but for the idoc posting, the name1 field is required.

We solved the error by entering a value in the name 1 field.

Hope this helps.

Jyotika

Pls reward for helpful answers

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks all for the replies.

We could post the idocs successfully now.The problem was conversion exit for Vendor number due to which ADRMAS and CREMAS idocs were not able to link through the object id field.ADRMAS would attach leading zeroes to vendor num field and CREMAS would not.It has been solved now.

Regards,

Swapna

Former Member
0 Kudos

Hi Swapna, I am also facing the same issue and tried all the methods mentioned above. Can you please elaborate more on this solution and help me.

Thanks in advance,

Rajeev

michael_theis
Active Contributor
0 Kudos

Hi Swapna,

did you create a new record in MDM? Or do you intend to update existing records? The ADRMAS IDoc has to be linked to the CREMAS IDoc by the object key. If ADRMAS does not contain this key, ALE is unable to link the incoming CREMAS IDoc to the already posted ADRMAS. The result is usually the error message that you receive.

BR Michael