cancel
Showing results for 
Search instead for 
Did you mean: 

WS_DELIVERY_UPDATE

0 Kudos

Hi

I Have this Code



      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
ef_error_in_pod_update_0 = l_f_error_any
ef_error_in_interface_0 = l_f_error_any
ef_error_in_goods_issue_0 = l_f_error_any
ef_error_in_final_check_0 = l_f_error_any
*error types added
TABLES
* VBPOK_TAB = L_T_KOPO
prot = l_t_prot
EXCEPTIONS
OTHERS = 99.

* Protokolltabelle auswerten
LOOP AT l_t_prot TRANSPORTING NO FIELDS
WHERE msgty CA 'AEX'.
EXIT.
ENDLOOP.
* Fehlermeldung vorhanden -> wa error

with this parameters

L_F_VBELN = 0052329441

After executing i get this

Since msgty contaisn E i get an error, and could not post.

Any idea to help me?

View Entire Topic
DominikTylczyn
Active Contributor
0 Kudos

Hello marcobranco1975_5

The error message is L9 605 "No HUs have been transferred for material". It looks like your delivery requires packing before posting goods issue.

Best regards

Dominik Tylczynski

0 Kudos

Hi.

And how could I do that?

Thanks in advance.

DominikTylczyn
Active Contributor
0 Kudos

marcobranco1975_5 How to do what? Can you post goods issue for the delivery directly in VL02N, without packing the delivery first?