cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Delivery creation with Batch Split using Idoc

Former Member
0 Kudos

Dear All,

We are using idoc desadv.delvry03 to create inbound delivery in our ECC system but it is not creating inbound delivery with batch split.

Idoc it is showing as two line items i.e. 10 & 90001 but in inbound delivery there is only one line item as 1. In line item, Idoc fields HIEVW & HIPOS are also getting filled but still inbound delivery with batch split is not getting created.

Please let me know how can we do this.

Regards,

NJ

Accepted Solutions (0)

Answers (1)

Answers (1)

mathieu_chenot
Explorer
0 Kudos

Hello Nishu,

standard function /spe/idoc_input_desadv1 a logic delete the main item from IDOC (because quantity is 0 on the main item 10).

Then in inbound delivery it is normal that you have only one item.

Former Member
0 Kudos

Hi Mathieu,

What will be the solution then if we want to have line item with 0 quantity also. Do we have to go for some enhancements in the standard function?

Reg,

NJ

mathieu_chenot
Explorer
0 Kudos

The logic is in class /SPE/CL_ID_HANDLING method DELIVERY_SAVE line 459.

Check note 1390128 which explains.

However if this is done it has probably to be done so be careful before modifying that.