2007 May 25 1:17 PM
How is the delivery split from STO happening ?
I get two deliveries for 2 line items in STO though the shipping conditions , dates , shipping point, warehouse number , plant are all same
. I need one delivery ,
Pls help me on this.
How is the delivery split from STO happening ?
I get two deliveries for 2 line items in STO though the shipping conditions , dates , shipping point, warehouse number , plant are all same
. I need one delivery ,
Pls help me on this.
2007 May 25 1:20 PM
Hi
Go through the Tcode <b>VLSP</b> for delivery SPLIT
and check the STO.
Reward points if useful
Regards
Anji
2007 May 25 1:33 PM
I have the STO with 2 line items and when i deliver that STO using VL10B i get 2 deliveries .
I need to know y ? How do i find this with VLSP ???
2007 Jun 21 11:12 AM
Do you want to compine in single delivery?. Can you please look the corresponding copy control routine and restrict the combination field.
2007 Jun 22 4:11 AM
Hi,
the copy control NLCC <--> DL , does not have combination indicator, the only routine we can choose is 301. Anyway, from OSS note 546668 and 399912 , I found the problem is:
different delivery address caused the D/N split even they are on PO item level
Appreciate your help.
Alex
2007 Jul 19 9:47 AM
I found the key answer:
don't tick on "copy item number" , if that option is selected, STO with same delivery date will cause ABAP dump saying duplicate record. If we want to combine different STO with differetn delivery schedule, we need to modify routine 301 to :
IF NOT XKOMDLGN-LFDAT IS INITIAL. " AND
XKOMDLGN-LFDAT LT SY-DATLO.
LIKP-LFDAT = SY-DATLO.
ELSE.
LIKP-LFDAT = XKOMDLGN-LFDAT.
LIKP-LFUHR = XKOMDLGN-LFUHR.
ENDIF.
2007 May 25 1:22 PM
Hi
<b>Go through the Tcode VLSP for delivery SPLIT
and check the STO.</b>
Regards,
Sreeram
2007 Jun 21 11:05 AM
Hi,
Have your issue solved? I confronted same issue and need your help.
Did you set special copy control for this?
Thanks in advance.
Alex Laipao Hu
2021 Jul 21 2:26 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |