cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery Split for PO

Former Member
0 Kudos

I want to split delivery creation for 'NL' type of delivery for STPO i.e. 'UB' type.

i.e. if a PO has 2 materials with different material types ( e.g FERT & HAWA ), then 2 different deliveries have to be created in this case automatically.

How can the same be achieved.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

If you want a permanent Solution on this you will have to take the help of a Routine.

If you want to manually force a delivery split for each line item in the Purchase Order, then give a different value in the "Unloading Point" field for each item.

Unloading Point field is there at Item level in the Shipping Tab in PO.

There are positives and negatives of this approach.

Positive being that since Unloading Points are different for each line item in PO, there will be a seperate delivery for each line item.

Negative is that since the Unloading Field value is defaulted from the PO into the delivery at header (Goto>Header>shipment) you will have a seperate Invoice for each delivery as the Unloading points are different for each delivery. You will not be able to have a consolidated Invoice.

Former Member
0 Kudos

In copy control for delivery TC: VTLA - check out what data transfer routine is being used at the header level for delivery NL and order DL combination. In the data transfer routine a variable ZUKRL is available for splitting the deliveries as per your criterion. You would have to ask a developer to create an additional routine (copying the existing routine) and write in a code to read material type from the PO and pass it on to ZUKRL. Then assign the new routine to your delivery and order type copy control.

rmazzali
Active Contributor
0 Kudos

the Sandeep Khurana post is the right answer, do what he says creating a new copy control routine in VOFM tcode. Then assign it in customizing.

Roberto

Former Member
0 Kudos

Hello Milind,

Delivery can be split on following basis different

ship to party,

shipping point

shipping date

Also you can manually split the delivery.

In transaction OVLK there are various checks for splitting delivery.

Also, you can check in V50S0001 User Exit.

Hope it helps.

Regards,

Priyanka

Former Member
0 Kudos
Lakshmipathi
Active Contributor
0 Kudos

Hi Milind

Check with User Exit <b>V50S0001</b>.

Thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi Milind

First should check on IMG -Logistics Execution-Shipping-Deliveries-Define Item Categories for Deliveries & Define Item Category Determination in Deliveries

Define Item Category Determination in Deliveries- check in

NLCC NORM CHSP NLC

Reward if useful to u