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

Force a delivery split based on delivery group

Former Member
0 Likes
761

Hi Experts,

I want to create a delivery from sales order using VL01N Transaction. But I want to force a delivery split based on delivery group. Please suggest how can I do this using copy control??

1 ACCEPTED SOLUTION
Read only

JackGraus
Active Contributor
0 Likes
461

Each different value in LIKP-ZUKRL forces a new delivery, so following code in your copy rule should do:

LIKP-ZUKRL = CVBAP-GRKOR

Regards Jack

Hi Experts,

I want to create a delivery from sales order using VL01N Transaction. But I want to force a delivery split based on delivery group. Please suggest how can I do this using copy control??

1 REPLY 1
Read only

JackGraus
Active Contributor
0 Likes
462

Each different value in LIKP-ZUKRL forces a new delivery, so following code in your copy rule should do:

LIKP-ZUKRL = CVBAP-GRKOR

Regards Jack