cancel
Showing results for 
Search instead for 
Did you mean: 

No HUs have been transferred for material

0 Kudos

Hello.

I have this code, to do post goods.

      CALL FUNCTION 'WS_DELIVERY_UPDATE'
EXPORTING
vbkok_wa = l_r_vbkok
synchron = 'X'
commit = ' '
delivery = l_f_vbeln
update_picking = ' ' "X
if_error_messages_send_0 = ' ' "X
IMPORTING
ef_error_any_0 = l_f_error_any
*added this type of errors to understand where is the issue
ef_error_in_item_deletion_0 = l_f_error_any_in_item_deletion
ef_error_in_pod_update_0 = l_f_error_any_in_pod_update_0
ef_error_in_interface_0 = l_f_error_any_in_interface_0
ef_error_in_goods_issue_0 = l_f_error_any_in_goods_issue_0
ef_error_in_final_check_0 = l_f_error_any_in_final_check_0
*error types added
TABLES
* VBPOK_TAB = L_T_KOPO
prot = l_t_prot
EXCEPTIONS
OTHERS = 99.

But, i get an error

ef_error_in_goods_issue_0 = l_f_error_any_in_goods_issue_0

With message

What could I do to solve this issue that I had in the last 2 weeks?!?!?!

I found that it should be a packing error, how could i pack the HU?

Any help, please?

Thanks in advance.

Marco

DominikTylczyn
Active Contributor

Accepted Solutions (0)

Answers (0)