cancel
Showing results for 
Search instead for 
Did you mean: 

Long time running FM SD_SHIPMENT_PACKING_VIEW

0 Kudos

Hi,

We have a need to present for a couple of Shipments, the Gross weight and Net Weight. The business requirement is to get this information from the HU, meaning that the easiest way is to run the function module SD_SHIPMENT_PACKING_VIEW per each shipment.

This is ok, except if we look to the performance. If we try to execute this per month then it takes ages to get the result (hours).

If we try to read tables VEKP and VEPO then we miss a lot of IF(s) that are existing in the Function Module and so the results are not the same.

Question: do you know any other way to get the Gross Weight (BRGEW) and Net Weight (VEMNG) from the HU for packing materials?

Thanks in advance.

JS

Accepted Solutions (0)

Answers (2)

Answers (2)

Shiva_Ram
Active Contributor
0 Kudos

It looks per OSS Note 693427 - Poor Performance when running VT04, shipments collective run when handling units are used, this performance problem can't be avoided. To get the weight details, did you try LM30 or LM31 etc? This is my suggestion as I never worked on the shipment functionalities.

Regards,

former_member186385
Active Contributor
0 Kudos

Hi ,

check LIPS-BRGEW and LIPS- NTGEW

Ensure these values and HU Packing values are same, then you can use it

if not you have to check with the developer to put commets on unrequired code so that it can increase the performance

regards,

santosh