on 2023 Apr 12 12:48 PM
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
104 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.