cancel
Showing results for 
Search instead for 
Did you mean: 

Transportation Group Delivery Split in SAP SD

former_member314060
Discoverer
0 Kudos

I am facing the following problem now: some materials in the sales order have transportation group Mail, while others have transportation group Road transport. I do want one delivery, that uses transport group Road transport (as the 'Mail items' can be combined in the Road transport shipment.).

How can this be done? Is there a way to 'priortize' Road transport over Mail and combine the items in one delivery?

Accepted Solutions (0)

Answers (2)

Answers (2)

siva_vasireddy2
Active Contributor
0 Kudos

Hi,

if you check under VTLA for the itemcategory,there is a routine 101 at item data which controls the splitting of the Delivery based on Transportation group-TRAGR

you can develop your own coding to meet the requirement with new Routine

former_member182609
Active Contributor
0 Kudos

Similar kind of issue we faced while creating inbound delivery.Due to different field status, it was creating split inbound deliveries.So using user exit check we have avoided a delivery split.We have maintained particular variable in TVARV table and while creating split delivery it will check the variable in TVARV and ignore the split and creates single delivery.

In your case maintain transportation group as a check and if there is a split because of transportation group then using custom code bypass the split process.