cancel
Showing results for 
Search instead for 
Did you mean: 

SD_DELIVERY_UPDATE_PICKING_1

Former Member
0 Kudos

Hello,

I am using function module SD_DELIVERY_UPDATE_PICKING to pick delivery items,

how i update the value in LGORT FIELD

Here I have showed the content, I am using to call FM.

table : VBKOK_WA

VBELN_VL 6120038400

VBTYP_VL J

VBELN 6110057761

LGNUM

TANUM X

KODAT

KOUHR 00:00:00

BRGEW 0.000

KZBRG

KZNTG

NTGEW 0.000

GEWEI

VOLUM 0.000

KZVOL

VOLEH

KOMUE

WABUC

WADAT_IST 25.10.2008

KZWAD

WADAT 11.10.2008

table : VBPOK_TAB

VBELN_VL 6120038400

POSNR_VL 000001

VBELN 6110057761

POSNN 000001

VBTYP_N J

MATNR

CHARG

WERKS 0710

TAQUI X

KZNTG X

KZBRG

LFIMG 33.000

table : IT_PACKING

CHARG 0710

WERKS

LGORT 0710

BESTQ

SOBKZ

SONUM

QPLOS 00000000000

TANUM 0000000000

TAPOS 0710

VBELN_VL 6120038400

and the result in vl02

item material plant sloc delivery qty su pick qty su

1 1300 0710 ??? 44 LM 33 M

Can you pls suggest me if I am missing any parameters

Thanks

jackobs

Edited by: jacobs shulman on Nov 24, 2008 2:52 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I was trying to use SD_DELIVERY_UPDATE_PICKING to insert batches to a delivery item. And it did not work!!!

After a while i noticed, that my deliveries always got the overall picking status C (completely processed). That was the reason, why SD_DELIVERY_UPDATE_PICKING had no influence on my delivery but I got no error message.

--> automatic picing was activated. When saving the delivery, the delivery quantity was automatically put into the field picked quantity!

To deactivate this, goto SPRO - enterprise structure - definition of shipping points

Under section 'print picking list' the 'send time' might be set on 4 - send immediately

Set it to 3 and your delivery will not be picked automatically

V_TVST-VSZTP = 3

Former Member
0 Kudos

Hello

Thanks for your advice , but structure VBPOK isnt contain any field that regard to storage location.

Is it the right FM to use ?or their is any other FM that can update LGORT field .

I also used FM ws_DELIVERY_UPDATE this FM contain the field but the data isn't updated.

I think that I need to mark field with the value 'x' but I dont know which field.

Best regards

Jacobs

Former Member
0 Kudos

Hi,

yoy can use LIPS,LIKP tables.

regards,

dhanush

Former Member
0 Kudos

Hi,

Maintain value in LGORT(storage location) field. This field in VBPOK structure.

Regards,

Chandra