cancel
Showing results for 
Search instead for 
Did you mean: 

ADRMAS issue

Former Member
0 Kudos

Hello all,

I am sending Vendor records from MDM to ECC with CREMDM, splitting that into ADRMAS and CREMAS with XI, then sending those IDocs to ECC. The problem is that we want to create the vendor number in ECC instead of creating it in MDM when enriching the data. Because this is the case, the ADRMAS IDoc does not have the OBJ_ID field filled with the vendor number, and therefore does not know which record to update. The CREMAS IDoc is okay, because it will create the record upon being processed by the inbound ALE. But how do we accomplish updating the address data without having the vendor number before sending to ECC?

Accepted Solutions (0)

Answers (1)

Answers (1)

prabhu_s2
Active Contributor
0 Kudos

u had pointed that u split CREMDM into ADRMAS and CREMAS which are send as idocs to ECC. If this is case what is the issue u are facing in mapping the vendor number to the obj_id?

Did u try with CREMDM02 which comes with address details also.

Former Member
0 Kudos

The vendor number doesn't exist when it comes into XI, we want to create it when the basic data is processed inbound in ECC. Tht's why there is nothing to map when it comes through XI.

prabhu_s2
Active Contributor
0 Kudos

check for the idoc type that comes along with the address details. did u check with the idoc i had given. otherwise u need to go with a bpm where the idoc is processed and u need to get the vendor number that is created and using a transformation step map to the obj_id and process the idoc again for creating the address details. the apt way is to locate a idoc that has address details also