cancel
Showing results for 
Search instead for 
Did you mean: 

SHPCON - update delivery date changes

allen_anderson2
Discoverer
0 Kudos

We have a dist WH, we send idco message SHP_OBDLV_SAVE_REPLICA from creating delivery (LV06O to distribute) and SHPMNT is sent (from VT01N).

When WH make change to Delivery date, they send back Z_WSHPCON. This is reduced msg of SHPMNT05.

In WE20, we are using process code DELV to process msg Z_WSHPCON.

Receive idoc fine, is processed, delivery date is changed (LIKP-LFDAT and can see change in VL02N) however - no records written to CDHDR or CDPOS so no log record of change.

Any suggestion why change records not written to CDHDR and CDPOS?

FM IDOC_INPUT_DELVRY is called by not finding where CDHDR or DCPOS are updated? Any suggestions?

Accepted Solutions (0)

Answers (1)

Answers (1)

allen_anderson2
Discoverer
0 Kudos

reason is version - 47c,

use InboundDelivery.DeliveryChange

OutboundDelivery.DeliveryChange

and select change mgt for inbound and outbound when creating dist wh.

after delivery is distributed, not able to change, idoc will update, but not write to change log.