cancel
Showing results for 
Search instead for 
Did you mean: 

Partner Roles are not showing in the Inbound delivery notification and Inbound delivery in SAP EWM

ramu_125
Discoverer
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

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.

ramu_125
Discoverer
0 Kudos

Thank you, Paul!!!

Issue is solved.

0 Kudos

Hi,

did you do the mapping for the partner roles?

ramu_125
Discoverer
0 Kudos

Hello Paul,

Thanks for reply!

As you mentioned, while mapping the SFPRT (Ship from party) Partner role from ERP to EWM, getting the error as Partner role SFPRT cannot be used, Standard mapping is used.