cancel
Showing results for 
Search instead for 
Did you mean: 

Split delivery creation by value

Former Member
0 Kudos

Hello,

We need to implement split delivery creation based on value (value of the sales order).One delivery must not exceed a certain amount.

How can this be done? Is it a VOFM routine?

Deliveries are created by VL01N or VL10E


Regard

Accepted Solutions (1)

Accepted Solutions (1)

VeselinaPeykova
Active Contributor
0 Kudos

Splitting deliveries based on maximum value is not an easy task, because it implies understanding not only pricing, but also certain knowledge of the processes in logistics.

There are a lot of different business cases you need to consider if your client insists on automating the process.

Here are some examples:

Are partial deliveries allowed?

Is complete delivery required?

Do you have configurable materials in the document with pricing on sub-item level?

Does a customer get free articles based on the quantity of delivered articles of another product code?

Are there some logistics discounts/surcharges for pallet/truck optimization?

You would probably wish to deliver everything with a single truck if the total weight/volume/product combination allows that. What sort of internal controls or communication between departments could be used in such cases?

Having this in mind, sometimes it makes more sense to block an order that exceeds a predefined value and allow a knowledgeable person to perform the changes manually after speaking with warehouse/ transportation planners.

Theoretically you could achieve delivery split on maximum value with a custom VOFM routine, but most probably the logic would be quite complex, impact negatively the performance, not easy to extend/maintain, could be challenging to explain the split results to the end users.

Answers (4)

Answers (4)

former_member186940
Participant
0 Kudos

Hello,

There is no value related field in LIKP header data for delivery.As per standard SAP when header data is different such as inco term, ship to party etc delivery split carried out.

If there is any relation to weight and value for material then, I propose following work around on the basis of min order quantity, gross weight from material master and total weight for a delivery.

You can check MVKE-LFMNG and MARA-BRGEW. min del quantity and/or gross weight.

You can map Total weight field in Z routine and achieve delivery split.

Regards,

Amol

Lakshmipathi
Active Contributor
0 Kudos

While I can see no value add to this requirement, you can certainly try to restrict the number of line items in delivery or consolidate the line items from FI side for which, OSS note is there, since you cannot PGI with more than 500 line items.

As already suggested, even if you go with an enhancement, it will have lot of disadvantages and may land up in problem when you for up-gradation.

G. Lakshmipathi

siva_vasireddy2
Active Contributor
0 Kudos

Hi,

I dont know if Billing plan might workout

tao_sun2
Employee
Employee
0 Kudos

Hi Nejma,

Please refer to question one from note 546668.

Best Regards,

Tao