cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting Every Delivery down to Single Positions

Former Member
0 Kudos

Hello,

We need to Split our Deliveries automatically on creation so that every delivery has only one Position.

I think this should possible by writing/changing a copy control routine, but I have no Idea how it could work.

I know, that there is the Field XLIKP-ZUKRI, but I think it is only for combining multiple deliveries into a single one as it is only on header level.

So anyone of you does have a suggestion?

Thanks

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Andreas,

You are on the right track. LIKP-ZUKRL field is used to determine how a delivery can be split or combined.

Check SAP routine number 11 (Header Chile / Peru) in VOFM transaction (Data Transfer -> Deliveries) .

Sample Program: FV50C011

This routine has 4 attributes defined for a split.

Distribution Channel, Division, Delivery date and Max Bills allowed.

Basically you can define your own logic regardless of whether it is header or item. It all depends on how your

ZUK structure is defined programatically.

Former Member
0 Kudos

Hi Naresh,

Thanks for your answer.

I allready found a note: 166397

There is a good example, which fits quite well to my case.

Kind Regards

Andreas

Former Member
0 Kudos

Ohh.. sorry.. written from wrong computer..

Problem solved..

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

This message was moderated.

Answers (0)