cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Delivery Order

Former Member
0 Kudos

Dear All,

I want to create a delivery order (using DI API) for Multiple Pick list items which are from a Same Sales Order with Same Items.

ie. I have 2 pick list items.

whose Sales Order No: 130

Item Code : M1000

How to create in a single delivery order?.

Could you please help If any one knows ?.

Thanks in Advance.

Mani

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201110
Active Contributor
0 Kudos

Hi Mani,

Do you want to keep the items on separate lines of the delivery or merge them in to one single line? If it's the former then it's very easy, all you have to do is link the BaseEntry, BaseType and BaseLine values on the delivery line to the correct order line. SBO doesn't mind that the item codes are the same. However, if you want to merge them in to a single delivery line then you'll have a problem linking the delivery line to the originating order as there is only a one-to-one relationship. You could link to one of the order lines and close the other using the DI API but that would mean you'd lose the drill-down on that second line.

Kind Regards,

Owen