cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery

Former Member
0 Kudos

Hi Gurus,

The client have some Weight bridge software which they want to map in SAP.

SAP interface with Weight Bridge

Process :

Suppose Sales Order 1000 Kgs.

During delivery when empty truck is IN it is weighted at the weight bridge eg. 4400 kgs.

And later truck will be loaded with finished goods eg. 1000 kgs. and at the exit point OUT truck is weighted again eg. 5500 kgs

So tare weight is 4400 kgs

Gross weight is 5500 kgs

Net weight is 1000 kgs

We want to capture the above information in the sap system directly from the weight bridge, currently a separate local application is used for weighting purpose which produces above said data.

We also want to build up some control points in sap may be possibly by user exits that if net weight is MORETHAN 1000 kgs with allowed tolerances, System should stop further processing of Delivery Order.

Kindly give some output on this.

Regards

Rakesh

Accepted Solutions (1)

Accepted Solutions (1)

reazuddin_md
Active Contributor
0 Kudos

We have done similar process,

called ZTALA- Truck Authorization Loading Advice.

We made the field - Bill of lading requierd field in Delivery - Header - Shipment to perform PGI.

ZTALA - customized screen, where

Truck no / date / del no / IN:Weight / OUT:Weight / material / Qtty / Gross weight(from delivery).

Here the coding has written in such a way that

OUT:Weight = IN:Weight + Gross weight of the materials in delivery. ( with few exemptions)

without this user is unable to do PGI. ( we stored ZTALA numbers in Zfield with status which acts validation while entering ZTALA doc no. in delivery)

Former Member
0 Kudos

Hi Reazuddin,

What is the user exit I could use regarding delivery to stop processing further if net weight is eg exceeding 1000 kg.

Regards

Rakesh

Former Member
0 Kudos

Hi Reazuddin,

One more thing, If Truck consists of more than one delivery doc then how do we map.

Regards

Rakesh

reazuddin_md
Active Contributor
0 Kudos

Actually, the purpose of this customization is to avoid the excess dispatch from the delivery.& we have done this in each delivery.

Eg: if Truck weight is: 10000KG,

Cumulation of all items gross weight from delivery: 200KG

Then OUT weight in ZTALA doc should be : 10,200 KG. ( tolerance limits too maintained for the same)

same truck may have multiple deliveries, still the same concept is applicable for all the deliveries,

Truck weight: , gross weight in 2nd delivery & then OUT weight validation.

Here, there is no such track to validate the truck capacity. Its internal decision only.

right now am not at the desk. I have to check in SAP for the exact Userexit. Try in : LV50AFZZ meanwhile

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Take help of PI (Process integration) consultant, it will be more easy to take values from other application.

Kapil