cancel
Showing results for 
Search instead for 
Did you mean: 

Copy of manual address changes in a delivery to all other documents

Former Member
0 Kudos

Hi,

We have following problem:

when a salesorder is created and the ship to adress is changed (eg. different street). system gives a 9....... addressnumber in vbfa table.

now when creating a delivery, this ship to address data will be copied into the delivery. this is what we expect. Now for some reasons the ship to address has to be changed again inside of the delivery.

then the old adress of the sales order is updated automatically. this we have to avoid strictly. also this happens when already other deliveries for this order exist. when changing inside of one delivery the adress, all other deliveries of this order are changed.

thanks in advance for your help

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

exact what i need,

thanks a lot!

Former Member
0 Kudos

if it is a one time customer it happens. you will have to address this programmatically.

Use the exit EXIT_SAPLV09A_001 and have the code as fef_new_address_create = 'X'.

This should create new address key every time when you change ship to address and will not update the old orders or old address in the documnet flow.

Hope this helps

Sai