Application Development 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: 

Delivery Problem

former_member303185
Participant
0 Kudos

Hi All,

Orders created for different document type KB & OR are:

KB : ABC

OR : XYZ

Through Transcation Code VL04 we can club both sales order into single delivery.

I would like to create different delivery number for different order type .

I have some idea we can do through user exit MV55AFZZ.

could anybody help me on this problem.

Thanx & Regards

Vijay Maurya

4 REPLIES 4

Former Member
0 Kudos

Hi,

In the data transfer routine for order to delivery..

Fill up the order type in the field LIKP-ZUKRL..

Example

-


LIKP-ZUKRL = VBAK-AUART.

Go to the transaction VTLA..

Give the source sales document type and target delivery type..

Press details button..In the header data transfer routine that is configured have the above code..

Delivery will be automatically be splited based on the order type..

Thanks,

Naren

0 Kudos

Hi ,

Thanx for for valuable input.

There is so many routine at header lavel.Which routine will be applicable for split delivery.

former_member303185
Participant
0 Kudos

Solved

former_member303185
Participant
0 Kudos

Solved