cancel
Showing results for 
Search instead for 
Did you mean: 

Cross Docking - Monitor is not showing inbound documents

Former Member
0 Kudos

Hi,

We are with MTO Scenario. Implementing Warehouse Management. Working with Cross docking. We are not getting Inbound TR for Goods Receipt against production order.

Below are our queries

a) May we get the Inbound TR (GR against  MTO Production order) in Cross Dock Monitor. GR is always with Sales Order Stock. Would like to inform you that Inbound TR (GR against MTS Prodcution order) are appearing in the Cross Docking Monitor.

b) There is an availability check in the outbound delivery (OBD). OBD may only be created if stock is available. Our query if we are using Cross Docking in our warehouse & stock is not available in the system, where as production is planned, how does Cross Docking Monitor Helps, because Delivery is not created. How to cater this scenario.

Regards,

MG

Accepted Solutions (1)

Accepted Solutions (1)

former_member220444
Participant
0 Kudos

Hi IBPABAP,

MTO scenario is not supported by SAP. Customer Stock is out of cross docking. This is for your kind information.

TR for MTO are not managed by Cross Docking because of this SELECT
statement in LEINT_LDOCV_TR_GET function module :
* Select from item
SELECT * FROM ltbp INTO CORRESPONDING FIELDS OF TABLE et_tr_item
FOR ALL ENTRIES IN et_tr_header
WHERE
lgnum EQ iv_warehouse AND
tbnum EQ et_tr_header-tbnum AND
elikz NE lhmgc_x AND
matnr IN ir_matnr AND
lgort IN ir_stloc AND
werks IN ir_plant AND
charg IN ir_batch AND
bestq EQ space AND <<<< HERE
sonum EQ space. <<<< HERE

You cannot use CrossDocking monitor with
MTO scenario. The SELECT statement shown above
was last modified 10 years ago to avoid special stock process.

There is may be a possibility to modify this SELECT but it won't be
part of standard SAP. If you go this way, you need to be sure to
CrossDock a stock having the same special stock indicator and number.

Regards,

Manish

Answers (0)