Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding split delivery in sd order

Former Member
0 Likes
758

Hi,

Please find below my requirement.

When the delivery document is made with reference to sales order a delivery split is required if the delivery dates at the line items of the sales order is different.If the dates are different we have to copy the line item with ealier delivery date.

i have to use routine 101 underf the deliveries requirements of the transaction vofm and do the modifications in the same.i do not know how to use the transfer parameter BP_SUBRC while doing the modification.

Hi,

Please find below my requirement.

When the delivery document is made with reference to sales order a delivery split is required if the delivery dates at the line items of the sales order is different.If the dates are different we have to copy the line item with ealier delivery date.

i have to use routine 101 underf the deliveries requirements of the transaction vofm and do the modifications in the same.i do not know how to use the transfer parameter BP_SUBRC while doing the modification.

5 REPLIES 5
Read only

Former Member
0 Likes
724

just set BP_SUBRC to '4' for those items which should NOT be copied to the delivery.

Read only

0 Likes
724

Hi,

can u plz tell me how to copy the items to the delivery order.

Read only

0 Likes
724

you don't have to change the routine 101 but the one you use in the copy control from order to delivery.

to find them: SPRO. logistiv execution->shipping->copy control

reward if helpful

regards

Roberto

Read only

0 Likes
724

i have to create a new routine 901 by copying 101 and do the modification in it.now tell me how to copy the line items to the delivery order.

Read only

0 Likes
724

put your requirement in the copy control, if you managed it in the right way:

BP_SUBRC > 0 - Item should not be copied

Roberto