cancel
Showing results for 
Search instead for 
Did you mean: 

Change Handling Unit Dimensions

Former Member
0 Kudos

Hi,

Is there any function module to change Handling Unit Dimensions (length, height and width).

BAPI_HU_HEADER_CHANGE does not help as this FM works only for non-assigned handling units where vpobj eq 12 ,05 and 06.

I need something for VPOBJ = 01.

Any idea. Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Experts...

Any Idea on this. Thanks.

Former Member
0 Kudos

Hi,

Why you need to change the dimension of Handling Unit ?

Dimension of Handling Units are derived from the packaging material types, if you have a packaging material type like Pallet of different dimension you should create a different packaging material type and use.

As this dimension of Handling Units is further required to calculate the Storage Bin Capacity in your warehouse.

Please check and confirm.

Regards,

Harsh

Former Member
0 Kudos

Hi,

Although the dmensions are derived from packaging materials, the user want to change based on particular packaging.

Please adivce if there is any Function Modules or BAPIs for this changes.

Thanks in advance.

ŁukaszPęgiel
Contributor
0 Kudos

Hello,

try with FM V51P_XVEKP_YVEKP_UPDATE.

CALL FUNCTION 'V51P_XVEKP_YVEKP_UPDATE'

EXPORTING

IF_UPDKZ = 'U'

IS_VEKP = WA_VEKP

EXCEPTIONS

NOT_FOUND = 1

ERROR = 2.

Regards

Lukasz