Jest dostawa wychodząca, komunikat SPED, uruchamia BAPI_IBDLV_CREATE_FROM_OBDLV i tworzy się dostawa przychodząca.
Czy w tym wypadku są również uruchamiane copy routine?
Wg tej noty, tak:
1889811 - Incorrect delivery date in inbound delivery related to a two-step stock transfer order
Kod: Zaznacz cały
Cause
By creation an inbound delivery via SPED output, the system copies the data from the outbound delivery to the inbound delivery.
LIKP-LFDAT of the outbound delivery is copied to the communication structure XKOMDLGN-LFDAT. This is done in standard coding. This can not be changed.
Later, XKOMDLGN-LFDAT is copied to the LIKP-LFDAT of inbound delivery. This is done in the header copy routine of the inbound delivery.
Resolution
This is standard system behavior.
This behavior can be modified by customer's own copy routine. If it is necessary to set delivery date in inbound delivery according to the transit time of route, the logic can be developed in copy routine. The route is also available in XKOMDLGN-ROUTE.
Gdzie szukać tych copy routine w tym wypadku?
Dzięki