Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with handling unit

Former Member
0 Likes
1,931

Hi,

While trying to create handling unit through a custom transaction, its giving the following error:

There is no handling unit with identification identification number.

This is coming from the function module 'WS_DELIVERY_UPDATE'.

I saw a similar thread with title "N eed help with BAPI_OUTB_DELIVERY_CONFIRM_DEC". There some suggestion was given to skip the centralized system verification. In my case, its not even going to the verification part. What could be the problem?

3 REPLIES 3
Read only

Former Member
0 Likes
1,206

Hi,

Normally we use " ws_delivery_update" FM to Update the delivery but not for the Handling unit number creation.

we here give delivery number, handling unit number with hierachical order,qty...etc

in your case you check Handling unit number range is defined correctly or not ?

you can check this with Vl02n tcode also with the help of functional consultant.

Thanks

Parvathi

Read only

0 Likes
1,206

No issue with number range. Actually the transaction has to create a handling unit in the background when executed. But its updating the handling unit no by 1 instead of creating it newly and throwing the error. When i checked for the error, it was coming only from WS_DELIVERY_UPDATE. I have given all the input data handling unit no, delivery, quantity.. whatever u have mentioned.

Read only

0 Likes
1,206

The problem was with VEPO. The data for VEPO was not populated rightly.