2010 Feb 01 1:38 PM
Hi All,
I tried updating the picking quantity field in VL02N using the BADI LE_SHP_DELIVERY_PROC and also
i tried different methods but couldnt do it. Is there any other way for updating the Picking Quantity ? am i missing anything ?
Thanks
2010 Feb 01 2:10 PM
Hi,
use this one
CALL FUNCTION 'LE_MOB_DELIVERY_UPDATE'
EXPORTING
do_commit = 'X'
TABLES
t_delivery_items = i_internal table
prot = i_prot
EXCEPTIONS
conversion_overflow = 1
essential_data_missing = 2
error = 3
nothing_to_update = 4
lock_after_update_failed = 5
error_in_delivery_update = 6
OTHERS = 7.
COMMIT WORK.
Hi All,
I tried updating the picking quantity field in VL02N using the BADI LE_SHP_DELIVERY_PROC and also
i tried different methods but couldnt do it. Is there any other way for updating the Picking Quantity ? am i missing anything ?
Thanks
2010 Feb 01 2:10 PM
Hi,
use this one
CALL FUNCTION 'LE_MOB_DELIVERY_UPDATE'
EXPORTING
do_commit = 'X'
TABLES
t_delivery_items = i_internal table
prot = i_prot
EXCEPTIONS
conversion_overflow = 1
essential_data_missing = 2
error = 3
nothing_to_update = 4
lock_after_update_failed = 5
error_in_delivery_update = 6
OTHERS = 7.
COMMIT WORK.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |