on 2023 Feb 22 6:13 PM
Dear Experts,
I had posted the Inbound delivery in ECC system and IDN successfully reflected in the EWM system, but Partner roles are not determining automatically in Inbound delivery notification and Inbound delivery.
I had maintained the proper Partner roles and Partner Profiles in configuration.
Can anyone help me out, how will trigger partner roles automatically in IDN and ID.
Thanks in advance.
Request clarification before answering.
Oh well yes, WE, LF etc. is mapped in coding by SAP itself. First of all, check whats coming from ERP to EWM. Stop the Queue (smq2) and check whats in the Header Partner Table:
LF is the Supplier (shipped from party).
If that is fine, you can set the following breakpoint: Class SCWM/CL_MAPIN_ID_SAVEREPLICA Method CREATE_HEADER. You can set it right onto header_party:
In there, you gotta jump into the method header_party_line. That is where the magic happens.
So there is the acutal mapping:
Out of that Method you will get ET_PARTYLOC where the ship-from-party should be SFPRT afterwards.
If the partner Role is LF in the Header Tab, PARTYNO will automatically be written in the item aswell.
I guess LF is not send or you get some kind of custom partner role.
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
4 | |
4 | |
3 | |
2 | |
2 | |
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.