cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Unit

Former Member
0 Kudos

Hi,

When Qty of particular material is ZERO, it should not allow packing of that material.

ie. it should not create HU.

How to Restrict that?

Regards,

Amol

Accepted Solutions (1)

Accepted Solutions (1)

former_member550050
Active Contributor
0 Kudos

Hi

Packing comes into picture only in delivery

In delivery item category controls in t code zero VLP if you control zero delivery with error then that can satisfy your requirement

But if your requirement is allow zero qty in delivery and you dont want to pack such deliveries then you have to look for some other alternatives

Regards

Raja

Former Member
0 Kudos

I am doing packing without reference to Delivery ie. in HU02

abhijit_sadhu
Active Participant
0 Kudos

Amol,

Are you using auto pack function? If yes, then you could do that by sepcifying the min and rounding quantities and use the packing transcation profile in your packing instructions - as given in IMG doc

Respect minimum and rounding quantities in auto expansion

Specifies that the system takes into account the rounding and minimum quantities when it automatically expands the packing instruction.

Procedure

If you flag the indicator, the system takes into account the minimum and rounding quantities when it automatically expands the packing instruction.

If you do not flag the indicator, the system does not take into account the minimum and rounding quantities.

Examples

Packing instruction P1 has a minimum quantity of 50 pieces. There is also a rounding quantity of 50 pieces.

If 30 pieces are to be packed, and this indicator is flagged, no HU proposal is created, because the minimum quantity has not been reached. If the indicator is not flagged, the system creates an HU proposal of 30 pieces. The fact that the minimum quantity has not been reached is shown in the packing status.

If 120 pieces are to be packed, and this indicator is flagged, the system expands the packing instruction and rounds the quantity down to 100 pieces. A quantity of 20 pieces remains unpacked. If the indicator is not flagged, the system creates an HU proposal of 120 pieces. The fact that the rounding quantity is not respected is shown in the packing status.

Dependencies

When setting this indicator, you should also take into account another packing transaction profile parameter, Minimum packing status in automatic expansion , together with the settings defined in the packing status check profile.

Rounding quantity

For example, the packing status check profile is set so that the packing status is red (packing instruction violated) if the rounding quantity is not respected, and the minimum packing status is set to yellow (tolerated variance). If the user enters any quantity to be packed that is not rounded to the correct rounding quantity, the system then creates no HU proposals at all, because the minimum packing status is not reached by the end of the packing process.

However, if this indicator is flagged, the system automatically creates rounded HU proposals from the start of the packing process.

Minimum quantity

For example, if the packing status check profile is set so that the packing status is red (packing instruction violated) if the minimum quantity is not reached, and the minimum packing status is set to yellow (tolerated variance) the system then creates no HU proposals that contain less than the minimum quantity, regardless of how this indicator is set.

========================================================================

Please try this out and see if this helps.

thanks,

Answers (1)

Answers (1)

Former Member
0 Kudos

Amol,

You can do it through user exit, giving u list of user exit for delivery processing.

V50R0001 - Collective processing for delivery creation

V50R0002 - Collective processing for delivery creation

V50S0001 - User Exits for Delivery Processing

Ravi Thaliyal

IdhaSOft Ltd