Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delivery Split in STO

aakash-neelaperumal
Active Participant
0 Likes
4,631

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.

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 ???

8 REPLIES 8
Read only

Former Member
0 Likes
2,694

Hi

Go through the Tcode <b>VLSP</b> for delivery SPLIT

and check the STO.

Reward points if useful

Regards

Anji

Read only

0 Likes
2,694

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 ???

Read only

0 Likes
2,694

Do you want to compine in single delivery?. Can you please look the corresponding copy control routine and restrict the combination field.

Read only

0 Likes
2,694

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

Read only

0 Likes
2,694

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.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
2,694

Hi

<b>Go through the Tcode VLSP for delivery SPLIT

and check the STO.</b>

Regards,

Sreeram

Read only

Former Member
0 Likes
2,694

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

Read only

Jigang_Zhang
Active Contributor
0 Likes
2,694

please have a check of this blog : )