cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP EWM : Custom /SCWM/MAT1 fields replication to ECC via custom Idocs

sanketchimalwar
Participant
0 Kudos
1,030

I am new to EWM module, so don't have much functional knowledge about it. I have an requirement to replicate custom fields from /SCWM/MAT1 transaction from EWM to ECC in MM01/MM02/MM03 transaction via idocs. I have seen blogs / question from ECC => EWM but couldn't find anything the other way around. Do experts here in the forum have any idea on how this can be achieved using custom Idocs ( ex- ZMATMAS )? I am looking for some pointers / links on how this can achieved using ABAP Idoc programming.

Accepted Solutions (0)

Answers (1)

Answers (1)

j_blohm
Active Participant
0 Kudos

Hi sanket.chimalwar,

You are on the right track - you would need to create a custom idoc type and partner/port in tx WE20, WE21, WE30, WE31. Then add the trigger of the idoc to the save BAdI for warehouse product master in EWM. You can use function module ALE_IDOCS_CREATE to create the idoc.

It's quite straightfoward actually, but also some effort. I would usually advise against this and instead always prefer ECC as the main master data system, so that master data is transferred only one-directional.

Best regards,

Jonas

sanketchimalwar
Participant
0 Kudos

Hi j_blohm ,

Thanks. Can you please let me know the technical BADI where i can add the trigger ? Are there any blogs on this already available ?

Warm regards

Sanket