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