on ‎2020 Jan 16 1:02 PM
Hi experts
playing around connecting 2 ERP to 1 EWM.
For that I need (for products) BADI SMOD_APOCF005. Here I used example coding, make it a bit easier, just concatenate ext_matnr, @ and SYSID of ERP.
Working fine, material map (/SAPAPO/MATMAP), my external matnr is original out of ERP, MATNR is my MATNR@SYSID.
Now I wanted to check the material in product master (/SAPAPO/MAT1), only possible with ERP material number. Okay, next test, change material longtext in one ERP, now the EWM product master is updated as well. And as the product master is on high level (not on warehouse number etc.), this change will be leading for this material in general, not related to one of the ERPs...
For me it looks like the example coding is not final, shouldn't the material number itself be changed to MATNR@SYSID? Then I can use this one in /SAPAPO/MAT1...
Maybe I am a bit stupid, but for me it does not look correct
Thanks for any feedback
Michael
Request clarification before answering.
Hi michael.fallenbchel,
"For me it looks like the example coding is not final, shouldn't the material number itself be changed to MATNR@SYSID?" -> Yes its just sample

Source: https://wiki.scn.sap.com/wiki/download/attachments/473958110/003_ERP_EWM_Integration.pdf?api=v2
Thank you and Kind Regards,
Ajit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ajit,
first, thanks for your answer. Sure, it is only an example, but in your attached part of the documentation ("SAP provides a sample implementation for the BAdI. The sample implementation adds a suffix to the ERP material number when creating the EWM product master record."), it looks a bit different...seems like with the example coding, the material number is changed to read MAT@SYSID, but it isn't 🙂
Then I know the reason, I need to change a bit more, not only MATMAP.
Thanks
Michael
Additional info:
The 2 ERP systems have 2 different business system groups (transaction /SAPAPO/C2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 8 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.