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

Stop Distribution of certain Delivery data to EWM

anuj_bhagawati
Participant
0 Kudos
3,564

Dear All,

We have a requirement where we do not want to distribute certain inbound delivery data, for example - External ID(LIFEX) etc. to decentral EWM for a few delivery types.

Where in ECC we can add our custom logic which will prevent distribution of certain Inbound Delivery data to EWM.

As per the distribution model from ERP to EWM, for Inbound Deliveries BUS2015 and method SAVEREPLICA is used for distribution, however i do not see any possibility via BAPI_INB_DELIVERY_SAVEREPLICA.

I'm not an ABAP'r but I need your inputs to realize this requirement.

Thanks,

AB

Accepted Solutions (1)

Accepted Solutions (1)

j_blohm
Active Participant

Hi anuj.bhagawati,

ERP side:

You can use BAdI SMOD_V50B0001 (methods EXIT_SAPLV50K_005 (initial replication) and EXIT_SAPLV50K_011(change replication, e.g. via VL60)) on ERP side, but you won't be able to discard the delivery header (LIKP), as it is not the standard way of doing things. I would also strongly discourage doing this.

EWM side:

On EWM side you have BAdI /SCWM/EX_ERP_MAPIN_ID_SAVEREPL in enhancement spot /SCWM/ES_ERP_MAPIN. In this BAdI, you can discard whatever data it is that you don't want to use. This would be my preferred way, as you can directly influence the way the EWM inbound delivery will be created.

Best regards,

Jonas

Answers (0)