2006 Aug 16 10:05 AM
Hi,
i can pick a delivery with this Fm but it creates and picking request and does not set it to complete. This is for a non wm plant.
Any one knowwhat flag i have to set to get this to update corectly.
If i look in the delivery i can see the picking number has been inserted.
Kieran
Hi,
i can pick a delivery with this Fm but it creates and picking request and does not set it to complete. This is for a non wm plant.
Any one knowwhat flag i have to set to get this to update corectly.
If i look in the delivery i can see the picking number has been inserted.
Kieran
2006 Aug 21 3:20 PM
Instead of WS_DELIVERY_UPDATE try using WS_DELIVERY_UPDATE_2..
call function 'WS_DELIVERY_UPDATE_2'
exporting
vbkok_wa = wa_vbkok
delivery = p_vbeln
update_picking = 'X'
no_messages_update = 'X'
synchron = 'X'
commit = 'X'
nicht_sperren = 'x'
if_database_update = '1'
if_error_messages_send = 'x'
importing
ef_error_any = z_error_any
ef_error_in_item_deletion = z_deletion_error
ef_error_in_pod_update = z_pod_error
ef_error_in_interface = z_interface_error
ef_error_in_goods_issue = z_pgi_error
ef_error_in_final_check = z_final_error
tables
vbpok_tab = t_vbpok
prot = z_prot.
2006 Aug 21 4:01 PM
Hi kieran,
You need to remove the CHECK MARK ( TICK ) from the option RELEVANT FOR PICKING .........delivery ITEM CATEGORY DEFINITION.
This will then set the delivery to COMPLETE in document flow.
Cheers
VJ
if it helps dont forget to reward points.
2006 Aug 21 4:39 PM
Thnaks guys, forgot to update this, in the end the issue was to set the pick to option in the line detail. Even though there are no tos in my situation it seems to be this that sets the pick instruction to complete.
I will update with the exact field next time i get on thet system to check.
K
2021 May 16 8:43 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |